Labels

Wednesday, 23 March 2011

How to find WWPNs and MACs in AIX

MAC:


lscfg -vpl ent# |grep 'Network Address'
netstat -in

WWPN:

0:root@server:/home/root # fcstat fcs0|grep 'World Wide'
World Wide Node Name: 0x20000000C9A22198
World Wide Port Name: 0x10000000C9A22198
0:root@server:/home/root #


lscfg -vpl fcs# |grep 'Network Address'

If SYMCLI is installed,

syminq -fibre hba|grep 'Port WWN'



No comments:

Post a Comment