Technical data
Telnet Commands 189
sgroupDelete
Deletes a switch group.
Synopsis sgroupDelete sgName [, force]
Availability Administration
Description This command deletes a switch group. If the parameter is not specified, the
command becomes an interactive session and the necessary parameters are
prompted. This command makes the same change to all switches in the
specified group, and executes on every switch in the group only if each
switch in the group can perform the action.
Operands This command has the following operands:
Example To interactively delete switch group called “MyGroup”:
sw: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.
This example shows what happens when an invalid group is entered:
sw:admin> sgroupDelete “MyPrevGroup”
Group Name “MyPrevGroup” does not exist.
sgName
Specify a character string in quotation marks
containing the switch group name to be deleted (for
example “MyGroup”). Entering a wrong name causes
this command to terminate without modifying any
switch groups. The sgroup name is case sensitive.
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”.










