This blog shows how to get the WWID (UUID) of the LUN's allocated using the HP Storage.
# scsimgr -v get_info -H <Hardware Path> : Command to get the WWID of the LUNS allocated through that hardware path.
# fcmsutil /dev/fc# get remote all : Command to check the commuincation between the server HBA to all the remote (switch ports) and storage HBA.
# scsimgr -v get_info -H <Hardware Path> : Command to get the WWID of the LUNS allocated through that hardware path.
# fcmsutil /dev/fc# get remote all : Command to check the commuincation between the server HBA to all the remote (switch ports) and storage HBA.
If you're interested in specific LUNs then I would use:
ReplyDeletescsimgr -p get_attr -D /dev/rdisk/disk123 -a wwid
Paul McC