This post is more than 5 years old
97 Posts
0
773
May 14th, 2007 13:00
Zone Naming Standard
Looking for ideas for Zone Name Standards:
Currently, we utilize the following:
Z1_HostName_HBA#_StorageSSN
I.e.
z1_APPS001_1_1234
z2_APPS001_2_1234
Currently, we utilize the following:
Z1_HostName_HBA#_StorageSSN
I.e.
z1_APPS001_1_1234
z2_APPS001_2_1234
No Events found!


AranH1
2.2K Posts
0
May 14th, 2007 13:00
You seem to be on a similar track as me
I have three 9509s serving two sites: redundant switches at production site, single switch at DR site, and use a similar naming convention as you.
Since the zones are unique to the VSAN and I only really manage the zones from that VSANs perspective, I don't put a numerical value to the zone itself but use the following convention:
servername_hba#_arrayname-storageport
example for a cluster node:
SQL1-N1_HBA0_CX700aSPA0
The even HBA numbers in a host (0,2, etc.) are in VSAN10, and the odd HBA numbers (1,3, etc.) are in VSAN20. VSAN 10 is on Switch 1 and VSAN20 is on Switch 2, so by looking at the HBA number I know which switch and VSAN the port should be logged onto.
I have one back-end (production) VSAN per switch, and have not found a need yet to segregate each switch into more than one VSAN. ( I have a front-end VSAN in each switch but that is for replication, totally different subject). In the production data center there are three storage arrays and about 50 hosts and so far this naming convention has scaled well.
I am open to hear what other people have found that works for them as well.
Aran
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
May 14th, 2007 17:00
Kiran3
410 Posts
0
May 14th, 2007 18:00
but then again we do not create diff zone for each array port (we create diff zone for each hba port) so we get by with it. with our scheme, we just need to expand the zone to see where the host is connected.
Bowling1
97 Posts
0
May 15th, 2007 07:00
Zoning Naming Standard: TT_HHHHHHH_N_SSSS_PPPP
TT ¿ Zone Type
ZA ¿ Zone Fabric A
ZB ¿ Zone Fabric B
AA ¿ Alias Fabric A
AB ¿ Alias Fabric B
HHHHHHH ¿ Host Name (32APPS001)
N ¿ HBA Number
SSSS ¿ System Serial Number (Last 4)
PPPP ¿ System Port
Examples:
ZA_32APPS001_1_8882_SPA0 - Clariion
ZB_32APPS001_2_8882_SPB1 ¿ Clariion
ZA_x33DB003_1_0068_8a1 ¿ DMX
ZB_x33DB003_2_0068_9b0 ¿ DMX
AranH1
2.2K Posts
0
May 15th, 2007 16:00
jimkunysz
2 Intern
•
259 Posts
0
June 18th, 2007 05:00
ie: frame_switch_host_hba
cx3j_9513sw01_hostname_hba0
this allows us to track the switch/fabric and reduce the potential zoneset reffreshes to the wrong fabric.