HP-UX - Configure multipathing

HP-UX、Linux、Tru64 UNIX、NonStop、OpenVMS、Windows Server等,数据中心、虚拟化方案等

版主: xyevolve

版面规则
1. 本版是定位于惠普软件系统及解决方案的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
回复
admin
网站编辑
帖子: 767
注册时间: 2010年 12月 22日 04:06 星期三

HP-UX - Configure multipathing

帖子 admin » 2013年 8月 2日 22:54 星期五

Native multipathing is configured automatically.
These instructions are to check and/or change the default settings.
Refer to the scsimgr manpage for detailed information about the options that may be tuned.

1. Use scsimgr lun_map to view the mapping between LUNs and lunpaths.

代码: 全选

# scsimgr lun_map -D /dev/rdisk/disk7
2. Use scsimgr get_attr to check the load balancing policy.

代码: 全选

# scsimgr get_attr -D /dev/rdisk/disk7 -a load_bal_policy
NOTE: The load balancing policy may be changed using scsimgr set_attr.
To make the changes persistent across reboots, use scsimgr save_attr.

3. Use scsimgr get_attr to view lunpath failure detection settings.

代码: 全选

# scsimgr get_attr -D /dev/rdisk/disk7 -a path_fail_secs
NOTE: The lun path failure detection may be tuned using scsimgr set_attr.
To make the changes persistent across reboots, use scsimgr save_attr.

回复