Re: [one-users] windows vm lose NIC driver

2013-11-04 Thread Tino Vazquez
Hi,

In the dynamic network mode, OpenNebula will create 'one-pg-19' in
vSwitch0 the first time a VM that uses a NIC from the virtual network
19 is booted. So you don't need to create that port group by hand.

Following VMs with a NIC from virtual network 19 will get bound to
that 'one-pg-19' portgroup.

Hope this helps,

-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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Mon, Nov 4, 2013 at 3:22 AM, hansz  wrote:
> hi,
>now i am sure i have created the one-pg-19,but when i create vm on
> sunstone the  ESX's vSwitch0 would create another one-pg-vnid,then the nic
> dirver faild,how can i configure the new vms use one-pg-19?
>
>
>
>
>
>
> At 2013-10-31 18:13:50,"Tino Vazquez"  wrote:
>>Hi,
>>
>>Ok, now that we know that you are using the dynamic network node let's
>>see if everything is in place.
>>
>>Could you please check that a port group "one-pg-" is created in
>>the ESX's vSwitch0, where vnid is the id of the virtual network that
>>uses vSwitch0 as a bridge.
>>
>>If that port group is created, the next step would be to check if the
>>VM is really attached to that port group. You can do that by
>>inspecting the settings of the VM through the VMware VI client.
>>
>>If everything is correct and you still don't see the NIC within the
>>guest OS, there is a couple of things that can be tried:
>>
>> * set  E1000 as the NIC model (NIC=[MODEL="E1000",..]) in the VM
>>template and launching the VM again
>> * install the VMware tools in the guestOS
>>
>>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 ab...@c12g.com and delete the e-mail and
>>attachments and any copy from your system. C12G thanks you for your
>>cooperation.
>>
>>
>>On Thu, Oct 31, 2013 at 7:53 AM, hansz  wrote:
>>> hi,
>>> i am sure now i use  onehost create -v vmware -i vmware -n vmware.
>>> and when i create virtual network ,and the Network model:VMware  and the
>>> bridge:vSwitch0。
>>> but when i create windows vms it lost nic dirver too.
>>> the vm i do not configure AIK
>>>
>>>
>>>
>>>
>>>
>>> At 2013-10-30 18:03:53,"Tino Vazquez"  wrote:
Hi,

Not really, you can use both. Just wondering which one did you chose
so I can provide support. How did you add the host (ie onehost create
-v ... -i --- -n ...). It is the "-n" which will tell OpenNebula to
use dynamic (vmware) or pre-defined (dummy) network mode.

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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Wed, Oct 30, 2013 at 

Re: [one-users] windows vm lose NIC driver

2013-11-01 Thread hansz
hi Tino,
the following is i run on my esxi ,when i create disk-flat.vmdk and disk.vmdk  
i use one-pg-19,
/sbin # esxcfg-vswitch -l
Switch Name  Num Ports   Used Ports  Configured Ports  MTU Uplinks   
vSwitch0 128 8   128   1500vmnic0


  PortGroup NameVLAN ID  Used Ports  Uplinks   
  VM Network00   vmnic0
  one-pg-9  101  1   vmnic0
  one-pg-19 101  2   vmnic0
  Vmotion   01   vmnic0
  Management Network01   vmnic0 

but the created vm on sunstone the nic use one-pg-9 ,and the vm lost nic dirver 
too___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] windows vm lose NIC driver

2013-10-31 Thread Tino Vazquez
Hi,

Ok, now that we know that you are using the dynamic network node let's
see if everything is in place.

Could you please check that a port group "one-pg-" is created in
the ESX's vSwitch0, where vnid is the id of the virtual network that
uses vSwitch0 as a bridge.

If that port group is created, the next step would be to check if the
VM is really attached to that port group. You can do that by
inspecting the settings of the VM through the VMware VI client.

If everything is correct and you still don't see the NIC within the
guest OS, there is a couple of things that can be tried:

 * set  E1000 as the NIC model (NIC=[MODEL="E1000",..]) in the VM
template and launching the VM again
 * install the VMware tools in the guestOS

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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Thu, Oct 31, 2013 at 7:53 AM, hansz  wrote:
> hi,
> i am sure now i use  onehost create -v vmware -i vmware -n vmware.
> and when i create virtual network ,and the Network model:VMware  and the
> bridge:vSwitch0。
> but when i create windows vms it lost nic dirver too.
> the vm i do not configure AIK
>
>
>
>
>
> At 2013-10-30 18:03:53,"Tino Vazquez"  wrote:
>>Hi,
>>
>>Not really, you can use both. Just wondering which one did you chose
>>so I can provide support. How did you add the host (ie onehost create
>>-v ... -i --- -n ...). It is the "-n" which will tell OpenNebula to
>>use dynamic (vmware) or pre-defined (dummy) network mode.
>>
>>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 ab...@c12g.com and delete the e-mail and
>>attachments and any copy from your system. C12G thanks you for your
>>cooperation.
>>
>>
>>On Wed, Oct 30, 2013 at 10:37 AM, hansz  wrote:
>>> you mean i should used fixed network  at the sunstone's virtual network ?
>>>
>>>
>>>
>>>
>>>
>>>
>>> At 2013-10-30 17:33:52,"Tino Vazquez"  wrote:
Hi,

It looks like you are using the dynamic network mode [1], can you
confirm this? Depending on the mode used I can advise one way or the
other.

Regards,

-Tino

[1] http://opennebula.org/documentation:rel4.2:vmwarenet

--
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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.
>>>
>>>
>>>
>
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinf

Re: [one-users] windows vm lose NIC driver

