hi,<br>   how many databases  does opennebula in version1.4 use? can anyone list? thanks<br><br><div class="gmail_quote">2010/10/27  <span dir="ltr"><<a href="mailto:users-request@lists.opennebula.org">users-request@lists.opennebula.org</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send Users mailing list submissions to<br>
        <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:users-request@lists.opennebula.org">users-request@lists.opennebula.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@lists.opennebula.org">users-owner@lists.opennebula.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Problem with Networking on KVM with OpenNebula (tedbs)<br>
   2. Re: one2 : save tag does not seem to work (Rich Wellner)<br>
   3. Re: one2 : save tag does not seem to work (Olivier Sallou)<br>
   4. Re: one2 : save tag does not seem to work (Javier Fontan)<br>
   5. Re: [one-ecosystem] vmware deployment problem (Tino Vazquez)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 26 Oct 2010 10:59:09 -0400<br>
From: "tedbs" <<a href="mailto:tedbs@gtsum.com">tedbs@gtsum.com</a>><br>
To: <<a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a>><br>
Subject: Re: [one-users] Problem with Networking on KVM with<br>
        OpenNebula<br>
Message-ID:<br>
        <F4C848D15281FD4B94F49AEEFD2CF53B1F3F98@jeeves.GTSum.local><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
In the NIC try BRIDGE = br0<br>
<br>
<br>
<br>
Ted Bodfish<br>
<br>
<br>
<br>
From: Christoph Raible [mailto:<a href="mailto:chr.raible@gmail.com">chr.raible@gmail.com</a>]<br>
Sent: October-26-10 10:03 AM<br>
To: <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
Subject: [one-users] Problem with Networking on KVM with OpnenNebula<br>
<br>
<br>
<br>
Hi All,<br>
<br>
I tried to create a virtual machine with OpenNebula on a KVM-Host.<br>
Creation and starting the VM's works perfect.<br>
<br>
Only the Netwirking doesn't work. When I create an Standalone vm with<br>
virt-install all works fine.<br>
My Current Version of Opennebula ist 2.0 RC1<br>
<br>
On my KVM-Host I have the following network configuration:<br>
<br>
<br>
# The loopback network interface<br>
auto lo<br>
iface lo inet loopback<br>
<br>
# The primary network interface<br>
auto eth0<br>
iface eth0 inet manual<br>
<br>
auto br0<br>
iface br0 inet static<br>
    address 141.28.xx.xxx<br>
    netmask 255.255.255.0<br>
    network 141.28.xx.x<br>
    broadcast 141.28.xx.xxx<br>
    gateway 141.28.xx.xxx<br>
        bridge_ports eth0<br>
        bridge_fd 9<br>
        bridge_hello 2<br>
        bridge_maxage 12<br>
        bridge_stp off<br>
<br>
The VM is created by the following Template:<br>
<br>
NAME    = "KVM TEST"<br>
MEMORY  = 512<br>
CPU     = 1<br>
<br>
OS     = [ BOOT = hd  ]<br>
<br>
DISK     = [ SOURCE = /srv/cloud/images/kvm_test.qcow2,<br>
        TARGET = sda ]<br>
<br>
NIC = [ MAC="00:ff:72:37:20:41",<br>
        BRIDGE = eth0]<br>
