一, 磁盘柜和双机做集群,磁盘柜配置完后通过SAS线连接服务器,需要配置多路径.方法如下:
磁盘柜有自带光盘里面有 device-mapper-multipath 软件,或通过yum直接安装
1, yum install device-mapper-multipath (会自动安装其它依赖包)
2,配置多路径配置文件(multipath.conf) 默认没有这个配置文件.
3,重启服务.
4,将多路径加到内核中#modprobe dm-multipath
#modprobe dm-round-robin
5,设置为开机启动
chkconfig multipathd on
本文出自 “hhslinux” 博客,谢绝转载!
原文地址:http://hhslinux.blog.51cto.com/5656312/1846535