<div dir="ltr">Hi Angel,<div><br></div><div style>There are two network models for ESX [1]</div><div style><br></div><div style>  1) Pre-defined network model: The BRIDGE of the vnet has to point to a pre-created port group. The VMs with NICs in that vnet, will get their NICs binded to that port group. This solution doesn't isolate one vnet from another</div>

<div style><br></div><div style>  2) Dynamic network model: The BRIDGE of the vnet has to point to a vSwitch. A port group will be created by ONE to channel all the traffic of the VM NICs attached to this vnet. This will effectively isolates one vnet from another. You will need the esxcli installed in the ONE front-end.</div>

<div style><br></div><div style>The difference between this two is that, when you create the host in ONE with "onehost":</div><div style><br></div><div style>onehost create esx1 -i im_vmware -v vmm_vmware -n dummy       # for 1)<br>

</div><div style>onehost create esx1 -i im_vmware -v vmm_vmware -n vmware       # for 2)<br></div><div style> </div><div style>Hope it helps,</div><div style><br></div><div style>-Tino</div><div style><br></div><div style>

[1] <a href="http://opennebula.org/documentation:rel3.8:vmwarenet#usage">http://opennebula.org/documentation:rel3.8:vmwarenet#usage</a></div></div><div class="gmail_extra"><br clear="all"><div>--<br>Constantino Vázquez Blanco, PhD, MSc<br>

Project Engineer<br>OpenNebula - The Open-Source Solution for Data Center Virtualization<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | @tinova79 | @OpenNebula</div>
<br><br><div class="gmail_quote">On Thu, Mar 7, 2013 at 8:25 PM,  <span dir="ltr"><<a href="mailto:ahernandez@tesla.cujae.edu.cu" target="_blank">ahernandez@tesla.cujae.edu.cu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Tino, I think that I detect a problem with documentation of OpenNebula, because in the <a href="http://opennebula.org/documentation:rel3.8:vmwarenet" target="_blank">http://opennebula.org/<u></u>documentation:rel3.8:vmwarenet</a> this writing<br>


<br>
he NICs of the VM in this Virtual Network will be attached to the specified port group in the vSphere host. For example:<br>
<br>
NAME    = "pre-defined_vmware_net"<br>
TYPE    = "fixed"<br>
BRIDGE  = "VM Network"  # This is the port group<br>
<br>
LEASES = ...<br>
<br>
BUT WHEN YOU SETTING A NETWORK, THE BRIGE IS USED HOW VSWITCH, NOT HOW PORT GROUP, FOR THIS I PRESENTED PROBLEMS WITH NETWORT DRIVERS, BUT I FIX THIS, USING BRIDGE HOW VSWITCH NOT PORT GROUP.... FOR THIS I THINK THAT OPENNEBULA NEED CHANGE THE DOCUMENTATION AND WRITE:<br>


<br>
he NICs of the VM in this Virtual Network will be attached to the specified port group in the vSphere host. For example:<br>
<br>
NAME    = "pre-defined_vmware_net"<br>
TYPE    = "fixed"<br>
BRIDGE  = "VM Network"  # This is the vswitch<br>
<br>
..... IN ADITION, I FIX THE PROBLEM WITH NETWORK DRIVERS WITH THIS CHANGE, BUT I PRESENT OTHER PROBLEM:<br>
<br>
THIS IS THE LOG:<br>
<br>
Fri Feb 22 22:30:50 2013 [VMM][D]: Message received: LOG I 28 pre: Executed "/usr/bin/vicfg-vswitch --username=oneadmin --password=DataCimex --server=<a href="http://das-vsilo23.cimex.com.cu" target="_blank">das-vsilo23.cimex.<u></u>com.cu</a> --check-pg one-pg-4 vSwitch0".<br>


<br>
Fri Feb 22 22:30:50 2013 [VMM][D]: Message received: LOG I 28 ExitCode: 0<br>
<br>
Fri Feb 22 22:30:50 2013 [VMM][D]: Message received: LOG I 28 Successfully execute network driver operation: pre.<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 Command execution fail: /var/lib/one/remotes/vmm/<u></u>vmware/deploy /var/lib/one/28/deployment.2 <a href="http://das-vsilo23.cimex.com.cu" target="_blank">das-vsilo23.cimex.com.cu</a> 28 <a href="http://das-vsilo23.cimex.com.cu" target="_blank">das-vsilo23.cimex.com.cu</a><br>


<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG E 28 deploy: Error executing: virsh -c esx://<a href="http://das-vsilo23.cimex.com.cu/?no_verify=1%5C&auto_answer=1" target="_blank">das-vsilo23.cimex.com.<u></u>cu/?no_verify=1\&auto_answer=1</a> define /var/lib/one/28/deployment.2 err: ExitCode: 1<br>


<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 out:<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 error: Failed to define domain from /var/lib/one/28/deployment.2<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 error: internal error HTTP response code 500 for upload to '<a href="https://das-vsilo23.cimex.com.cu:443/folder/28%2fdisk%2e0/one%2d28.vmx?dcPath=ha%2ddatacenter&dsName=0" target="_blank">https://das-vsilo23.cimex.<u></u>com.cu:443/folder/28%2fdisk%<u></u>2e0/one%2d28.vmx?dcPath=ha%<u></u>2ddatacenter&dsName=0</a>'<br>


<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 ExitCode: 255<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: LOG I 28 Failed to execute virtualization driver operation: deploy.<br>
<br>
Fri Feb 22 22:30:56 2013 [VMM][D]: Message received: DEPLOY FAILURE 28 -<br>
<br>
<br>
THE MAJOR ERROR IS:<br>
error: internal error HTTP response code 500 for upload to '<a href="https://das-vsilo23.cimex.com.cu:443/folder/28%2fdisk%2e0/one%2d28.vmx?dcPath=ha%2ddatacenter&dsName=0" target="_blank">https://das-vsilo23.cimex.<u></u>com.cu:443/folder/28%2fdisk%<u></u>2e0/one%2d28.vmx?dcPath=ha%<u></u>2ddatacenter&dsName=0</a>'<br>


<br>
ONE IDEA??????<br>
<br>
REGARDS<br>
aNGEL<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
48 Aniversario de la Cujae, Una obra de la Revolucion Cubana | 2 de diciembre de 1964 | <a href="http://cujae.edu.cu" target="_blank">http://cujae.edu.cu</a><br>
<br>
Consulte la enciclopedia colaborativa cubana. <a href="http://www.ecured.cu" target="_blank">http://www.ecured.cu</a><br>
</div></div></blockquote></div><br></div>