Create zones on Brocade SAN Switch
How to work on Brocade SAN Switch
To see what’s connected on the switch
switchshow
You can do and press forward slash (/) to search the specific WWN of your newly connected server
switchshow | more
To see what alias are set up on the switch
alishow
To see what zones are set up on the switch
zoneshow
Now we will create alias between WWN to Hostname
alicreate “hostName”,”WWN”
Once we’ve added the alias, we can set up the zone between new server alias to storage
zonecreate “zoneName”,”hostName;storageName”
zonecreate “hostName_fabricConfigName_storageName”,”hostName;storageName“
Once the zone is configured, we need to add and enable the new configuration as below
cfgadd “configName”,”zoneName”
cfgsave
cfgenable “configName“