Chinaunix

标题: How do I set up PowerPath for FC4500 array attached to HP-UX [打印本页]

作者: emc2665    时间: 2005-08-12 10:43
标题: How do I set up PowerPath for FC4500 array attached to HP-UX
EMC  Clariion 4500

EMC SW: Navisphere 6.4


Step 1 - Set systemtype or initiator type

Non-Access Logix

Set systemtype to A using the following command:

navicli -d <controller number>; systemtype -config a

Note:  This will cause the array to reboot.

Access Logix

Set initiator type to no AutoTrespass by commenting the following entry in the agent.config file:
Example: # OptionsSupported AutoTrespass
Stop and start the Navisphere host Agent.
Step 2 - Set arraycompath and failover mode for non-Access-Logix and Access Logix:

Non-Access Logix

Use the following commands:

navicli -d <controller number>; arraycommpath 1 -host <hostname>;

navicli -d <controller number>; failovermode 1 -host <hostname>;

-or-

navicli -d <controller number>; arraycommpath 1 -ip <host IP address>;

navicli -d <controller number>; failovermode 1 -ip <host IP address>;



Access Logix

Use the following commands:

navicli -d <controller number>; storagegroup -sethost -arraycommpath 1 -host <hostname>;

navicli -d <controller number>; storagegroup -sethost -failovermode 1 -host <hostname>;

-or-

navicli -d <controller number>; storagegroup -sethost -arraycommpath 1 -ip <host IP address>;

navicli -d <controller number>; storagegroup -sethost -failovermode 1 -ip <host IP address>;




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2