Hello,
I am trying to accomplish TWO things::
vswitch: vSwitch0
portgroups: pgvVMOTION, Service Console
I have two vmnics on vSwitch0: vmnic0 and vmnic2
FIRST:
I need to use powercli to set both of the vmnics as ACTIVE.
SECOND:
I need to be able to select "Override switch failover order" ...AND...
for port group pgvVMOTION set priority of vmnics as: vmnic0 first, vmnic2 as second, in that order
...and then flip it for port group "Service Console" ... I need to set vmnic2 as first and vmnic0 as second , in that order.
I have found bits of code out there related to this, but couldn't put it all together.
Many thanks in advance!!!