Fabric OS Reference Manual (Version 3.0)

1-286 Fabric OS Reference
Telnet Commands
1
zoneRemove
Remove a member from a zone.
Synopsis zoneRemove "zoneName", "member;member"
Availability admin
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:
zoneName Name of the zone, in quotation marks.
member List of members to be removed from zone, in quotation marks, separated by
semi-colons. Can be one or more of the following:
Physical fabric port numbers
Worldwide names
QuickLoop AL_PAs
Zone alias names
Example To remove “array2” from “Blue_zone”:
See Also zoneAdd
zoneCreate
zoneDelete
zoneShow
switch:admin> zoneRemove "Blue_zone", "array2"