HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
36 XPath OS CLI commands
Removes a member from a zone configuration.
Synopsis
cfgremove “cfgName“, “cfgMemberList“
Availability
admin
Description
Use this command to remove one or more members from an existing zone configuration, cfgName.
cfgMemberList is a semicolon-separated list of one or more zone names. If all members are removed,
the zone configuration is deleted.
NOTE: This command changes the defined configuration (see cfgShow). For the change to become
effective, you must enable an appropriate zone configuration using the cfgEnable command.
For the change to be preserved across MP Router reboots, save it to nonvolatile memory using the
cfgSave command.
Operands
The following operands are required:
Examples
To remove ZONE_C from zone configuration USA_cfg:
See also
cfgEnable
cfgSave
cfgRemove
“cfgName” A name for the zone configuration, in quotation marks.
“cfgMemberList” A semicolon-separated list of members, in quotation marks.
switch:admin> cfgremove "USA_cfg", "ZONE_C"