To add zones (members) to a zoning configuration, To delete a zone configuration, To clear changes to a configuration – HP Brocade 4Gb SAN Switch for HP BladeSystem p-Class User Manual
Page 135: To view all zone configuration information
Fabric OS 5.0.0 procedures user guide 135
To add zones (members) to a zoning configuration:
1.
Connect to the switch and log in as admin.
2.
Issue the
cfgadd
command.
3.
Issue the
cfgsave
command to save the change to the defined configuration.
Example:
To remove zones (members) from a zone configuration:
1.
Connect to the switch and log in as admin.
2.
Issue the
cfgremove
command.
3.
Issue the
cfgsave
command to save the change to the defined configuration.
Example:
To delete a zone configuration:
1.
Connect to the switch and log in as admin.
2.
Issue the
cfgdelete
command.
3.
Issue the
cfgsave
command to save the change to the defined configuration.
Example:
To clear changes to a configuration:
Use the
cfgtransabort
command. When this command is executed, all changes since the last save
operation (performed with the
cfgsave
command) are cleared.
In the following example, assume that the removal of a member from
zone1
was done in error:
To view all zone configuration information:
1.
Connect to the switch and log in as admin.
2.
Issue the
cfgshow
command with no arguments.
switch:admin> cfgadd “newcfg”, “bluezone”
switch:admin> cfgsave
switch:admin> cfgremove “newcfg”, “redzone”
switch:admin> cfgsave
switch:admin> cfgdelete “testcfg”
switch:admin> cfgsave
switch:admin> zoneremove “zone1”,”3,5”
switch:admin> cfgtransabort