Friday, December 16, 2011

How to get the Fibre Channel Adpater WWNN

AIX
========

1. Check the available FC HBA in the host.

# lsdev -Cc adapter | grep fc
fcs0 Available 1Z-08 FC Adapter


2. Use lscfg command to get the WWNN.

# lscfg -vl fcs0 | grep -w "Network Address"
Network Address.............10000000C9427D30

Solaris - Qlogic or Emulex
============================
root@ sun:/root# fcinfo hba-port | grep WWN
HBA Port WWN: 2100111b32xxxxxx
Node WWN: 2000111b32xxxxxx


Solaris - Fujitsu
======================
root@sun:/# /opt/FJSVpfca/sbin/ns_show -n fjpfca0

fjpfca#0 :
port_id=011200 node_name=50000e1000012100 port_name=50000e1000012100
alias=fc1slot2

No comments:

Post a Comment