Clearing changes to a configuration, Viewing all zone configuration information, Viewing selected zone configuration information – HP StorageWorks 2.128 SAN Director Switch User Manual

Page 192

Advertising
background image

192 Administering advanced zoning

For example:

Clearing 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:

Viewing all zone configuration information

If you do not specify an operand when executing the

cfgShow

command to view zone configurations, all

zone configuration information (both defined and effective) is displayed. If there is an outstanding

transaction, the newly edited zone configuration that has not yet been saved, is displayed. If there are no

outstanding transactions, the committed zone configuration is displayed.

1.

Connect to the switch and log in as admin.

2.

Issue the

cfgShow

command with no operands.

For example:

Viewing selected zone configuration information

1.

Connect to the switch and log in as admin.

2.

Issue the

cfgShow

command and specify a pattern.

For example, to display all zone configurations that start with

Test

:

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

switch:admin> zoneremove “zone1”,”3,5”

switch:admin> cfgtransabort

switch:admin> cfgshow
Defined configuration:
cfg: USA1 Blue_zone
cfg: USA_cfg Red_zone; Blue_zone
zone: Blue_zone
1,1; array1; 1,2; array2
zone: Red_zone
1,0; loop1
alias: array1 21:00:00:20:37:0c:76:8c; 21:00:00:20:37:0c:71:02
alias: array2 21:00:00:20:37:0c:76:22; 21:00:00:20:37:0c:76:28
alias: loop1 21:00:00:20:37:0c:76:85; 21:00:00:20:37:0c:71:df

Effective configuration:
cfg: USA_cfg
zone: Blue_zone
1,1
21:00:00:20:37:0c:76:8c
21:00:00:20:37:0c:71:02
1,2
21:00:00:20:37:0c:76:22
21:00:00:20:37:0c:76:28
zone: Red_zone
1,0
21:00:00:20:37:0c:76:85
21:00:00:20:37:0c:71:df

switch:admin> cfgshow "Test*"

cfg: Test1 Blue_zone

cfg: Test_cfg Red_zone; Blue_zone

Advertising