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

Date: Mon, Aug 17, 2009 at 12:13 PM<br>Subject: Re: [one-users] VMware difficulties<br>To: Dan Dockery <<a href="mailto:ddockery@digitalriver.com">ddockery@digitalriver.com</a>><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've openned a ticket for improving VMware drivers logging, you can<br>
track it using [2].<br>
<br>
I'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<<a href="mailto:ddockery@digitalriver.com">ddockery@digitalriver.com</a>> wrote:<br>
> Hi,<br>
><br>
> I hope you don't mind the follow-up note, but here's another thing that I just noticed/changed in lib/tm_commands/vmware/tm_clone.sh<br>
> 1) On my system, images does not have a trailing slash which breaks the sed syntax.  For the short term, I'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>


> 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'm not sure of the performance on all of them).  Using something like "rsync -a --sparse" will preserve the files as sparse so that they do not explode and use extra disk space.<br>


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