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

730 Fabric OS commands
Removes a member from a zone.
Synopsis
zoneremove zonename, member;member
Availability
admin
NOTE: This command requires an HP Advanced Zoning license.
Description
Use this command to remove one or more members from an existing zone.
The member list is located by an exact string match; therefore, it is important to maintain the order when
removing multiple members. For example, if a zone contains array2; array3; array4, removing
array3; array4 succeeds but removing array4; array3 fails.
If all members are removed, the zone is deleted.
This command changes the defined configuration. For the change to be preserved across switch reboots, it
must be saved to flash memory using the cfgSave command. For the change to become effective, an
appropriate zone configuration must be enabled using the cfgEnable command.
NOTE: When security mode is enabled, this command can be issued only from the primary FCS switch.
Operands
The following operands are required:
Examples
To remove array2 from Blue_zone:
zoneRemove
zoneName Specify the name of an existing zone, in quotation marks. This
operand is required.
member Specify a member or list of members to be added, in quotation
marks, separated by semicolons. 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.
switch:admin> zoneremove "Blue_zone", "array2"
switch:admin> zoneremove "Blue_zone", "2,20"