11-06-2012 04:18 AM - edited 03-16-2019 02:02 PM
Hello,
How can i enable the networks ports to works as one, like in MCS we enabled the fault-tolerance?
Regards
Leonardo Santana
Solved! Go to Solution.
11-06-2012 04:54 AM
Yes but it's done differently with virtualized installations. On the MCS hardware the platform was installed directly on "bare metal". Because of this the OS had two NICs and needed to be configured to failover from one to the other through a CLI command. In a virtualized environment the virtual machine has only one NIC. VMware ESXi provides a virtual software switch that bridges this virtual NIC (vNIC) to one or more physical NICs. Because of this you need to implement the resiliency/teaming functionality between the ESXi hypervisor and the physical switch, not between the VM and the hypervisor. This is a VMware design/configuration, not a Cisco UC configuration task now.
Please remember to rate helpful responses and identify helpful or correct answers.
11-06-2012 04:45 AM
You would need to add multiple active NICs (not standby!) to the vSwitch in ESXi. By default the vSwitch will load balance by pinning (don't confuse this with UCS Manager pinning) each VM to a different active NIC. If that NIC goes down the VM will be pinned to a different NIC. If you want traffic to be spread across the multiple NICs you would need to configure an EtherChannel.
Please remember to rate helpful responses and identify helpful or correct answers.
11-06-2012 04:49 AM
Hello Jonathan,
I wanna do the NIC teaming feature allows a server to be connected to the Ethernet via two NICs and, therefore, two cables. NIC teaming prevents network downtime by transferring the workload from the failed port to the working port. NIC teaming cannot be used for load balancing or increasing the interface speed.
Its possible?
11-06-2012 04:54 AM
Yes but it's done differently with virtualized installations. On the MCS hardware the platform was installed directly on "bare metal". Because of this the OS had two NICs and needed to be configured to failover from one to the other through a CLI command. In a virtualized environment the virtual machine has only one NIC. VMware ESXi provides a virtual software switch that bridges this virtual NIC (vNIC) to one or more physical NICs. Because of this you need to implement the resiliency/teaming functionality between the ESXi hypervisor and the physical switch, not between the VM and the hypervisor. This is a VMware design/configuration, not a Cisco UC configuration task now.
Please remember to rate helpful responses and identify helpful or correct answers.
11-06-2012 09:59 AM
Hello Jonathan thanks for your help!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide