C H A P T E R  3

Managing the Service Processor

This chapter contains information on ILOM properties on the Sun Netra T5440 server that augment the array of properties that are common to ILOM on other platforms. In particular, this chapter covers properties in the /SP namespace. This chapter consists of:


Storing Customer Information

This section describes ILOM features that enable you to store information (for purposes such as inventory control or site resource management) on the SP and FRU PROMs.

procedure icon  To Change Customer FRU Data Using the CLI

Use the /SP customer_frudata property to store information in all FRU PROMs.

procedure icon  To Change System Identification Information Using the CLI

Use the /SP system_identifier property to store customer identification information.

procedure icon  To Change Customer Identification Information Using the Web Interface



ILOM provides features that enable you to store information on FRUs and the SP.

  1. Log into the ILOM web interface as Administrator (root) to open the web interface.

  2. Select System Information --> Identification Information.

  3. Edit the Customer FRU data field.

  4. View the SP Hostname.

  5. Edit the SP System Identifier field.

  6. Click Save.


Changing Service Processor Settings to Factory Defaults

This section describes how to set service processor settings back to the factory defaults.

procedure icon  To Reset the Service Processor Settings to Factory Default Values Using the CLI

Use the reset_to_defaults property to set all ILOM configuration properties back to their factory default values. The all option sets the ILOM configuration and all user information back to the factory default values.

  1. At the -> prompt, type the following command:


    -> set /SP reset_to_defaults=all
    

    where for reset_to_defaults can be set to one of the following:

    • none – Make no changes.

    • configuration – Preserve the user database.

    • all – Reset (clear) the user database.

  2. Reset the service processor so that the new property value can take effect.

procedure icon  To Reset the Service Processor Settings to Factory Defaults Using the Web Interface



  1. Log into the ILOM web interface as Administrator (root) to open the web interface.

  2. Select Maintenance --> Configuration Management.

  3. Select a Reset Defaults value.

  4. Click Save.


Modifying Console Escape Characters

This section describes creating new character combinations for use as escape characters.

procedure icon  To Change Console Escape Characters Using the CLI

Use the /SP/console escapechars property to change the escape character sequence to switch from a system console session back to ILOM.


Changing Configuration Policy Settings

This section describes managing configuration system policies using ILOM.

procedure icon  To Specify Backup of the User Database Using the CLI

The /SP/policy BACKUP_USER_DATA property specifies whether the local user database on ILOM (that is, user, password, and permission information) should be backed up. When this property is set to enable, this data is backed up on the removable system configuration card (SCC PROM) on the system.

procedure icon  To Specify Host Power-On Policy Using the CLI

Use the /SP/policy HOST_LAST_POWER_STATE property to control the behavior of the server after an unexpected power outage. When external power is restored, the ILOM service processor starts to run automatically. Normally, the host power is not turned on until you use ILOM to turn it on.

ILOM records the current power state of the server in non-volatile storage. If the HOST_LAST_POWER_STATE policy is enabled, ILOM can restore the host to the previous power state. This policy is useful in the event of a power failure, or if you physically move the server to a different location.

For example, if the host server is running when power is lost and the /SP/policy HOST_LAST_POWER_STATE property is set to disabled, the host server remains off when power is restored. If the /SP/policy HOST_LAST_POWER_STATE property is set to enabled, the host server restarts when the power is restored.

procedure icon  To Disable or Re-Enable Power On Delay Using the CLI

Use the /SP/policy HOST_POWER_ON_DELAY property to cause the server to wait for a short time before powering on automatically. The delay is a random interval of one to five seconds. Delaying the server poweron helps minimize current surges on the main power source. This poweron delay is important when multiple servers in racks power on after a power outage.

This property takes effect only if /SP/policy HOST_LAST_POWER_STATE is set to enabled.

procedure icon  To Manage Configuration Policy Settings Using the Web Interface



  1. Log into the ILOM web interface as Administrator (root) to open the web interface.

  2. Select Configuration --> Policy.

  3. Click the Policy radio button of the policy you want to change.

  4. Select an Action value to apply the Action (enable or disable) you have chosen.


Displaying Power Management Metrics

This section describes using ILOM to view the server’s power metrics. Topics include:

procedure icon  To View Power Management Properties Using the CLI

procedure icon  To View the Total Power Consumed By the System

The value of /SYS/VPS is equivalent to the value of /SP/powermgmt actual_power.

procedure icon  To View Power Management Properties Using the Web Interface

  1. Log in to the ILOM web interface as Administrator (root) to open the web interface.

  2. Select System Monitoring -> Power Management.

  3. View the Actual Power consumption.

  4. View the Permitted Power consumption.

  5. View the Available Power.


Managing Network Access

This section describes managing network access to the SP using ILOM.

procedure icon  To Disable or Re-Enable Network Access to the SP Using the CLI

Use the /SP/network state property to enable or disable the service processor’s network interface.

procedure icon  To Display the DHCP Server’s IP Address

To display the IP address of the DHCP server that provided the dynamic IP address requested by the service processor, view the dhcp_server_ip property. To see the dhcp_server_ip property, do the following:


Managing SSH Server Settings

procedure icon  To Change the Type of SSH Keys Using the CLI

Use the set /SP/services/ssh generate_new_key_type command to change the type of Secure Shell (SSH) host keys generated on your server. After changing the type, you must use the set /SP/services/ssh generate_new_key_action command to generate a new set of keys of the new type.

procedure icon  To Generate a New Set of SSH Keys Using the CLI

Use the set /SP/services/ssh generate_new_key_action command to generate a new set of Secure Shell (SSH) host keys.

procedure icon  To Restart the SSH Server Using the CLI

Use the set /SP/services/ssh restart_sshd_action command to restart the SSH server after you have generated new host keys using the set /SP/services/ssh generate_new_key_action command. This reloads the keys into the server’s dedicated data structure in memory.

procedure icon  To Enable or Disable the SSH Service Using the CLI

Use the /SP/services/ssh state property with the set command to enable or disable the SSH service. If the SSH service has been disabled, you can re-enable it through the Serial Management (SER MGT) port or the ILOM web interface.

procedure icon  To Manage SSH Server Settings Using the Web Interface



  1. Log into the ILOM web interface as Administrator (root) to open the web interface.

  2. Select Configuration --> SSH Server Settings.

  3. Select an action from the SSH Server pulldown menu.

    • Enable the SSH server

    • Disable the SSH server

    • Restart the SSH server

  4. Click Generate RSA Key or Click Generate DSA Key to generate a new key type and a new key.

    If you have generated a new key, you must restart the SSH server for the new key to take effect.



    Note - When the SSH server is restarted or disabled, any CLI sessions running over SSH will be terminated immediately.