HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

718 Fabric OS commands
Adds a member to the zone.
Synopsis
zoneadd zoneName, member;member
Availability
admin
NOTE: This command requires an HP Advanced Zoning license.
Description
Use this command to add one or more members to an existing zone.
This command changes the defined configuration. For the change to be preserved across switch reboots, it
must be saved to flash memory using the cfgSave command. For the change to become effective, an
appropriate zone configuration must be enabled using the cfgEnable command.
NOTE: When security mode is enabled, this command can be issued only from the primary FCS switch.
Operands
The following operands are required:
Examples
To add aliases for three disk arrays to Blue_zone:
See also
zoneCreate
zoneDelete
zoneRemove
zoneShow
zoneAdd
zoneName Specify the name of an existing zone, in quotation marks. This
operand is required.
member Specify a member or list of members to be added, in quotation
marks, separated by semicolons. Valid values can be one or more of
the following:
A switch domain and port area number pair; for example, 2, 20.
View the area numbers for ports using the switchShow command.
Node or port WWN.
QuickLoop AL_PA.
Zone alias name.
switch:admin> zoneadd "Blue_Zone", "array3; array4; array5"