Sun N1 System Manager 1.1 Administration Guide

ProcedureTo Rename a Server or a Server Group

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.

Steps
  1. Log in to the N1 System Manager.

    See To Access the N1 System Manager Browser Interface for details.

  2. Choose All Servers from the View Selector menu.

    The Servers table appears.

  3. Select the server name that you want to change.

    The Server Details page appears.

  4. 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.

  5. Click the Save button to apply the new name.

    The Servers table appears with the renamed server.


Example 4–6 Renaming a Server Through the Command Line

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.



Example 4–7 Renaming a Group Through the Command Line

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.