<br>
<br>
Did anyone of you have an idea where the Problem is?<br>
<br>
Thanks for your help<br>
<br>
Christoph Raible<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20101026/54208f6e/attachment.html" target="_blank">http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20101026/54208f6e/attachment.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 26 Oct 2010 10:14:09 -0500<br>
From: Rich Wellner <<a href="mailto:rkw@objenv.com">rkw@objenv.com</a>><br>
To: Tino Vazquez <<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>><br>
Cc: <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
Subject: Re: [one-users] one2 : save tag does not seem to work<br>
Message-ID: <<a href="mailto:4CC6F041.4020806@objenv.com">4CC6F041.4020806@objenv.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Good deal!<br>
<br>
rw2<br>
<br>
On 10/26/10 9:02 AM, Tino Vazquez wrote:<br>
> Hi Rich,<br>
><br>
> I've put a note in the VM template definition section to warn about<br>
> the attributes that will be ignored when using the Image Catalog.<br>
><br>
> A template validator is totally within our roadmap, we will provide<br>
> that in future releases for sure.<br>
><br>
> Thanks and regards,<br>
><br>
> -Tino<br>
><br>
> --<br>
> Constantino V?zquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
> Virtualization Technology Engineer / Researcher<br>
> OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
><br>
><br>
><br>
> On Tue, Oct 26, 2010 at 3:39 PM, Rich Wellner<<a href="mailto:rkw@objenv.com">rkw@objenv.com</a>>  wrote:<br>
>> I have run into issues like this also, and would like to suggest that more<br>
>> than a documentation update needs to happen.  One should also either abort<br>
>> or, at least, throw a warning telling the user the his arguments are going<br>
>> to be ignored.<br>
>><br>
>> rw2<br>
>><br>
>> On 10/26/10 8:14 AM, Olivier Sallou wrote:<br>
>>> ok, so it is rather an issue with documentation not really clear at<br>
>>> <a href="http://www.opennebula.org/documentation:rel2.0:img_template" target="_blank">http://www.opennebula.org/documentation:rel2.0:img_template</a>.<br>
>>> Page should specify that image template override vm template for disk<br>
>>> related data.<br>
>>><br>
>>> In my case, I do not want to save the VM, and I do not specify any tag to<br>
>>> do so in image description. Though, image is saved anyway.<br>
>>> In documentation, it is said that "save" is "no" by default at<br>
>>> <a href="http://www.opennebula.org/documentation:rel2.0:template" target="_blank">http://www.opennebula.org/documentation:rel2.0:template</a>.<br>
>>><br>
>>> Does it means that I should explicitly specify "save=no" in my image<br>
>>> template?<br>
>>><br>
>>> Here is my oneimage detail:<br>
>>><br>
>>> IMAGE  INFORMATION<br>
>>> ID             : 5<br>
>>> NAME           : sampleraw2<br>
>>> TYPE           : OS<br>
>>> REGISTER TIME  : 10/25 18:59:12<br>
>>> PUBLIC         : Yes<br>
>>> PERSISTENT     : No<br>
>>> SOURCE         :<br>
>>> /local/one_images/nebula/images/0c2bdd685a6f0abe21b3fb2ba298083abcc5206c<br>
>>> STATE          : rdy<br>
>>> RUNNING_VMS    : 0<br>
>>><br>
>>> IMAGE TEMPLATE<br>
>>> DESCRIPTION=Sample suse raw file<br>
>>> DEV_PREFIX=hd<br>
>>> NAME=sampleraw2<br>
>>> PATH=/path_to_my_appliance<br>
>>><br>
>>> Thanks<br>
>>><br>
>>> Olivier<br>
>>><br>
>>> Le 10/26/10 2:29 PM, Tino Vazquez a ?crit :<br>
>>>> Dear Olivier,<br>
>>>><br>
>>>> When using the Image Catalog, and not the old method of specifying the<br>
>>>> full image path in the source attribute, the values of disk attributes<br>
>>>> "save" and "clone" are overridden by the Image Catalog inferring them<br>
>>>> from the image properties (persistency, save_as).<br>
>>>><br>
>>>> If you want to save the image when using the Image Catalog, either<br>
>>>> make it persistent or, if you want to save it as another image, use<br>
>>>> the save_as functionality.<br>
>>>><br>
>>>> Best regards,<br>
>>>><br>
>>>> -Tino<br>
>>>><br>
>>>> --<br>
>>>> Constantino V?zquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
>>>> Virtualization Technology Engineer / Researcher<br>
>>>> OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
>>>><br>
>>>><br>
>>>><br>
>>>> On Tue, Oct 26, 2010 at 1:23 PM, Olivier Sallou<<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>><br>
>>>>   wrote:<br>
>>>>> Hi,<br>
>>>>> I have a template with:<br>
>>>>> DISK   = [<br>
>>>>>   image = "sampleraw2",<br>
>>>>>   save = "no"<br>
>>>>>    ]<br>
>>>>><br>
>>>>> and when I do "onevm stop",  one still tries to save the vm on the<br>
>>>>> frontend.<br>
>>>>> (I also tried with save=no  instead of save="no").<br>
>>>>><br>
>>>>> Should I create a bug for this or is there something wrong in my<br>
>>>>> template?<br>
>>>>><br>
>>>>> Thanks<br>
>>>>><br>
>>>>> Olivier<br>
>>>>> _______________________________________________<br>
>>>>> Users mailing list<br>
>>>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>>>><br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>><br>
>> _______________________________________________<br>
>> Users mailing list<br>
>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 26 Oct 2010 17:56:42 +0200<br>
From: Olivier Sallou <<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>><br>
To: Javier Fontan <<a href="mailto:jfontan@gmail.com">jfontan@gmail.com</a>><br>
Cc: <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
Subject: Re: [one-users] one2 : save tag does not seem to work<br>
Message-ID: <<a href="mailto:4CC6FA3A.5060503@irisa.fr">4CC6FA3A.5060503@irisa.fr</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
in system-wide installation, the "save" of the image on frontend is done<br>
in /var/lib/one.<br>
<br>
This directory is not configurable in oned.conf. This can be an issue<br>
with disk size when many VMs are saved. Required storage can be huge.<br>
<br>
An option of course is to copy the content then to mount this directory<br>
on an external file system (nfs or attached disk), but wouldn't it be<br>
easier to be able to specify the location of saved data?<br>
<br>
Olivier<br>
<br>
<br>
Le 10/26/10 3:18 PM, Javier Fontan a ?crit :<br>
> Adding to that "stop" does not mean kill-the-vm. It will susped a VM<br>
> and save its state/image in the frontend so it can be resumed in any<br>
> other host. That's why it retrieves the image back to the frontend.<br>
><br>
> On Tue, Oct 26, 2010 at 2:29 PM, Tino Vazquez<<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>>  wrote:<br>
>> Dear Olivier,<br>
>><br>
>> When using the Image Catalog, and not the old method of specifying the<br>
>> full image path in the source attribute, the values of disk attributes<br>
>> "save" and "clone" are overridden by the Image Catalog inferring them<br>
>> from the image properties (persistency, save_as).<br>
>><br>
>> If you want to save the image when using the Image Catalog, either<br>
>> make it persistent or, if you want to save it as another image, use<br>
>> the save_as functionality.<br>
>><br>
>> Best regards,<br>
>><br>
>> -Tino<br>
>><br>
>> --<br>
>> Constantino V?zquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
>> Virtualization Technology Engineer / Researcher<br>
>> OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
>><br>
>><br>
>><br>
>> On Tue, Oct 26, 2010 at 1:23 PM, Olivier Sallou<<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>>  wrote:<br>
>>> Hi,<br>
>>> I have a template with:<br>
>>> DISK   = [<br>
>>>   image = "sampleraw2",<br>
>>>   save = "no"<br>
>>>    ]<br>
>>><br>
>>> and when I do "onevm stop",  one still tries to save the vm on the frontend.<br>
>>> (I also tried with save=no  instead of save="no").<br>
>>><br>
>>> Should I create a bug for this or is there something wrong in my template?<br>
>>><br>
>>> Thanks<br>
>>><br>
>>> Olivier<br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>><br>
>> _______________________________________________<br>
>> Users mailing list<br>
>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>><br>
><br>
><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 26 Oct 2010 17:59:21 +0200<br>
From: Javier Fontan <<a href="mailto:jfontan@gmail.com">jfontan@gmail.com</a>><br>
To: Olivier Sallou <<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>><br>
Cc: <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
Subject: Re: [one-users] one2 : save tag does not seem to work<br>
Message-ID:<br>
        <<a href="mailto:AANLkTinXG4odGt4FOtt_OJtKwaMLo5ttFPWh6xHTtg7G@mail.gmail.com">AANLkTinXG4odGt4FOtt_OJtKwaMLo5ttFPWh6xHTtg7G@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
