1833445 Members
2960 Online
110052 Solutions
New Discussion

Re: Multipathing

 
zsujith
Frequent Advisor

Multipathing

Hello,

In HPUX/SUN which command is there to check the SAN disk multipathing.

Regards
"The most wasted day is that in which we have not laughed."
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Multipathing

Shalom,

HP-UX has ioscan and fcmsutil

I don't know sun, never heard of HPUX/SUN having anything in common other than maybe System V roots.

Can't help with that.

SAN might have some tools too.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
zsujith
Frequent Advisor

Re: Multipathing

Hi,

How to find out for alternate link are they using HDLM.

Regards
"The most wasted day is that in which we have not laughed."
rariasn
Honored Contributor

Re: Multipathing

Re: Multipathing

If you have VxVM installed .Then you can see the multi path using the command vxdisk list |grep numpath

otherwise:-
vxdmpadm getsubpaths dmpnodename=
Matti_Kurkela
Honored Contributor

Re: Multipathing

HDLM seems to be Hitachi's multipath I/O load balancing software, like HP's SecurePath and EMC's PowerPath.
(Disclaimer: I have never had a chance to use HDLM, so I don't know much about it.)

HP-UX supports multipathing without any extra software, but to get load balancing between the paths, you'll need HP-UX 11.31 or SAN-manufacturer-specific multipath software like PowerPath, SecurePath or HDLM.

Basic checks of the HP-UX OS-level multipathing:
If you use LVM, you can confirm that a disk has been configured with multiple paths by using the "vgdisplay -v " command and verifying that all the SAN-attached physical disks have alternate paths defined.
If you use VxVM, see Debakanta's answer.

Then use "ioscan -fnkCdisk" and make sure that the all the listed disk paths are in CLAIMED state. NO_HW would indicate that the path has worked in the past but is not working now.

SecurePath and PowerPath integrate fairly well with this basic mechanism of HP-UX, but HDLM might do things differently: check Hitachi's HDLM documentation.

MK
MK
zsujith
Frequent Advisor

Re: Multipathing

Thanks guys
"The most wasted day is that in which we have not laughed."