WWN on AIX: How To?
Below are the commands used to identify WWNs on AIX,
#lsdev -Cc adapter | grep -i fcs
Above CLI will list all HBAs (FC port) detected by AIX. Lets say from the output we determine one of the FCs as fcs0
#lscfg -vpi fcs0
This CLI will display all information about fcs0. If we want specific information about WWN then we can easily grep the output of above CLI as below,
#lscfg -vi fcs0 | grep -i Network
#lsdev -Cc adapter | grep -i fcs
Above CLI will list all HBAs (FC port) detected by AIX. Lets say from the output we determine one of the FCs as fcs0
#lscfg -vpi fcs0
This CLI will display all information about fcs0. If we want specific information about WWN then we can easily grep the output of above CLI as below,
#lscfg -vi fcs0 | grep -i Network
Never miss an update. Subscribe and follow to stay informed. Delivered Every Tuesday.
We hate spam too, we will never share your details.

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.
Weekly Newsletter
Never miss an update. Subscribe and follow to stay informed.
Delivered Every Tuesday.
Delivered Every Tuesday.
Thank you! You have successfully subscribed to our newsletter.
We hate spam too, we will never share your details.
No comments:
Post a Comment
Your valuable comments are welcome. (Moderated)