HP StorageWorks Fabric OS 5.X Administrator Guide (AA-RVHWB-TE, September 2005)

Fabric OS 5.x administrator guide 191
For important considerations for managing zoning in a fabric, and details about the maximum zone
database size for each version of the FOS, see ”Maintaining zone objects” on page 193.
Creating a zoning configuration
1. Connect to the switch and log in as admin.
2. Issue the cfgCreate command.
3. Issue the cfgSave command to save the change to the defined configuration.
For example:
Adding 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.
For example:
Removing 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.
For example:
Deleting 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.
switch:admin> cfgcreate “NEW_cfg”, “redzone; bluezone; greenzone”
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
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
switch:admin> cfgremove “newcfg”, “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