Fabric OS Reference Manual (Version 3.0)
1-24 Fabric OS Reference
Telnet Commands
1
cfgRemove
Remove a member from a zone configuration.
Synopsis cfgRemove "cfgName", "member; member"
Availability admin
Description Use this command to remove a member from an existing zone configuration.
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 configuration contains “cfg2; cfg3;
cfg4” then removing “cfg3; cfg4” succeeds, but removing “cfg4; cfg3” fails.
If all members are removed, the zone configuration is deleted.
Note: This command requires a Zoning License.
Operands The following operands are required:
cfgName Specify a name of a zone configuration, in quotation marks.
member Specify a member or list of members to be deleted from the zone configuration,
in quotation marks, separated by semi-colons. Members can be specified in one
or more of the following methods:
• Zone names
• QuickLoop names
Example To remove a zone from a configuration:
See Also cfgAdd
cfgClear
cfgCreate
cfgDelete
cfgDisable
cfgEnable
cfgSave
cfgShow
switch:admin> cfgRemove "Test_cfg", "zone3"