2013-10-30 Thread hansz
hi,
i am sure now i use  onehost create -v vmware -i vmware -n vmware. 
and when i create virtual network ,and the Network model:VMware  and the 
bridge:vSwitch0。
but when i create windows vms it lost nic dirver too. 
the vm i do not configure AIK







At 2013-10-30 18:03:53,"Tino Vazquez"  wrote:
>Hi,
>
>Not really, you can use both. Just wondering which one did you chose
>so I can provide support. How did you add the host (ie onehost create
>-v ... -i --- -n ...). It is the "-n" which will tell OpenNebula to
>use dynamic (vmware) or pre-defined (dummy) network mode.
>
>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 ab...@c12g.com and delete the e-mail and
>attachments and any copy from your system. C12G thanks you for your
>cooperation.
>
>
>On Wed, Oct 30, 2013 at 10:37 AM, hansz  wrote:
>> you mean i should used fixed network  at the sunstone's virtual network ?
>>
>>
>>
>>
>>
>>
>> At 2013-10-30 17:33:52,"Tino Vazquez"  wrote:
>>>Hi,
>>>
>>>It looks like you are using the dynamic network mode [1], can you
>>>confirm this? Depending on the mode used I can advise one way or the
>>>other.
>>>
>>>Regards,
>>>
>>>-Tino
>>>
>>>[1] http://opennebula.org/documentation:rel4.2:vmwarenet
>>>
>>>--
>>>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 ab...@c12g.com and delete the e-mail and
>>>attachments and any copy from your system. C12G thanks you for your
>>>cooperation.
>>
>>
>>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] windows vm lose NIC driver

2013-10-30 Thread Tino Vazquez
Hi,

Not really, you can use both. Just wondering which one did you chose
so I can provide support. How did you add the host (ie onehost create
-v ... -i --- -n ...). It is the "-n" which will tell OpenNebula to
use dynamic (vmware) or pre-defined (dummy) network mode.

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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Wed, Oct 30, 2013 at 10:37 AM, hansz  wrote:
> you mean i should used fixed network  at the sunstone's virtual network ?
>
>
>
>
>
>
> At 2013-10-30 17:33:52,"Tino Vazquez"  wrote:
>>Hi,
>>
>>It looks like you are using the dynamic network mode [1], can you
>>confirm this? Depending on the mode used I can advise one way or the
>>other.
>>
>>Regards,
>>
>>-Tino
>>
>>[1] http://opennebula.org/documentation:rel4.2:vmwarenet
>>
>>--
>>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 ab...@c12g.com and delete the e-mail and
>>attachments and any copy from your system. C12G thanks you for your
>>cooperation.
>
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] windows vm lose NIC driver

2013-10-30 Thread Tino Vazquez
Hi,

It looks like you are using the dynamic network mode [1], can you
confirm this? Depending on the mode used I can advise one way or the
other.

Regards,

-Tino

[1] http://opennebula.org/documentation:rel4.2:vmwarenet

--
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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] windows vm lose NIC driver

2013-10-29 Thread hansz
the onevm show


[oneadmin@opennebula ~]$ onevm show 93 -x

  93
  0
  0
  oneadmin
  oneadmin
  testwindows-93
  
1
1
0
0
0
0
0
0
0
  
  1383094352
  3
  3
  0
  1383036562
  0
  one-93
  1080320
  2
  0
  0
  

  
  
  
  
  
  
  
  



  
  
  
  
  
  
  
  
  
  

  
  
  


  
  
  
  


  
  


  
  


  
  


  
  



  
  
  
  
  
  
  
  



  
  

  
  

  93
  0
  10.24.101.72
  2
  1383036578
  0
  vmware
  dummy
  vmfs
  /vmfs/volumes
  104
  1383036578
  1383038126
  1383038126
  0
  0
  0
  0
  0

  

[oneadmin@opennebula ~]$ 









At 2013-10-29 17:50:43,"Tino Vazquez"  wrote:
>Hi,
>
>Could you send us the template of one the windows VMs?
>
>$ oneshow  -x
>
>where vid is the ID of the windows VM without the NIC.
>
>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 ab...@c12g.com and delete the e-mail and
>attachments and any copy from your system. C12G thanks you for your
>cooperation.
>
>
>On Tue, Oct 29, 2013 at 10:40 AM, hansz  wrote:
>> hi man
>> i use centos6.4 opennebula4.2 and esxi 5.1 ,first i install windows vm
>> (windows2008 R2) on esxi5.1 and tar the *.vmdk ,then upload the tar to
>> sunstone image,and then create windows vms ,but all the created window vms
>> lost NIC driver. anything wrong?
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] windows vm lose NIC driver

2013-10-29 Thread Tino Vazquez
Hi,

Could you send us the template of one the windows VMs?

$ oneshow  -x

where vid is the ID of the windows VM without the NIC.

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 ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Oct 29, 2013 at 10:40 AM, hansz  wrote:
> hi man
> i use centos6.4 opennebula4.2 and esxi 5.1 ,first i install windows vm
> (windows2008 R2) on esxi5.1 and tar the *.vmdk ,then upload the tar to
> sunstone image,and then create windows vms ,but all the created window vms
> lost NIC driver. anything wrong?
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] windows vm lose NIC driver

2013-10-29 Thread hansz
hi man
i use centos6.4 opennebula4.2 and esxi 5.1 ,first i install windows vm 
(windows2008 R2) on esxi5.1 and tar the *.vmdk ,then upload the tar to sunstone 
image,and then create windows vms ,but all the created window vms lost NIC 
driver. anything wrong?___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org