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

Fabric OS 5.0.0 command reference guide 199
Removes members from a Fabric Assist mode zone.
Synopsis
fazoneremovefazoneName”,member; member ...
Availability
admin
Description
Use this command to remove one or more members from an existing Fabric Assist zone.
Each deleted member must be found by an exact string match. Order is important when removing multiple
members of a Fabric Assist zone. For example, if a Fabric Assist zone contains “array2; array3;
array4”, removingarray4; array3” fails but removing “array3; array4” succeeds. If issuing
this command results in all members being removed, the Fabric Assist zone is deleted.
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
The following operands are required:
Examples
To removearray2” from “Blue_fazone”:
faZoneRemove
fazoneName Specify a name for the Fabric Assist zone, in quotation marks.
member Specify a member or list of members to remove from a Fabric
Assist zone. The list must be enclosed in quotation marks,
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> fazoneremove "Blue_fazone", "array2"