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

194 Fabric OS commands
Adds a member to a Fabric Assist zone.
Synopsis
fazoneaddfazoneName”,“member; member
Availability
admin
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) until the cfgSave command is issued. For the change to become effective, an appropriate
Fabric Assist zone configuration must be enabled using the cfgEnable command. For the change to be
preserved across switch reboots, it must be saved to flash memory using the cfgSave command.
NOTE: When security is enabled, this command can be issued only from the primary FCS switch.
Operands
This command has the following required operands:
Examples
To add aliases for some disk arrays to “Blue_fazone”:
To add a Fabric Assist host member to “Blue_fazone”:
faZoneAdd
fazoneName Specify the name of the Fabric Assist zone, in quotation marks.
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:
Enter 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}
).
switch:admin> fazoneadd "Blue_fazone", "array3; array4; array5"
switch:admin> fazoneadd "Blue_fazone", "H{5,6}"