linux multipath 软件部署

[root@localhost ~]# yum list all | grep multipath
device-mapper-multipath.x86_64 0.4.9-123.el7 ol7_6
device-mapper-multipath-libs.i686 0.4.9-123.el7 ol7_6
device-mapper-multipath-libs.x86_64 0.4.9-123.el7 ol7_6
[root@localhost ~]# yum install device-mapper-multipath*
Loaded plugins: ulninfo
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-multipath.x86_64 0:0.4.9-123.el7 will be installed
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-123.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================
Package Arch Version Repository Size
==============================================================================================================
Installing:
device-mapper-multipath x86_64 0.4.9-123.el7 ol7_6 139 k
device-mapper-multipath-libs x86_64 0.4.9-123.el7 ol7_6 254 k

Transaction Summary
==============================================================================================================
Install 2 Packages

Total download size: 393 k
Installed size: 805 k
Is this ok [y/d/N]: y
Downloading packages:
--------------------------------------------------------------------------------------------------------------
Total 74 MB/s | 393 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : device-mapper-multipath-libs-0.4.9-123.el7.x86_64 1/2
Installing : device-mapper-multipath-0.4.9-123.el7.x86_64 2/2
Verifying : device-mapper-multipath-libs-0.4.9-123.el7.x86_64 1/2
Verifying : device-mapper-multipath-0.4.9-123.el7.x86_64 2/2

Installed:
device-mapper-multipath.x86_64 0:0.4.9-123.el7 device-mapper-multipath-libs.x86_64 0:0.4.9-123.el7

Complete!

[root@localhost ~]# multipath -ll

Mar 18 09:38:25 | DM multipath kernel driver not loaded
Mar 18 09:38:25 | DM multipath kernel driver not loaded
[root@localhost ~]# multipath -v2
Mar 18 09:38:29 | DM multipath kernel driver not loaded
Mar 18 09:38:29 | DM multipath kernel driver not loaded
[root@localhost ~]# modprobe dm-multipath
[root@localhost ~]# modprobe dm-round-robin
[root@localhost ~]# service multipathd start
Redirecting to /bin/systemctl start multipathd.service
[root@localhost ~]# chkconfig multipathd on
Note: Forwarding request to 'systemctl enable multipathd.service'.

[root@localhost ~]# multipath -v2

[root@localhost ~]# multipath -ll

 

posted @   踏雪无痕2017  阅读(258)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
点击右上角即可分享
微信分享提示