Interpreting Lunpath Hardware Paths (HP-UX 11i v3)
Lunpath hardware paths are a new representation of hardware paths introduced on
This section describes how to interpret address elements in lunpath hardware paths. It also shows how to map between the legacy hardware path and lunpath hardware path formats.
Components of Lunpath Hardware Paths
The lunpath hardware path has three parts:
1.The HBA path is composed of a series of
2.The target address is
3.The LUN address is a SCSI
The following table provides four examples:
Table
Lunpath Hardware path | HBA | Target address | LUN address |
| path |
|
|
|
|
|
|
0/5/1/ | 0/5/1/0 | 0x50060e8004276e12 | 0x4000000000000000 |
0.0x50060e8004276e12.0x4000000000000000 |
|
|
|
|
|
|
|
0/4/1/ | 0/4/1/0 | 0x500805f300083899 | 0x4010000000000000 |
0.0x500805f300083899.0x4010000000000000 |
|
|
|
|
|
|
|
Fibre Channel
The target address for a Fibre Channel device is the target port’s worldwide port name (WWPN). The fcmsutil command with the get remote option displays the WWPN as the Target Port World Wide Name. In this example, the WWPN is 0x500805f300083899:
# fcmsutil /dev/td0 get remote all
Target N_Port_id is = 0x010700
Target state = DVS_READY
Symbolic Name =
Port Type = N_PORT
SLER Capable (supports Retry & TRID) = NO
Target Port World Wide Name = 0x500805f300083899
Target Node World Wide Name = 0x500805f300083890
16