Then we need to check what adapters we can use, now in our case we will be using the first 2 adapters from a dual port 1Gb card -
# lsdev -type adapter
Then we need to create the Etherchannel device -
# mkvdev -lnagg ent0 ent1
This creates the device in standard mode, though you can switch it over to round robin -
# chdev -l ent2 -a mode=round_robin
Then we can create a SEA "bridge" between the physical Etherchannel device ent2 and the virtual ent3
# mktcpip -hostname <
Now your server ready to go.
No comments:
Post a Comment