- Log into the vSphere Client and select the host from the inventory panel.
- Click the Configuration tab and select Networking.
- Click Add Networking and choose VMkernel as the Connection Type.
- Click Next.
- Add two or more NICs to the required standard switch. You can create a new vSphere standard switch or use an existing vSwitch.Note: Ensure that all adapters are on the same network when connected to a physical Ethernet environment. If the adapters are split across switches, then all adapters must be able to communicate across those switches.
- Name the VMkernel portgroup (for example,
vMotion-01
), and assign a VLAN ID as required. - Click Use this port group for vMotion, then click Next
- Configure the IP address and subnet mask, then click Next..
- Click the Properties tab of the vSwitch, select the
vMotion-01
portgroup, and click Edit. - Click the NIC Teaming tab.
- Under Failover Order, select Override switch failover order.
- Configure the first adapter (for example,
vmnic1
) asactive
and move the second adapter (for example,vmnic3
) toUnused Adapters
. - Click OK.
- Under the vSwitch Properties, click Add to create a second VMkernel portgroup.
- Name the VMkernel portgroup (for example,
vMotion-02
), and assign a VLAN ID as required.Note: Ensure that both VMkernel interfaces participating in the vMotion have the IP address from the same IP subnet. - Click Use this port group for vMotion, then click Next.
- Configure the IP address and subnet mask, then click Next.
- Click the Properties tab of the vSwitch, select the
vMotion-02
portgroup, and click Edit. - Click the NIC Teaming tab.
- Under Failover Order, select Override switch failover order.
- Configure the second adapter (for example,
vmnic3
) asactive
and move the first adapter (for example,vmnic1
) toUnused Adapters
. - On the Properties tab of the vSwitch, select each vMotion portgroup in turn and confirm that the active and standby adapters are the reverse of each other.
- I repeated the tasks above two more times because I have four nics for iSCSI traffic. Each nic went to its own physical network card, which was further bound to the Software iSCSI HBA.
In the below picture, you can see an inbound migration at the beginning of the graph, and later after the configuration you can see the same machines migrated outbound post configuration on both vHosts.