IPMP有两种方法
1 Link-based IPMP //基于链路类,不需测试IP
2 Probe-based IPMP //基于IP寻查,我们常用的是这种,需要测试IP
以下是Link-base方式
# eeprom "local-mac-address?=true"
# cat /etc/inet/hosts
#
# Internet host table
127.0.0.1 localhost
192.168.1.1 sys11 loghost
192.168.1.21 sys11-hme1
# cat /etc/hostname.hme0
sys11 netmask + broadcast + group ipmp_group0 up
# cat /etc/hostname.hme1
sys11-hme1 netmask + broadcast + group ipmp_group0 up
reboot
测试:
# if_mpadm -d hme0 强制从hme0切到hme1
注意:并不是所有网卡支持link-base, Solaris 9 12/02 OS以上, 及下列网卡支持:
hme
eri
ce
ge
bge
qfe
dmfe
阅读(1523) | 评论(0) | 转发(1) |