Tuesday, May 24, 2011

Brocade Zoning Steps.


First login into a switch.

alicreate "storagePort_Alias1", "12:01:10:a0:00:12:85:0b"

alicreate "storagePort_Alias2", "12:01:10:a0:00:12:85:0b"

alicreate "Server_Alias_hba1p0", "12:01:10:a0:00:12:85:0b"

Above steps create the alias for the HBA WWPN.

Then create the zones adding the aliases to it.


zonecreate Server_Alias_hba1p0_storagePort_Alias1, "Server_Alias_hba1p0;storagePort_Alias1"

zonecreate Server_Alias_hba1p0_storagePort_Alias2, "Server_Alias_hba1p0;storagePort_Alias2"

Then add the zones in the active zoneset.


cfgadd "zoneset_01", "Server_Alias_hba1p0_storagePort_Alias2"

cfgadd "zoneset_01", "Server_Alias_hba1p0_storagePort_Alias2"

Atlast save and enable the zone config.

cfgsave
cfgenable zoneset_01 




No comments:

Post a Comment