Fabric OS Reference Manual (Version 3.0)

Fabric OS Reference 1-225
Telnet Commands
1
sgroupDelete
Delete a switch group.
Synopsis sgroupDelete sgName[, force]
Availability admin
Description This command deletes a switch group. If the parameter is not specified, the command will become
an interactive session and the necessary parameters will be prompted. This command makes the
same change to all switches in the specified group. It executes on every switch in the group if and
only if each switch in the group can perform the action.
Note: This command is for the FC 6164 switch only.
Operands This command has the following operands:
sgName Specify a character string in quotation marks containing the switch group name
to be deleted (for example “MyGroup”). Entering a wrong name will cause this
command to terminate without modifying any switch groups. The sgroup name is
case sensitive. This operand is required.
force Specify the force parameter to delete the group even if one or more members of
the group failed to execute the command. The entered string must be "force".
This operand is optional.
Example To interactively delete switch group called “MyGroup”:
This example shows what happens when an invalid group is entered:
See Also sgroupRename
sgroupSet
sgroupShow
sgroupSupportShow
sgroupSwReplace
switch:admin> sgroupDelete
Please Enter Group Name: [ ] MyGroup
About to DELETE the group with Group name "MyGroup"
ARE YOU SURE (yes, y, no, n): [no] y
Committing configuration...done.
switch:admin> sgroupDelete "MyPrevGroup"
Group Name "MyPrevGroup" does not exist.