Start a Conversation

Unsolved

This post is more than 5 years old

4221

June 30th, 2011 04:00

How to retrieve WWN numbers from multiple Windows hosts ?

Hello All,

Does anyone know of (or have) a script to retrieve WWN numbers from multiple Windows servers ?

I have 700+ SAN attached servers and being able to do this would be extremely useful.

Thanks

1 Rookie

 • 

20.4K Posts

June 30th, 2011 05:00

psexec allows you to execute commands on remote windows servers and "inq -hba" will provide WWN. It's just a matter of putting this in a perl/vbscript and collect the info.

1 Rookie

 • 

20.4K Posts

June 30th, 2011 05:00

why not get them from the switch ?

If you have to get them from the host, look into using psexec and inq utility.

2 Posts

June 30th, 2011 05:00

Thanks, but I don't have access to the switch.  Only the server side.

Just thought someone must have had to do this previously.

1 Rookie

 • 

5.7K Posts

July 1st, 2011 02:00

I'd still try to get access to the switches and run a SAN Health (Brocade tool that also works on Cisco SANs).

In Navisphere / Unisphere you can use the "connectivity status" or similar tools on other arrays.

On the servers themselves "inq" (or the full blown EMCGRAB) does the trick as well.

34 Posts

July 8th, 2011 07:00

If the Windows hosts are already on your SAN then you can retrieve the hba wwns' from the masking database in your ECC6\ECC6.1 Server with this command.

symmask -sid xxyy list logins

No Events found!

Top