VMware Cloud Community
rrosenkoetter
Enthusiast
Enthusiast

Adding a vmnic to a vSwitch via esxcfg-vswitch

The default install of ESX 3.0.1 creates vSwitch0 for the Service Console using vmnic0

I try to add a second nic to this vSwitch for redundancy using the command

esxcfg-vswitch -L vmnic1 vSwitch0

It adds the vmnic1 but it adds it as stand by. How can I use the command line to create an Active/Active team?

0 Kudos
2 Replies
VirtualNoitall
Virtuoso
Virtuoso

Hello,

You don't have a VI client to add it from? I am not sure there is a command for that.

0 Kudos
conradsia
Hot Shot
Hot Shot

Don't know if this is correct but may be a place to start ...

/etc/vmware/esx.conf

/net/vswitch/child\[0000]/teamPolicy/uplinks\[0000]/pnic = "vmnic0"

/net/vswitch/child\[0000]/teamPolicy/uplinks\[0001]/pnic = "vmnic1"

0 Kudos