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

510 Fabric OS commands
Removes a member from a QuickLoop.
Synopsis
qloopremove qloopName, member;member
Availability
admin
NOTE: This command requires an HP Advanced Zoning license.
Description
Use this command to remove one or more members from a QuickLoop.
The member list is identified through an exact string match; therefore, when removing multiple members,
order is important. For example, if a QuickLoop contains “wwn3; wwn4”, removing “wwn3; wwn4”
succeeds, but removing “wwn4; wwn3” fails.
If all members are removed, the QuickLoop is deleted.
When a configuration is enabled, all QuickLoops defined in the configuration must resolve to one or two
switch worldwide names.
This command changes the Defined Configuration. For the change to be preserved across switch reboots,
it must be saved to non-volatile 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 is enabled, this command can only be issued from the primary FCS switch.
Use this command only with v3.x systems in the fabric; QuickLoop is not supported in v4.x.
Operands
The following operands are required:
Examples
To remove member “wwn2” from “qlp1”:
qloopRemove
qloopName Specify the name of QuickLoop, in quotation marks.
member Specify the list of QuickLoop members to be removed, in
quotation marks, separated by semicolons. Include one or more
of the following:
World Wide Names
Zone alias names
switch:admin> qloopRemove "qlp1", "wwn2"