HP StorageWorks Fabric OS 6.1.1 administrator guide (5697-0235, December 2009)

Fabric OS 6.1.1 administrator guide 217
where:
3. Issue the cfgSave command to save the change to the defined configuration.
switch:admin> cfgadd "newcfg", "bluezone"
switch:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on the Defined configuration.
Any changes made on the Effective configuration will not
take effect until it is re-enabled.
Do you want to save Defined zoning configuration only? (yes, y, no, n): [no] y
To remove zones (members) from a zone configuration:
1. Connect to the switch and log in as admin.
2. Issue the cfgRemove command with the following syntax:
cfgremove "cfgname", "member[; member...]"
where:
3. Issue the cfgSave command to save the change to the defined configuration.
switch:admin> cfgremove "NEW_cfg", "redzone"
switch:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on the Defined configuration.
Any changes made on the Effective configuration will not
take effect until it is re-enabled.
Do you want to save Defined zoning configuration only? (yes, y, no, n): [no] y
To delete a zone configuration:
1. Connect to the switch and log in as admin.
2. Issue the cfgDelete command with the following syntax:
cfgdelete "cfgname"
where cfgname is the name of the defined zone configuration to be deleted.
3. Issue the cfgSave command to save the change to the defined configuration.
switch:admin> cfgdelete "testcfg"
switch:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on the Defined configuration.
Any changes made on the Effective configuration will not
take effect until it is re-enabled.
Do you want to save Defined zoning configuration only? (yes, y, no, n): [no] y
To clear changes to a configuration:
1. Issue 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:
cfgname The name of the zone configuration.
member The zone name or list of zone names to be added to the configuration.
cfgname The name of the zone configuration.
member The zone name or list of zone names to be removed from the
configuration.