HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
30 XPath OS CLI commands
Adds a new member to a zone configuration.
Synopsis
cfgadd “cfgName“, “cfgMemberList“
Availability
admin
Description
Use this command to add one or more members to an existing zone configuration, cfgName. The
cfgMemberList operand is a semicolon-separated list of one or more zone names.
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 add a new zone to the configuration USA_cfg:
See also
cfgClear
cfgDelete
cfgDisable
cfgEnable
cfgRemove
cfgSave
cfgShow
cfgAdd
“cfgName” A name for the zone configuration, in quotation marks.
“cfgMemberList” A semicolon-separated list of members, in quotation marks.
switch:admin> cfgadd "USA_cfg", "ZONE_C"