Operating System - Linux
1830207 Members
3821 Online
109999 Solutions
New Discussion

checking Fibre channel card WWN in Linux

 
Fenny_1
Super Advisor

checking Fibre channel card WWN in Linux

Hi,
Could anyone tell me How can i check a Qlogic cards WWN in linux without rebooting the machine?
Your quick response is highly appreciated.Thanx in advance.


4 REPLIES 4
tamsuns
New Member

Re: checking Fibre channel card WWN in Linux

hi,

Which model of storage do you use ?

Regards,
Sundaram
Rob Leadbeater
Honored Contributor

Re: checking Fibre channel card WWN in Linux

Hi,

Try looking in /var/log/dmesg for messages relating to qla...

For example:

# grep adapter /var/log/dmesg
scsi-qla0-adapter-port=210000e08b104ac7\;
scsi-qla1-adapter-port=210000e08b0f1232\;

Hope this helps,

Regards,

Rob
Fenny_1
Super Advisor

Re: checking Fibre channel card WWN in Linux

i just want to check the HBA WWN. Im not connecting it to any storage.
Fenny_1
Super Advisor

Re: checking Fibre channel card WWN in Linux

I got the WWN in
more /proc/scsi/qla2300/0

Thanx for every1's support