Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

174 Fabric OS Command Reference Manual
53-1000436-01
fazoneAdd
2
fazoneAdd
Adds a member to a Fabric Assist (FA) zone.
Synopsis fazoneadd "fazoneName","member; member"
Description Use this command to add one or more members to an existing Fabric Assist zone.
This command does not change the defined configuration (which you can view using the cfgShow
command). For the change to become effective, it must be enabled using the cfgEnable command.
For the change to be preserved across switch reboots, it must be saved to nonvolatile memory
using the cfgSave command.
When security is enabled, this command can be issued only from the primary FCS switch.
Operands This command has the following operands:
fazoneName Specify the name of the Fabric Assist zone, in quotation marks. This operand
is required.
member Specify a list of Fabric Assist zone members. The whole list must be enclosed
in quotation marks and members separated by semicolons. A member can be
specified by one or more of the following methods:
A fabric domain and area number pair (for example, “1,2”). View the area
numbers for ports using the switchShow command.
WWNs (for example, “10:49:00:00:00:20:3f:2e”). Refer to fazoneCreate for
more details on the use of WWNs in Fabric Assist zones.
Fabric Assist zone alias names.
Exactly one Fabric Assist host member (for example, “H{1,2}”).
This operand is required.
Examples To add aliases for some disk arrays to “Blue_fazone”:
switch:admin> fazoneadd “Blue_fazone”, “array3; array4; array5”
To add a Fabric Assist host member to “Blue_fazone”:
switch:admin> fazoneadd “Blue_fazone”, “H{5,6}”
To add another target member to “Blue_fazone”:
switch:admin> fazoneadd “Blue_fazone”, “10:49:00:00:00:20:3f:2e”
See Also fazoneCreate, fazoneDelete, fazoneRemove, fazoneShow