This procedure describes how to rename a server or a server group by using the browser interface. The example that follows the procedure provides a command-line equivalent.
Log in to the N1 System Manager.
See To Access the N1 System Manager Browser Interface for details.
Choose All Servers from the View Selector menu.
The Servers table appears.
Select the server name that you want to change.
The Server Details page appears.
Type the new name into the Name entry field.
Server names must be unique and may include letters A through Z, digits 0 through 9, hyphens, and underscores.
The Save button on the right side of the page is enabled.
Click the Save button to apply the new name.
The Servers table appears with the renamed server.
The following example shows how to change a server name by using the set command.
N1-ok> set server 192.168.12.1 name=svr4rck7 |
The server name is changed to svr4rck7. See set server in Sun N1 System Manager 1.1 Command Line Reference Manual for details.
The following example shows how to change a server group name by using the set command.
N1-ok> set group devgroup name=labgroup |
The group name is changed to labgroup. See set group in Sun N1 System Manager 1.1 Command Line Reference Manual for details.