Fabric OS reference guide
233
Fabric OS 3.x Document Addendum
Copies a zone object.
Syntax
zoneobjectcopy "objectName", "newName”
Availability
Admin
Description
Use this command to copy an existing zone object to a new zone object. The resulting object
has the same type as the original object. You can use this command for all zone object types,
including CFG, zone, and alias.
A zone configuration name must begin with a letter and can be followed by any number of
letters, numerals, and underscores. Names are case sensitive; for example,
Cfg_1
and
cfg_1
are different zone configurations. Spaces are ignored.
This command changes the defined configuration. For the change to be preserved across
switch reboots, it must be saved to nonvolatile memory, using the
cfgsave
command. For
the change to become effective, an appropriate zone configuration must be enabled, using the
cfgenable
command.
See the
zonecreate
command for more information on name and member specifications.
Note:
This command requires an Advanced Zoning license. When security is enabled, this
command can be issued only from the primary FCS switch.
Operands
This command has the following required operands:
Example
To create a configuration containing three zones:
zoneobjectcopy
objectName
The name of the object that you want to copy.
newName
The name of the object that you want created.
switch:admin>
cfgShow "*"
cfg: USA_cfg Red_zone; White_zone; Blue_zone
switch:admin>
zoneObjectCopy "USA_cfg", "UK_cfg"
switch:admin>
cfgShow "*"
cfg: UK_cfg Red_zone; White_zone; Blue_zone
cfg: USA_cfg Red_zone; White_zone; Blue_zone
Summary of Contents for StorageWorks 2/16 - SAN Switch
Page 8: ...Contents 8 Fabric OS 3 x Document Addendum ...
Page 16: ...Advanced performance monitor user guide 16 Fabric OS 3 x Document Addendum ...
Page 72: ...Advanced Web Tools user guide 72 Fabric OS 3 x Document Addendum ...
Page 130: ...Extended fabric user guide 130 Fabric OS 3 x Document Addendum ...
Page 150: ...Fabric OS procedures user guide 150 Fabric OS 3 x Document Addendum ...
Page 238: ...Fabric OS reference guide 238 Fabric OS 3 x Document Addendum ...