FYI<br clear="all"><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Tino Vazquez</b> <span dir="ltr">&lt;<a href="mailto:tinova79@gmail.com">tinova79@gmail.com</a>&gt;</span><br>

Date: Mon, Aug 17, 2009 at 12:13 PM<br>Subject: Re: [one-users] VMware difficulties<br>To: Dan Dockery &lt;<a href="mailto:ddockery@digitalriver.com">ddockery@digitalriver.com</a>&gt;<br><br><br>Hi Dan,<br>
<br>
You can register a user in [1], that we will aprove and then you will<br>
be able to submit tickets to our tracker.<br>
<br>
I&#39;ve openned a ticket for improving VMware drivers logging, you can<br>
track it using [2].<br>
<br>
I&#39;ve already committed your suggestion of changing memory variable<br>
from int to long [3].<br>
<br>
As for the rest of your suggestions, they look reasonable, although I<br>
will need more time to evaluate them.<br>
<br>
Thanks a lot for the feedback! We really appreciate it.<br>
<br>
Regards,<br>
<br>
-Tino<br>
<br>
[1] <a href="http://redmine.opennebula.org" target="_blank">http://redmine.opennebula.org</a><br>
[2] <a href="http://redmine.opennebula.org/issues/133" target="_blank">http://redmine.opennebula.org/issues/133</a><br>
[3] <a href="http://redmine.opennebula.org/projects/1/repository/revisions/768" target="_blank">http://redmine.opennebula.org/projects/1/repository/revisions/768</a><br>
<div class="im"><br>
<br>
--<br>
Constantino Vázquez, Grid Technology Engineer/Researcher:<br>
<a href="http://www.dsa-research.org/tinova" target="_blank">http://www.dsa-research.org/tinova</a><br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
<br>
<br>
<br>
</div><div><div></div><div class="h5">On Thu, Aug 6, 2009 at 8:13 PM, Dan Dockery&lt;<a href="mailto:ddockery@digitalriver.com">ddockery@digitalriver.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I hope you don&#39;t mind the follow-up note, but here&#39;s another thing that I just noticed/changed in lib/tm_commands/vmware/tm_clone.sh<br>
&gt; 1) On my system, images does not have a trailing slash which breaks the sed syntax.  For the short term, I&#39;ve just removed the trailing slash from images so that it can detect paths correctly (note - this also applies to tm_delete.sh in the same directory).<br>


&gt; 2) Using cp -R is likely to waste disk space as vmware thin provisioned disks are provisioned on NFS as sparse files.  cp will explode them into non-sparse files (or at least, it does on some operating systems - I&#39;m not sure of the performance on all of them).  Using something like &quot;rsync -a --sparse&quot; will preserve the files as sparse so that they do not explode and use extra disk space.<br>


&gt;<br>
&gt; -Dan<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Tino Vazquez [mailto:<a href="mailto:tinova79@gmail.com">tinova79@gmail.com</a>]<br>
&gt; Sent: Thursday, August 06, 2009 9:03 AM<br>
&gt; To: Dan Dockery<br>
&gt; Subject: Re: [one-users] VMware difficulties<br>
&gt;<br>
&gt; Hi Dan,<br>
&gt;<br>
&gt; It looks like the information driver is crashing. Make sure all the<br>
&gt; neccessary jar files (both of Axis and VI SDK) are present in the<br>
&gt; CLASSPATH. If this doesn&#39;t work, try executing the driver by hand, you<br>
&gt; will be able to see the full stack trace that should give clues on<br>
&gt; what is failing:<br>
&gt;<br>
&gt; ----8&lt;-----<br>
&gt; # $ONE_LOCATION/lib/mads/one_im_vmware --username &lt;username&gt;<br>
&gt; --password &lt;password&gt;<br>
&gt; ---&gt;8------<br>
&gt;<br>
&gt; After pressing enter, the driver should wait for input from the<br>
&gt; standard input stream. You can try its functionality by typing in<br>
&gt; first &quot;INIT&quot; (you should see a &quot;INIT SUCCESS&quot; as reply) and then<br>
&gt; &quot;MONITOR 0 &lt;fqdn.of.host.to.monitor&gt;&quot;.<br>
&gt;<br>
&gt; By the look of it the logging system of the VMware drivers needs<br>
&gt; improvement. I&#39;ll open a ticket to deal with this as soon as i get my<br>
&gt; hands on a decent internet conection.<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; -Tino<br>
&gt;<br>
&gt; On 8/5/09, Dan Dockery &lt;<a href="mailto:ddockery@digitalriver.com">ddockery@digitalriver.com</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve downloaded and installed the 1.41 beta and I&#39;m trying to get the<br>
&gt;&gt; VMware driver to work.   My oned.log is filling with error messages<br>
&gt;&gt; which appear as though something is trying to parse a java stack trace.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Wed Aug  5 10:48:14 2009 [InM][E]: Error while parsing driver message:<br>
&gt;&gt; at java.lang.ClassLoader.defineClass(C<br>
&gt;&gt;<br>
&gt;&gt; lassLoader.java:621)<br>
&gt;&gt;<br>
&gt;&gt; Wed Aug  5 10:48:14 2009 [InM][E]: Error while parsing driver message:<br>
&gt;&gt; at java.security.SecureClassLoader.def<br>
&gt;&gt;<br>
&gt;&gt; ineClass(SecureClassLoader.java:124)<br>
&gt;&gt;<br>
&gt;&gt; Wed Aug  5 10:48:14 2009 [InM][E]: Error while parsing driver message:<br>
&gt;&gt; at java.net.URLClassLoader.defineClass<br>
&gt;&gt;<br>
&gt;&gt; (URLClassLoader.java:260)<br>
&gt;&gt;<br>
&gt;&gt; Wed Aug  5 10:48:14 2009 [InM][E]: Error while parsing driver message:<br>
&gt;&gt; at java.net.URLClassLoader.access$000(<br>
&gt;&gt;<br>
&gt;&gt; URLClassLoader.java:56)<br>
&gt;&gt;<br>
&gt;&gt; Wed Aug  5 10:48:14 2009 [InM][E]: Error while parsing driver message:<br>
&gt;&gt; at java.net.URLClassLoader$1.run(URLCl<br>
&gt;&gt;<br>
&gt;&gt; assLoader.java:195)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve turned debug on everywhere that I could find the option, but I&#39;m<br>
&gt;&gt; not getting any error messages that would be useful for troubleshooting<br>
&gt;&gt; the problem.  I suspect that I have a parameter wrong somewhere or that<br>
&gt;&gt; something isn&#39;t in my classpath that should be there, but without useful<br>
&gt;&gt; error messages or a commandline utility to test my settings, it&#39;s a bit<br>
&gt;&gt; of a stab in the dark.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Could someone give me some pointers on where I could start digging in on<br>
&gt;&gt; this?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -Dan<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; --<br>
&gt; Constantino Vázquez, Grid Technology Engineer/Researcher:<br>
&gt; <a href="http://www.dsa-research.org/tinova" target="_blank">http://www.dsa-research.org/tinova</a><br>
&gt; DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
&gt; Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
&gt; OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
&gt;<br>
&gt; No virus found in this incoming message.<br>
&gt; Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
&gt; Version: 8.5.406 / Virus Database: 270.13.44/2283 - Release Date: 08/06/09 05:57:00<br>
&gt;<br>
</div></div></div><br>