Unsolved
This post is more than 5 years old
29 Posts
0
1263
August 21st, 2008 20:00
Pushing Zonesets using CLI
Can someone please help me how to push the zoning in cisco switch using CLI?
0 events found
No Events found!
Unsolved
This post is more than 5 years old
29 Posts
0
1263
August 21st, 2008 20:00
0 events found
Top
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 21st, 2008 21:00
1.Conf T
2.Fcalias name [SERVER_NAME_HBAx] vsan [XX]
3.Member pwwn [world wide name]
4.Exit
5.end
Create Zones
1.Conf t
2.Zone name [ZNE_SERVER_STORAGE] vsan [XX]
3.Member Fcalias [SERVER_NAME]
4.Member Fcalias [STORAGE_NAME]
5.Exit
Add Zone to Active Zoneset
1.Zoneset name set[XX] vsan [XX]
2.Member [ZNE_SERVER_STORAGE]
3.End
Activate Zoneset
1.Conf t
2.Zoneset activate name set[XX] vsan [XX]
RRR
6 Operator
•
5.7K Posts
0
August 22nd, 2008 01:00
RRR
6 Operator
•
5.7K Posts
0
August 22nd, 2008 01:00
Gart1
10 Posts
0
August 22nd, 2008 01:00
zoneset distribute full vsan XX
Gart1
10 Posts
0
August 22nd, 2008 06:00
RRR
6 Operator
•
5.7K Posts
0
August 22nd, 2008 07:00
And in the GUI ?
I wonder why on Earth you wouldn't want such a change distributed to all other switches.
AranH1
2.2K Posts
0
August 22nd, 2008 10:00
conf t
device-alias database
device-alias name pwwn
device-alias commit
cincystorage
2 Intern
•
467 Posts
0
August 27th, 2008 09:00
zoneset activation, alias change/addition or zone
change/addition is distributed automatically ?
If you turn on enhanced zones, I'm thinking that may happen automatically...
RRR
6 Operator
•
5.7K Posts
0
August 31st, 2008 12:00
Thank you
shewitt1
45 Posts
0
September 2nd, 2008 08:00
The other reason I like it is because one time I had a typo when activating a zoneset. If you accidentally mistype the zone name or the VSAN number (assuming you type in a valid name or number) you can activate the wrong zoneset on the wrong VSAN. Generally this is a very bad thing.
By using the FM GUI, I protect myself from that very dangerous typo and get to preview the changes. I still use the CLI for certain tasks, but I'm sold on FM for zoning changes.
StorageAdmin2
124 Posts
0
October 20th, 2010 06:00
I am working on the brocade switch and just wanted to know a simple thing...i have in past used WWN and not alias against them in zones...now if i add a new wwn to an alias ..do I have to go and rezone them again...I mean when i have WWN , then i need to delete the old WWN and change it with new WWN and activate the zones again , would that be the case in Brocade as well using Alias in zoning ..