HP-UX 11i v3 Mass Storage Device Naming

o ioscan -m hwpath -H <lunpath_hardware_path>
# ioscan -m hwpath -H 0/3/1/0.0x21000020371972ee.0x0
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x3
0/3/1/0.0x21000020371972ee.0x0 0/3/1/0.8.0.255.0.0.0
To view the LUN hardware path, and the lunpath hardware path corresponding to a legacy
hardware path
o ioscan -m hwpath -H <legacy_hardware_path>
# ioscan -m hwpath -H 0/3/1/0.8.0.255.0.0.0
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x3
0/3/1/0.0x21000020371972ee.0x0 0/3/1/0.8.0.255.0.0.0
To view mapping between LUN hardware paths, lunpath hardware paths and legacy
hardware paths of all LUNs
o ioscan -m hwpath
# ioscan -m hwpath
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x0
0/1/1/0.0x1.0x0 0/1/1/0.1.0
64000/0xfa00/0x1
0/1/1/0.0x0.0x0 0/1/1/0.0.0
64000/0xfa00/0x2
0/0/2/0.0.0x0.0x0 0/0/2/0.0.0.0
64000/0xfa00/0x3
0/3/1/0.0x21000020371972ee.0x0 0/3/1/0.8.0.255.0.0.0
0/4/1/0.0x21000020371972ee.0x0 0/4/1/0.8.0.255.0.0.0
64000/0xfa00/0x4
0/3/1/0.0x21000020371972e3.0x0 0/3/1/0.8.0.255.0.1.0
0/4/1/0.0x21000020371972e3.0x0 0/4/1/0.8.0.255.0.1.0
Mapping between LUNs and LUN paths
To get information about the lunpaths of a LUN, run the following command:
o ioscan -m lun <persistent_dsf>
The example below shows the hardware path of disk20
(
64000/0xfa00/0x5), the hardware paths
of its 2 lunpaths (0/3/1/0.0x21000020371972eb.0x0, 0/4/1/0.0x21000020371972eb.0x0),
and its block and raw device files (/dev/disk/disk20, /dev/rdisk/disk20).
12/13