An easier way to do that is to symlink your storage path to that dir.<br>
<br>
On Tue, Oct 26, 2010 at 5:56 PM, Olivier Sallou <<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>> wrote:<br>
> in system-wide installation, the "save" of the image on frontend is done in<br>
> /var/lib/one.<br>
><br>
> This directory is not configurable in oned.conf. This can be an issue with<br>
> disk size when many VMs are saved. Required storage can be huge.<br>
><br>
> An option of course is to copy the content then to mount this directory on<br>
> an external file system (nfs or attached disk), but wouldn't it be easier to<br>
> be able to specify the location of saved data?<br>
><br>
> Olivier<br>
><br>
><br>
> Le 10/26/10 3:18 PM, Javier Fontan a ?crit :<br>
>><br>
>> Adding to that "stop" does not mean kill-the-vm. It will susped a VM<br>
>> and save its state/image in the frontend so it can be resumed in any<br>
>> other host. That's why it retrieves the image back to the frontend.<br>
>><br>
>> On Tue, Oct 26, 2010 at 2:29 PM, Tino Vazquez<<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>> ?wrote:<br>
>>><br>
>>> Dear Olivier,<br>
>>><br>
>>> When using the Image Catalog, and not the old method of specifying the<br>
>>> full image path in the source attribute, the values of disk attributes<br>
>>> "save" and "clone" are overridden by the Image Catalog inferring them<br>
>>> from the image properties (persistency, save_as).<br>
>>><br>
>>> If you want to save the image when using the Image Catalog, either<br>
>>> make it persistent or, if you want to save it as another image, use<br>
>>> the save_as functionality.<br>
>>><br>
>>> Best regards,<br>
>>><br>
>>> -Tino<br>
>>><br>
>>> --<br>
>>> Constantino V?zquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
>>> Virtualization Technology Engineer / Researcher<br>
>>> OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
>>><br>
>>><br>
>>><br>
>>> On Tue, Oct 26, 2010 at 1:23 PM, Olivier Sallou<<a href="mailto:olivier.sallou@irisa.fr">olivier.sallou@irisa.fr</a>><br>
>>> ?wrote:<br>
>>>><br>
>>>> Hi,<br>
>>>> I have a template with:<br>
>>>> DISK ? = [<br>
>>>> ?image = "sampleraw2",<br>
>>>> ?save = "no"<br>
>>>> ? ]<br>
>>>><br>
>>>> and when I do "onevm stop", ?one still tries to save the vm on the<br>
>>>> frontend.<br>
>>>> (I also tried with save=no ?instead of save="no").<br>
>>>><br>
>>>> Should I create a bug for this or is there something wrong in my<br>
>>>> template?<br>
>>>><br>
>>>> Thanks<br>
>>>><br>
>>>> Olivier<br>
>>>> _______________________________________________<br>
>>>> Users mailing list<br>
>>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>>><br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>><br>
>><br>
>><br>
><br>
<br>
<br>
<br>
--<br>
Javier Fontan, Grid & Virtualization Technology Engineer/Researcher<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>
<br>
Message: 5<br>
Date: Tue, 26 Oct 2010 18:18:48 +0200<br>
From: Tino Vazquez <<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>><br>
To: Paul Piscuc <<a href="mailto:paul.piscuc@sinergetic.ro">paul.piscuc@sinergetic.ro</a>>, users<br>
        <<a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a>><br>
