HP-UX GUID Manager v1.0 Administrator Guide

5 Integrating GUIDMgr
GUID Manager is integrated with HP Integrity VM V4.3 (January 2012 patch release), HP-UX
Virtual Partitions V6.0 (vPars V6.0), and vPars and Integrity VM V6.1.
NPIV allows you to create multiple virtual fiber channel ports (VFCs) over one physical port (PFC)
on a host. Each of these virtual ports should be created with a unique World Wide Node name
(WWN) and World Wide Port name (pWWN).
Several commands can be used with the GUIDMgr:
HP Integrity Virtual Machines V4.3 (January 2012 patch release) commands:
hpvmcreate
hpvmmodify
hpvmremove
HP-UX Virtual Partitions V6.0 commands:
vparcreate
vparmodify
vparremove
HP-UX vPars and Integrity VM V6.1 commands:
hpvmcreate
hpvmmodify
hpvmremove
vparcreate
vparmodify
vparremove
The following commands request WWNs from the GUIDMgr and assigns them to virtual HBAs:
# vparmodify -p atcuxvm5 -a hba:avio_stor:,,,:npiv:/dev/fcd1
# vparstatus -v atcuxvm5
...
[IO Details]
network:avio_lan:0,0,0x12b0a7b3f5bc:vswitch:vsw-5:portid:1
hba:avio_stor:0,50x50014C2000000000,0x50014C2800000000:npiv:/dev/fcd1
disk:avio_stor:0,7,0:disk:/dev/rdisk/disk192
The following commands list registered WWNs:
# /opt/guid/bin/guidmgmt -a wwn 50014C2000000000
Address Type Owner Status Data
================ ========== ========== ========== ==========
50014C2000000000 wwn HPVM INUSE
# /opt/guid/bin/guidmgmt -a wwn 50014C2000000001
Address Type Owner Status Data
================ ========== ========== ========== ==========
50014C2000000001 wwn HPVM INUSE
21