AIX 設定網卡 Load Balancing
原由:AIX Power系列的主機都有二個網路 ports ,但就我們公司的主機大都只會使用一個 IP,所以為了完整應該網路卡的資源及備援用,故將二個網卡綁定同一個 IP 來使用,實際設定完成後,拔除任何一條網路線其網路皆可正常運作.
一.環境 AIX Power6 OS 5.3 ,HP GIGA switch
二.操作
1.移除網卡及IP
#smitty tcpip
-->Further Configuration
-->Network Interfaces
-->Network Interface Selection
-->Remove a Network Interface
選擇 en0 1L-08 Standard Ethernet Network Interface
2.重抓網卡
#cfgmgr
3.設定網卡 Load Balancing
#smitty etherchannel
-->Add An EtherChannel / Link Aggregation
選擇 ent0 + ent1
Mode round_robin <----改為round_robin
4.重新設定IP
#smitty tcpip
-->Minimum Configuration & Startup
-->en2 Standard Ethernet Network Interface
-->設定HOSTNAME ; IP ; Network MASK ; Default Gateway ;
START Now Yes <----改為Yes
5.檢查網卡IP
# ifconfig -a
三.完工