Chinaunix首页 | 论坛 | 博客
  • 博客访问: 979118
  • 博文数量: 584
  • 博客积分: 2293
  • 博客等级: 大尉
  • 技术积分: 3045
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-28 11:15
文章分类

全部博文(584)

文章存档

2012年(532)

2011年(47)

2009年(5)

我的朋友

分类:

2012-05-15 16:25:42

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
阅读(208) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~