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

208 Administering Advanced Zoning
where:
3. Issue the cfgSave command to save the change to the defined configuration.
switch:admin> aliremove "array1", "1,2"
switch:admin> aliremove "array2", "21:00:00:20:37:0c:72:51"
switch:admin> aliremove "loop1", "4,6"
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 an alias:
1. Connect to the switch and log in as admin.
2. Issue the aliDelete command with the following syntax.
alidelete "aliasname"
where aliasname is the name of the zone alias to be deleted.
3. Issue the cfgSave command to save the change to the defined configuration.
switch:admin> alidelete "array1"
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 view an alias in the defined configuration:
1. Connect to the switch and log in as admin.
2. Issue the aliShow command with the following syntax
alishow "pattern"[, mode]
where:
The following example shows all zone aliases beginning with arr:
switch:admin> alishow "arr*"
alias: array1 21:00:00:20:37:0c:76:8c
alias: array2 21:00:00:20:37:0c:66:23
If no parameters are specified, the entire zone database (both the defined and effective configuration) is
displayed.
aliasname The name of the zone alias.
member A member or list of members to be removed from the alias. An alias
member can be specified by one or more of the following methods:
A domain,port pair.
Device node or device port WWN
pattern A POSIX-style regular expression used to match zone alias names.
mode Specify 0 to display the contents of the transaction buffer (the contents of
the current transaction), or specify 1 to display the contents of the
nonvolatile memory. The default value is 0.