Brocade Fabric OS Command Reference Manual (53-1000240-01, November 2006)

2-734 Fabric OS Command Reference Manual
Publication Number: 53-1000240-01
zoneAdd
2
Note: Enter commands in lowercase only; mixed case is for readability.
zoneAdd
Adds a member to the zone.
Synopsis zoneadd "zoneName", "member;member"
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 non-volitile memory using the cfgSave command. For the change to become
effective, an appropriate zone configuration must be enabled using the cfgEnable command.
N
ote
This command requires a Brocade Advanced Zoning license.
When secure mode is enabled, this command can be issued only from the primary FCS switch.
Operands The following operands are required:
"zoneName" Specify the name of an existing zone, in quotation marks. Quotation marks are
optional. This operand is required.
"member" Specify a member or list of members to be added, in quotation marks, separated
by semicolons. Quotation marks are required. 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.
Examples To add aliases for three disk arrays to “Blue_zone”:
See Also zoneCreate, zoneDelete, zoneRemove, zoneShow
sw5:admin> zoneadd "Blue_Zone", "array3; array4; array5"