1826082 Members
3158 Online
109690 Solutions
New Discussion

WWn on HBA card in HP-UX

 
SOLVED
Go to solution
Anand Sreenivasan
Regular Advisor

WWn on HBA card in HP-UX

How can I find the WWN on a HBA card in HP-UX. Is there a OS command to see get this info. Thanks for any help.
2 REPLIES 2
Heironimus
Honored Contributor
Solution

Re: WWn on HBA card in HP-UX

Run fcmsutil on the device file for the HBA. You can get the device file name from ioscan, if you don't already know it.
Coolmar
Esteemed Contributor

Re: WWn on HBA card in HP-UX

fmcsutil /dev/td0

You will see the following lines in the output:

N_Port Node World Wide Name =
N_Port Port World Wide Name =

Following the = is what you are looking for.