1、 查看MPIO 的存储盘的路径

# lspath (适用于所有存储的MPIO 路径查询)

# mpio_get_config -Av (适用于DS3K/DS4K的MPIO 路径查询)

2、 查看RDAC 存储盘的路径

# fget_config -Av (适用于DS3K/DS4K的RDAC 路径查询)

3、 查看SDDPCM 存储盘的路径

# pcmpath query device (适用于DS6K/DS8K和v7000的SDDPCM 路径查询)

4、 查看当前操作系统自带的支持IBM 存储的多路径软件

# manage_disk_drivers

5、 将DS4700默认的多路径软件更改成RDAC

# manage_disk_drivers -d DS4700 -o AIX_fcparray

二:MPIO 路径的常用操作

1、 查看单个盘的路径

# lspath -l hdisk3

# lspath -F "status name path_id parent connection" | grep -w hdisk3

2、MPIO 路径控制

将fcs0卡下的hdisk2的路径禁用

# chpath -l hdisk2 -p fscsi0 -s disable

将fcs0卡下的hdisk2的路径启用

# chpath -l hdisk2 -p fscsi0 -s enable

3、其它参数

# chdev -l hdisk3 -a queue_depth=1 //如果ODM 是1.0.1.0以上可以是任何数字

# chdev -l hdisk3 -a hcheck_interval=60 //链路失效检查时间间隔; 如果等0,则不会自检

# chdev -l hdisk3 hcheck_mode=nonacive

This parameter specifies which I/O paths should be monitored by the path health checking functionality. nonactive: This mode will check all failed I/O paths and all standby paths of used/opened devices. failed: This mode with check failed I/O paths only.

enabled: This mode will check all enabled I/O paths which are opened.

Note:

Non-opened devices are not monitored. Also, this attribute is

not being used at this time since path health checking is not

enabled. This attribute can be ignored

4、修改链路优先级

lspath -AHE -l hdisk2 -p vscsi3 //查看链路优先级

# chpath -l hdisk3 -p fscsi0 -w 链路1 -a priority=1

# chpath -l hdisk3 -p fscsi0 -w 链路2 -a priority=2

5、处理故障

1) 如果发现有很多路径是missing 的,可以用cfgmgr 重新扫描,如果还有missing 的,可以用步骤2和2来激活路径;

2) 如果要更换光纤线,可以该卡上的有的路径禁用,换完线后再启用,避免直接拨线产生的风险。