码迷,mamicode.com
首页 > 系统相关 > 详细

linux多路径使用

时间:2014-12-15 10:13:01      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ar   color   使用   sp   strong   on   文件   

1.编辑配置文件/etc/multipath.conf

multipaths {
        multipath {
                wwid "36005076300800000000000001a"
                                alias disk1
        }
                multipath {
                wwid "36005076300800000000000001b"
                                alias disk2
        }
        multipath {
                wwid "36005076300800000000000001c"
                                alias disk3
        }
        multipath {
                wwid "36005076300800000000000001d"
                                alias disk4
        }
}

2.启动multipathd服务,及设置其自动启动

service multipathd restart
chkconfig --level 345 multipathd on
chkconfig --list | grep multipathd

3.查看设置

multipath -ll

4.重启机器后,查看软连接

[root@rac1 mpath]# ll
total 0
lrwxrwxrwx 1 root root 7 Dec 13 09:39 disk1 -> ../dm-0
lrwxrwxrwx 1 root root 7 Dec 13 09:39 disk2 -> ../dm-1
lrwxrwxrwx 1 root root 7 Dec 13 09:39 disk3 -> ../dm-3
lrwxrwxrwx 1 root root 7 Dec 13 09:39 disk4 -> ../dm-2

 

linux多路径使用

标签:style   blog   ar   color   使用   sp   strong   on   文件   

原文地址:http://www.cnblogs.com/huanhuanang/p/4164129.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!