Hi Chris,<div><br></div><div>This is indeed a compatiblity issue between the new driver structure and the VMware drivers. I've opened a ticket [1] so you can keep track of the fixing process.</div><div><br></div><div>Thanks a lot for the feedback.</div>

<div><br></div><div>Best regards,</div><div><br></div><div>-Tino</div><div><br></div><div>[1] <a href="http://dev.opennebula.org/issues/355">http://dev.opennebula.org/issues/355</a></div><div><br clear="all">--<br>Constantino Vázquez Blanco | <a href="http://dsa-research.org/tinova">dsa-research.org/tinova</a><br>

Virtualization Technology Engineer / Researcher<br>OpenNebula Toolkit | <a href="http://opennebula.org">opennebula.org</a><br>
<br><br><div class="gmail_quote">On Mon, Sep 27, 2010 at 8:13 PM, Chris Johnston <span dir="ltr"><<a href="mailto:chjohnston@rim.com">chjohnston@rim.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":3c">Looks like a change in RC1 has broken the vmware IM. The "MONITOR" command is sending more data than the IM is expecting. With beta1 it was 3 arguments, with rc1 its 4 arguments, and only 3 are expected by the vmware IM.<br>


<br>
one-2.0-beta1/src/im/InformationManagerDriver.cc - line 32<br>
    os << "MONITOR " << oid << " " << host << endl;<br>
<br>
opennebula-1.9.90/src/im/InformationManagerDriver.cc - line 32<br>
    os << "MONITOR " << oid << " " << host << " " << update << endl;<br>
<br>
opennebula-1.9.90/src/im_mad/vmware/OneImVmware.java - lines 118-121<br>
            } else if (str_split.length != 3)<br>
                   {<br>
                      send_message("FAILURE Unknown command");<br>
                   }<br>
<br>
I'm guessing since 'update' is associated with the 'SCRIPTS_REMOTE_DIR' in oned.conf and the im_ssh driver it can be ignored for the vmware IM.<br>
<br>
Chris</div></blockquote></div><br></div>