Creating a zoning configuration, Adding zones (members) to a zoning configuration, Removing zones (members) from a zone configuration – HP StorageWorks 2.128 SAN Director Switch User Manual

Page 191: Deleting a zone configuration

Advertising
background image

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

Advertising