Author Topic: View WWN of Fibre Channel Cards HP-UX  (Read 1048 times)

Offline scotbuff

  • Sys Admin
  • UNIX User
  • *****
  • Posts: 174
  • Karma: +2/-0
    • View Profile
    • Scott.Buffington.me
View WWN of Fibre Channel Cards HP-UX
« on: June 04, 2009, 09:36:26 am »
The WWN should be on a sticker on the cards, but you can find the WWN from the command line as well.

First run
#ioscan -kfnC fc
This will show you how many FC cards are installed in your system.   Location names will be like /dev/fcd0, /dev/fcd1 etc. depending on the output, you need to run the Fibre Channel Mass Storage Utility Command like so.
#fcmsutil /dev/fcd0
Output of this command will show your WWN.
« Last Edit: June 04, 2009, 09:43:57 am by scotbuff »