cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2204
Views
0
Helpful
2
Replies

To Locate the storage through WWN on a host

ciscomagic1
Level 1
Level 1

I have multiple storages and VSAN's on the switch, I know 4 WWN's on a host, and believing they are zone with a storage, how do I locate the port of the storage and it's WWN, better using CLI?    

Thank you!             

1 Accepted Solution

Accepted Solutions

khurram_tariq
Level 1
Level 1

Lets assume the following:

server HBA 1: 10:00:00:00:0a:0b:0c:01

VSAN: 20

Issue the following command:

# show zoneset active vsan 20 | inc "zone name|10:00:00:00:0a:0b:0c:01" | inc 10:00:00:00:0a:0b:0c:01 p 1 | inc "zone name"

This would give you all the zones in effect which contain the server's HBA. With this zone list you can now list them individually to see the members which would include the storage ports.

View solution in original post

2 Replies 2

dynamoxxx
Level 5
Level 5

well you can list WWN logged-in to the switch using command "sh flogi database", but you know to know your array WWN to identify them.

@dynamoxxx

@dynamoxxx

khurram_tariq
Level 1
Level 1

Lets assume the following:

server HBA 1: 10:00:00:00:0a:0b:0c:01

VSAN: 20

Issue the following command:

# show zoneset active vsan 20 | inc "zone name|10:00:00:00:0a:0b:0c:01" | inc 10:00:00:00:0a:0b:0c:01 p 1 | inc "zone name"

This would give you all the zones in effect which contain the server's HBA. With this zone list you can now list them individually to see the members which would include the storage ports.