IPMP(IP Multipathing)配置详解

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:


IPMP从Solaris 8 (01/01)开始就已经成为Solaris的标准配置了,所以大家都可以用,对于这些新的feature,大家不要客气啊,不用白不用啊!
下面就用配置文件的方式来配置IPMP,假设如下:
multipathing test IP 10.170.1.81  测试地址1
multipathing test IP 10.170.1.82  测试地址1
Logical IP 10.170.1.80  逻辑地址,这是我们访问的地址
Group Name mswitch   这个名字,随便取的
Network Card ce0,ce1  

1、首先更改hosts文件
#vi /etc/hosts
10.170.1.80 host1 loghost

10.170.1.81 host1-1
10.170.1.82 host1-2

2、然后创建文件hostname.ce0 , hostname.ce1
#vi /etc/hostname.ce0
host1 group mswitch up
addif host1-1 -failover deprecated up

#vi /etc/hostname.ce1
host1-2 group mswitch -failover deprecated up

3、重新启动计算机,就可以了
#reboot

4、after reboot , you can use ifconfig -a to view the configure information.
#ifconfig -a
做做测试,看看会不会failover!

 race 回复于:2003-11-04 10:44:22
鼓励,继续。。。。。

 chinesecai 回复于:2003-11-04 11:17:08
早就有人讲过了,不过鼓励。

 unixsoft 回复于:2003-11-10 19:33:36
这是我早前写的文档,居然有人翻译一下。
里面有很多漏洞。
需要的请顶

 procrus 回复于:2003-11-10 19:41:16
ding

 sunmarmot 回复于:2003-11-10 20:31:41
[quote:47b1a8baa1="unixsoft"]这是我早前写的文档,居然有人翻译一下。
里面有很多漏洞。
需要的请顶[/quote:47b1a8baa1]

就四咯,很容易就挂了,例如你的哪个XX出了问题,你的系统马上就崩溃了 :emn29:

 tiger530 回复于:2004-03-19 15:50:39
怎么进行配置优化?
请大侠们细说。。。

本文关键:IPMP(IP Multipathing)配置详解
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top