WWN on HP-UX: How To?


Below are the commands used to identify WWNs on HP-UX,
#ioscan -fnC fc
Above CLI will list all HBAs (FC port) detected by HP-UX. Lets say from the output we determine one of the FCs as /dev/fcd0
#fcmutil /dev/fcd0 
This CLI will display all information about /dev/fcd0. If we want specific information about WWN then we can easily grep the output of above CLI as below,
#fcmutil /dev/fcd0 | grep -i WWN


Note: We at TechSutram take our ethics very seriously. More information about it can be found here.
Mandar Pise Opinions expressed by techsutram contributors are their own. More details

Mandar is a seasoned software professional for more than a decade. He is Cloud, AI, IoT, Blockchain and Fintech enthusiast. He writes to benefit others from his experiences. His overall goal is to help people learn about the Cloud, AI, IoT, Blockchain and Fintech and the effects they will have economically and socially in the future.

No comments:

Post a Comment

    Your valuable comments are welcome. (Moderated)