Brocade Fabric OS Command Reference - Supporting Fabric OS v7.0.1 (53-1002447-01, March 2012)

1084 Fabric OS Command Reference
53-1001764-01
zoneRemove
22
zoneRemove
Removes a member from a zone.
SYNOPSIS zoneremove "zonename", "zoneMemberList"
DESCRIPTION Use this command to remove one or more members from an existing zone.
If all members are removed, the zone is deleted.
This command changes the defined configuration. For the change to be preserved across switch
reboots, save the configuration to nonvolatile memory with the cfgSave command. For the change to
become effective, enable the configuration with the cfgEnable command.
NOTES The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "Command Availability" for
details.
When an FCS policy is enabled, this command can be issued only from the primary FCS switch.
OPERANDS The following operands are required:
"zonename"
Specify the name of the zone from which to remove a member. Double quotation
marks are optional.
"zoneMemberList"
Specify a member or a list of members to be removed from the specified zone.
The list must be enclosed in double quotation marks. Members must be separated
by semicolons. A member can be one or more of the following:
A switch domain and port index pair: for example, "2,20". Use switchShow
for a list of valid port index numbers.
A world wide name
A zone alias name
EXAMPLES To remove "array2" from "Blue_zone":
switch:admin> zoneremove "Blue_zone", "array2"
SEE ALSO zoneAdd, zoneCreate, zoneDelete, zoneShow