[one-users] opennebula 4.4 esxi 5.1 windows vms lose nic dirver

Tino Vazquez cvazquez at c12g.com
Mon Dec 9 06:44:36 PST 2013


Hi,

Without the E1000 model, does the VM boot? If so, does it recognise
the NIC if you install the vmware tools?

This may be of help:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1001805

I suggest approaching the problem by creating a Windows VM in VMware
that recognises the NIC, and afterwards creating the same VM through
OpenNebula.

Regards,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
"To" and "cc" box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at abuse at c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Fri, Dec 6, 2013 at 8:47 AM, hansz <hanshizhunjob at 126.com> wrote:
> hi man,
> yesterday i install opennebula4.4 on centos,but the windows2008r2 vms also
> has  NIC driver problem
> if i add  model =e1000 ,the vms will black screen ,when the vms startup, the
> follow are the network and the template
> the network
> [oneadmin at nebula ~]$ onevnet show 0 -x
> <VNET>
>   <ID>0</ID>
>   <UID>0</UID>
>   <GID>0</GID>
>   <UNAME>oneadmin</UNAME>
>   <GNAME>oneadmin</GNAME>
>   <NAME>EsxiNetwork</NAME>
>   <PERMISSIONS>
>     <OWNER_U>1</OWNER_U>
>     <OWNER_M>1</OWNER_M>
>     <OWNER_A>0</OWNER_A>
>     <GROUP_U>0</GROUP_U>
>     <GROUP_M>0</GROUP_M>
>     <GROUP_A>0</GROUP_A>
>     <OTHER_U>0</OTHER_U>
>     <OTHER_M>0</OTHER_M>
>     <OTHER_A>0</OTHER_A>
>   </PERMISSIONS>
>   <CLUSTER_ID>-1</CLUSTER_ID>
>   <CLUSTER/>
>   <TYPE>0</TYPE>
>   <BRIDGE>VM Network</BRIDGE>
>   <VLAN>0</VLAN>
>   <PHYDEV/>
>   <VLAN_ID/>
>   <GLOBAL_PREFIX/>
>   <SITE_PREFIX/>
>   <RANGE>
>     <IP_START>10.24.101.95</IP_START>
>     <IP_END>10.24.101.103</IP_END>
>   </RANGE>
>   <TOTAL_LEASES>2</TOTAL_LEASES>
>   <TEMPLATE>
>     <DNS><![CDATA[10.24.1.10]]></DNS>
>     <GATEWAY><![CDATA[10.24.101.252]]></GATEWAY>
>     <NETWORK_MASK><![CDATA[255.255.255.0]]></NETWORK_MASK>
>   </TEMPLATE>
>   <LEASES>
>     <LEASE>
>       <MAC>02:00:0a:18:65:5f</MAC>
>       <IP>10.24.101.95</IP>
>       <IP6_LINK>fe80::400:aff:fe18:655f</IP6_LINK>
>       <USED>1</USED>
>       <VID>2</VID>
>     </LEASE>
>     <LEASE>
>       <MAC>02:00:0a:18:65:60</MAC>
>       <IP>10.24.101.96</IP>
>       <IP6_LINK>fe80::400:aff:fe18:6560</IP6_LINK>
>       <USED>1</USED>
>       <VID>3</VID>
>     </LEASE>
>   </LEASES>
> </VNET>
> [oneadmin at nebula ~]$
>
> the template
> [oneadmin at nebula ~]$ onetemplate show 2 -x
> <VMTEMPLATE>
>   <ID>2</ID>
>   <UID>0</UID>
>   <GID>0</GID>
>   <UNAME>oneadmin</UNAME>
>   <GNAME>oneadmin</GNAME>
>   <NAME>windows2</NAME>
>   <PERMISSIONS>
>     <OWNER_U>1</OWNER_U>
>     <OWNER_M>1</OWNER_M>
>     <OWNER_A>0</OWNER_A>
>     <GROUP_U>0</GROUP_U>
>     <GROUP_M>0</GROUP_M>
>     <GROUP_A>0</GROUP_A>
>     <OTHER_U>0</OTHER_U>
>     <OTHER_M>0</OTHER_M>
>     <OTHER_A>0</OTHER_A>
>   </PERMISSIONS>
>   <REGTIME>1386342845</REGTIME>
>   <TEMPLATE>
>     <CONTEXT>
>       <NETWORK><![CDATA[YES]]></NETWORK>
>       <SSH_PUBLIC_KEY><![CDATA[$USER[SSH_PUBLIC_KEY]]]></SSH_PUBLIC_KEY>
>     </CONTEXT>
>     <CPU><![CDATA[1]]></CPU>
>     <DISK>
>       <IMAGE><![CDATA[windows2008]]></IMAGE>
>       <IMAGE_UNAME><![CDATA[oneadmin]]></IMAGE_UNAME>
>     </DISK>
>     <FEATURES>
>       <PCIBRIDGE><![CDATA[1]]></PCIBRIDGE>
>     </FEATURES>
>     <GRAPHICS>
>       <LISTEN><![CDATA[0.0.0.0]]></LISTEN>
>       <TYPE><![CDATA[VNC]]></TYPE>
>     </GRAPHICS>
>     <INPUT>
>       <BUS><![CDATA[usb]]></BUS>
>       <TYPE><![CDATA[mouse]]></TYPE>
>     </INPUT>
>     <INPUT>
>       <BUS><![CDATA[usb]]></BUS>
>       <TYPE><![CDATA[tablet]]></TYPE>
>     </INPUT>
>     <INPUT>
>       <BUS><![CDATA[ps2]]></BUS>
>       <TYPE><![CDATA[tablet]]></TYPE>
>     </INPUT>
>     <MEMORY><![CDATA[512]]></MEMORY>
>     <NIC>
>       <MODEL><![CDATA[e1000]]></MODEL>
>       <NETWORK><![CDATA[EsxiNetwork]]></NETWORK>
>       <NETWORK_UNAME><![CDATA[oneadmin]]></NETWORK_UNAME>
>     </NIC>
>     <RAW>
>       <TYPE><![CDATA[vmware]]></TYPE>
>     </RAW>
>     <SCHED_REQUIREMENTS><![CDATA[ID="0"]]></SCHED_REQUIREMENTS>
>   </TEMPLATE>
> </VMTEMPLATE>
> [oneadmin at nebula ~]$
>
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



More information about the Users mailing list