HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
32 XPath OS CLI commands
Creates a zone configuration.
Synopsis
cfgcreate “cfgName“, “cfgMemberList“
Availability
admin
Description
Use this command to create a new zone configuration, cfgName, which cannot be used for any other
zone object. cfgMemberList is a semicolon-separated list of one or more zone names.
A zone configuration name is a letter followed by any number of letters, digits, and underscores. Names
are case sensitive; for example, Cfg_1 and cfg_1 are different zone configurations. Spaces are ignored.
The zone configuration member list, cfgMemberList, has at least one member (empty lists are not
allowed).
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 create a configuration containing two zones, ZONE_A and ZONE_B:
See also
cfgAdd
cfgClear
cfgDelete
cfgDisable
cfgEnable
cfgRemove
cfgSave
cfgShow
cfgCreate
“cfgName” A name for the zone configuration, in quotation marks.
“cfgMemberList” A semicolon-separated list of members, in quotation marks.
switch:admin> cfgcreate "USA_cfg", "ZONE_A;ZONE_B"