Fabric OS Reference Manual (Version 3.0)
1-226 Fabric OS Reference
Telnet Commands
1
sgroupRename
Rename a switch group.
Synopsis sgroupRename ["oldsgName", "newsgName"]
Availability admin
Description This command renames a specified sgroup name to the given new name. The member list for the
renamed group is not modified. If any parameter is not specified, the session will become an
interactive session for which all the parameters will be prompted.
Note: This command is for the FC 6164 switch only.
Operands This command has the following operands:
oldsgName Specify a character string in quotation marks containing the sgroup name to be
replaced, for example “MyGroup”. This operand is optional.
newsgName Specify a character string in quotation marks containing the new sgroup name,
for example “MyNewGroup”. This operand is optional.
Example To rename a switch group:
See Also sgroupDelete
sgroupSet
sgroupShow
sgroupSupportShow
sgroupSwReplace
switch:admin> sgroupShow
Group Type Group Name Member WWN
========== ============================= =======================
S32_6_1 MyGroup 10:00:00:60:69:00:00:20
10:00:00:60:69:20:15:81
10:00:00:60:69:10:02:18
10:00:00:60:69:20:15:71
10:00:00:60:69:00:30:05
10:00:00:60:69:00:60:11
switch:admin> sgroupRename "MyGroup", "MyNewGroup"
Committing configuration...done.
switch:admin> sgroupShow
Group Type Group Name Member WWN
========== ============================= =======================
S32_6_1 MyNewGroup 10:00:00:60:69:00:00:20
10:00:00:60:69:20:15:81
10:00:00:60:69:10:02:18
10:00:00:60:69:20:15:71
10:00:00:60:69:00:30:05
10:00:00:60:69:00:60:11