You might also consider using device aliases instead of fcaliases. The fcalias is specific to each vsan, but the device-alias is available to all the vsans on the switch. You create them using the device-alias database:
conf t device-alias database device-alias name pwwn device-alias commit
When I first started working on the MDS, I did everything via the CLI. My background is in Cisco IP networking, so it was natural. Once I gave Fabric Manager a try, I was hooked. My favorite thing about fabric manager is how you can preview the zone changes before applying them. This has saved me a couple times when the activation would have deleted a zone I wanted in there.
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.
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 ..
dynamox
9 Legend
•
20.4K Posts
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
4 Operator
•
5.7K Posts
0
August 22nd, 2008 01:00
RRR
4 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
4 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
4 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 ..