multipath -ll输出结果中的三个状态列的解释

来源:互联网 发布:免费手机代理软件 编辑:程序博客网 时间:2024/06/05 10:37
multipath -ll输出结果中的三个状态列的解释:

注意,该多路径配置采用的是multibus方式,不是failover方式.
[root@rac1 rules.d]# multipath -llh1pcie (3600140585ee9c1e02d14ef58538c7b52) dm-8 LIO-ORG ,pcie           size=745G features='0' hwhandler='0' wp=rw`-+- policy='round-robin 0' prio=50 status=active  |- 44:0:0:2 sdp 8:240     active     ready      running  `- 45:0:0:2 sds 65:32     failed     faulty     running---------------------->>>拔掉第一个存储节点的其中一个IB线缆之后的状态                          dm status                                     path status                                                  online_status:A status of offline means that this SCSI device has been disabled.参考自:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html-single/DM_Multipath/index.html#MPIO_output5.8. Multipath Command Output章节.


阅读全文
0 0