Operating System - HP-UX
1837921 Members
6692 Online
110124 Solutions
New Discussion

Finding WWN of adapter via software command/files

 
SOLVED
Go to solution
Rheta Teresko
Occasional Contributor

Finding WWN of adapter via software command/files

Does anyone know if the WWN of fiber adapters can be found via a software command or in a file in the OS?
2 REPLIES 2
Roger Baptiste
Honored Contributor
Solution

Re: Finding WWN of adapter via software command/files


#fcmsutil /dev/ should give
you the info. For findiing the device
do #ioscan -nkfCfc


eg: fcmsutil /dev/td0 (for tachyon cards)
fcmsutil /dev/fcms2 (for older fibre cards)

-raj
Take it easy.
Wodisch
Honored Contributor

Re: Finding WWN of adapter via software command/files

Hello,

and since the directory containg that command usually will not be in your path, you'll find it in "/opt/fcms/bin/"...

and the device name of your FC-card you'll find with "ioscan -fknC fc"...

HTH,
Wodisch