HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
92 XPath OS CLI commands
Removes members from a Fabric Assist (FA) zone.
Synopsis
fazoneRemove “fazoneName“, “fazoneMemberList“
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 FA zone. For example, if a Fabric Assist zone contains array2; array3; array4, then
removing array4; array3 fails, but removing array3; array4 succeeds. If issuing this command results in all
members being removed, the FA zone is deleted.
NOTE: This command changes the defined configuration (see cfgShow). For the change to become
effective, you must enable an appropriate zone configuration using the cfgEnable command.
For the change to be preserved across MP Router reboots, save it to nonvolatile memory using the cfgSave
command.
Operands
The following operands are required:
Examples
To remove array2 from the FA zone, Blue_fazone:
See also
fazoneAdd
fazoneCreate
fazoneDelete
fazoneShow
fazoneRemove
“fazoneName“ Specifies a name for the FA zone, in quotation marks.
“fazoneMemberList“ Specifies a member or list of members to remove from a FA
zone. The list must be enclosed in quotation marks, and each
member must be separated by a semicolon. A member can be
specified by one or more of the following methods:
• A fabric domain and area number pair. View the area
numbers for ports using the switchShow command.
• WWNs
• Fabric Assist zone alias names
• Exactly one Fabric Assist host member
switch:admin> fazoneRemove “Blue_fazone”, “array2”