Subject: Re: [one-users] [one-ecosystem] vmware deployment problem<br>
Message-ID:<br>
        <AANLkTi=q=<a href="mailto:TqzGToBXBKG9ZM3egVA7ByrMBSfg7rc2c-_@mail.gmail.com">TqzGToBXBKG9ZM3egVA7ByrMBSfg7rc2c-_@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=windows-1252<br>
<br>
Hi Paul,<br>
<br>
This may be a problem with the name of the ESX's vSwitch, more<br>
precisely it not being vmnic0. If you didn't change it, by default is<br>
"VM Network".<br>
<br>
>From the documentation:<br>
<br>
--<br>
Networks can be defined in OpenNebula, and VMs can use leases from<br>
these networks, being FIXED or RANGED. The only requisite is to input<br>
the name of the VMware hypervisor defined vSwitch as the bridge of the<br>
Virtual Network in OpenNebula. The default name for the vSwitch in the<br>
ESX family is ?VM Network?.<br>
--<br>
<br>
Regards,<br>
<br>
-Tino<br>
<br>
--<br>
Constantino V?zquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
Virtualization Technology Engineer / Researcher<br>
OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
<br>
<br>
<br>
On Tue, Oct 26, 2010 at 12:30 PM, Paul Piscuc <<a href="mailto:paul.piscuc@sinergetic.ro">paul.piscuc@sinergetic.ro</a>> wrote:<br>
> Hi,<br>
><br>
> The error we are getting is the following:<br>
> in /var/10/oned.log:<br>
><br>
> Tue Oct 26 12:24:30 2010 [VMM][I]: [VMWARE] cmd failed<br>
> [/srv/cloud/one/bin/tty_expect -u oneadmin -p sinergetic01 virsh -c<br>
> esx://vmware.local?no_verify=1 start one-9]. Stderr:<br>
> Tue Oct 26 12:24:30 2010 [VMM][I]: error: Failed to start domain one-9<br>
> Tue Oct 26 12:24:30 2010 [VMM][I]: error: internal error Could not start<br>
> domain<br>
> Tue Oct 26 12:24:30 2010 [VMM][I]:<br>
> Tue Oct 26 12:24:30 2010 [VMM][I]: . Stdout: ExitCode: 1<br>
> Tue Oct 26 12:24:30 2010 [VMM][I]: ExitCode: 1<br>
> Tue Oct 26 12:24:30 2010 [VMM][E]: Error deploying virtual machine<br>
> Tue Oct 26 12:24:30 2010 [DiM][I]: New VM state is FAILE<br>
><br>
> On the ESX, the error is:<br>
> ./messages:Oct 26 10:10:09 Hostd: [2010-10-26 10:10:09.552 FFFB5B90 info<br>
> 'ha-eventmgr'] Event 375 : Cannot power On one-10 on <a href="http://localhost.sns.ro" target="_blank">localhost.sns.ro</a> in<br>
> ha-datacenter. A general system error occurred:<br>
> ./messages:Oct 26 10:10:09 Hostd: [2010-10-26 10:10:09.552 FFFB5B90 info<br>
> 'vm:/vmfs/volumes/a286fd9a-499da3b5/10/images/disk.0/one-10.vmx'] State<br>
> Transition (VM_STATE_POWERING_ON -> VM_STATE_OFF)<br>
> ./messages:Oct 26 10:10:09 Hostd: [2010-10-26 10:10:09.578 FFFB5B90 warning<br>
> 'vm:/vmfs/volumes/a286fd9a-499da3b5/10/images/disk.0/one-10.vmx'] Unable to<br>
> get network object for network vmnic0<br>
><br>
> It seems that the problem is generated by the networking stuff. In onevnet,<br>
> we have the following template:<br>
><br>
> NAME = "Public"<br>
> TYPE = RANGED<br>
> BRIDGE = vmnic0<br>
> NETWORK_SIZE=30<br>
> NETWORK_ADDRESS=10.11.12.70<br>
><br>
> We have tried to bridge over the interface eth0, but ESX tries to bridge<br>
> also to eth0, and not to vmnic0. Maybe is something related to the vmx<br>
> configuration file. It is not changed, is a image generated by ESX.<br>
><br>
> Thank for your help,<br>
><br>
><br>
><br>
> On Tue, Oct 26, 2010 at 12:59 PM, Tino Vazquez <<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>> wrote:<br>
>><br>
>> Hi Paul,<br>
>><br>
>> Can you check the $ONE_LOCATION/var/8/images/*/vmware.log to see what<br>
>> is failing?<br>
>><br>
>> Regards,<br>
>><br>
><br>
><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br>
<br>
End of Users Digest, Vol 32, Issue 39<br>
*************************************<br>
</blockquote></div><br>