HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
XPath OS 7.4.x command reference guide 273
Removes a member from a zone.
Synopsis
zoneremove “zoneName“, “zoneMemberList“
Availability
admin
Description
Use this command to remove one or more members from the existing zone. If all members are removed,
the zone is deleted.
For a description of members, see the zoneCreate help.
The member list is found by an exact string match.
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 router reboots, save it to nonvolatile memory using the cfgSave
command.
Operands
The following operands are required:
Examples
To remove 20:00:00:e0:8b:01:8f:85 and 100,3 from ZONE_A:
See also
zoneAdd
zoneCreate
zoneDelete
zoneShow
zoneRemove
“zoneName“ The name of the zone, in quotation marks.
“zoneMemberList“ A semicolon-separated list of one or more world wide names,
domain,port pairs, zone alias names, and IQNs, in quotation
marks.
switch:admin> zoneremove "ZONE_A", "20:00:00:e0:8b:01:8f:85; 100,3"