Zoning User's Guide

Zoning Telnet Commands
57
zoneRemove
Remove a member from a zone.
Synopsis
zoneRemove zoneName, zoneMemberList
Availability Administrator
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.
Operands The following operands are required:
Example To remove array2 from Blue_zone:
See Also
zoneAdd
zoneCreate
zoneDelete
zoneShow
zoneName
Name of the zone, in quotes.
zoneMemberList
List of members to be removed from zone, in
quotes, separated by semi-colons. Can be one or
more of the following:
Physical fabric port numbers
Worldwide names
QuickLoop AL_PAs
Zone alias names
sw5:admin> zoneRemove "Blue_zone", "array2"