1753813 Members
7948 Online
108805 Solutions
New Discussion юеВ

HBA WWN

 
Sajeev2007
Frequent Advisor

HBA WWN

Hi All,

How do I find the WWN for a HBA ?

Thanks,

4 REPLIES 4
Amar_Joshi
Honored Contributor

Re: HBA WWN

Windows has HBA utilities
Qlogic: use SANSurfer
Emulex: use HBAnywhere

HPUX: use the command "ioscan -fn" and look for /dev/td0 or /dev/fc0 like devices

Luk Vandenbussche
Honored Contributor

Re: HBA WWN

Which OS are you running?
Rob Leadbeater
Honored Contributor

Re: HBA WWN

Hi,

You can get the WWN for the HBA from the Systems Management Homepage, which will be installed on most HP servers.

Other OSs may vary, but on a Windows box, browsing to https://:2381 then selecting the External Storage page, will give you details of the HBA.

Hope this helps,

Regards,

Rob
Juan M Leon
Trusted Contributor

Re: HBA WWN

If you are using HP FC you can try one of the follwing

ls /dev/fc* | xargs -t -i fcmsutil {}
ls /dev/td* | xargs -t -i fcmsutil {}


hope it helps