|
 |
栏目导栏 |
|
| |
|
|
|
|
 |
资料搜索 |
|
| |
|
|
|
|
 |
热门文章 |
|
| |
|
|
|
|
 |
最新文章 |
|
| |
|
|
|
| |
| |
|
|
|
| |
| IPMP(IP Multipathing)配置详解 |
[ 作者: Linux联盟收集 加入时间:2006-07-18 12:30:44 来自:Linux联盟收集
] | |
|
IPMP从Solaris 8 (01/01)开始就已经成为Solaris的标准配置了,所以大家都可以用,对于这些新的feature,大家不要客气啊,不用白不用啊! XVsLinux联盟 下面就用配置文件的方式来配置IPMP,假设如下: XVsLinux联盟 multipathing test IP 10.170.1.81 测试地址1 XVsLinux联盟 multipathing test IP 10.170.1.82 测试地址1 XVsLinux联盟 Logical IP 10.170.1.80 逻辑地址,这是我们访问的地址 XVsLinux联盟 Group Name mswitch 这个名字,随便取的 XVsLinux联盟 Network Card ce0,ce1 XVsLinux联盟 XVsLinux联盟 1、首先更改hosts文件 XVsLinux联盟 #vi /etc/hosts XVsLinux联盟 10.170.1.80 host1 loghost XVsLinux联盟 XVsLinux联盟 10.170.1.81 host1-1 XVsLinux联盟 10.170.1.82 host1-2 XVsLinux联盟 XVsLinux联盟 2、然后创建文件hostname.ce0 , hostname.ce1 XVsLinux联盟 #vi /etc/hostname.ce0 XVsLinux联盟 host1 group mswitch up XVsLinux联盟 addif host1-1 -failover deprecated up XVsLinux联盟 XVsLinux联盟 #vi /etc/hostname.ce1 XVsLinux联盟 host1-2 group mswitch -failover deprecated up XVsLinux联盟 XVsLinux联盟 3、重新启动计算机,就可以了 XVsLinux联盟 #reboot XVsLinux联盟 XVsLinux联盟 4、after reboot , you can use ifconfig -a to view the configure information. XVsLinux联盟 #ifconfig -a XVsLinux联盟 做做测试,看看会不会failover!XVsLinux联盟
Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论 |
|
|
|
|
|