- svcadm disable svc:/network/physical:nwam
- ifconfig NIC0 plumb
- ifconfig NIC1 plumb
- ifconfig NIC0 group GROUPNAME
- ifconfig NIC1 group GROUPNAME
- Primary NIC: IP/NETMASK group GROUPNAME up
- Secondary NIC: group GROUPNAME standby
- svcadm enable svc:/network/physical:default
You should now be done. Have fun yanking network cables and seeing your server stay online.
Zone Setup
Once your networking is set up just set the zone up as you normally would, but use the ipmpX as your physical zone NIC in zonecfg.
- add net
- set physical=ipmpX
- end
- verify
- commit
For more zone configuration command information visit GenUnix Wiki.