C H A P T E R  3

Managing the Service Processor

This chapter contains information on ILOM properties on the Sun Netra T5220 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 Using the SP

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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP customer_frudata=data


procedure icon  To Change System Identification Information Using the CLI

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

single-step bullet  At the -> prompt, type the following command:


-> set /SP system_identifier=data


procedure icon To Change Customer Identification Information Using the Web Interface

Screen shot of the ILOM web interface, showing the Identification Information fields.

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:

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

Screen shot of the ILOM web interface, showing the Configuration Management fields.

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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/console escapechars=x.

The sequence is limited to two characters. The second character is always . (Period). The default value is #. (Hash-Period). The sequence can be customized.

where x is any printable character.



Note - Changing the escape character does not take effect in a currently active console session.



Changing Configuration Policy Settings

This section describes managing configuration system policies using ILOM.


procedure icon  To Disable or Re-Enable 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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/policy BACKUP_USER_DATA=value 

where the value can be one of the following:

For example, if you want the local user database on ILOM to be backed up, type the following command:


-> set /SP/policy BACKUP_USER_DATA=enabled


procedure icon  To Disable or Re-Enable Powering On the Host Server Using the CLI

ILOM runs as soon as power is applied to the host server, even if the server is powered off. When you first apply power to the host server, ILOM starts to run, but the server does not start up until you power it on.

You can use the /SP/policy HOST_LAST_POWER_STATE property to disable the host server (keep the host server off) or re-enable the server (return the server to the state it was in when the power was removed). This property 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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/policy HOST_LAST_POWER_STATE=enabled

where the value for this property can be one of the following:

If you enable this property, you must configure
/SP/policy HOST_POWER_ON_DELAY as well. For further information, see To Disable or Re-Enable Power On Delay Using the CLI


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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/policy HOST_POWER_ON_DELAY=value 

where value can be enabled or disabled.


procedure icon To Manage Configuration Policy Settings Using the Web Interface

Screen shot of the ILOM web interface, showing the Policy Configuration fields.Screen shot of the ILOM web interface, showing the Configuration Management fields.

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.

 


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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/services/ssh generate_new_key_type=value 

where value can be rsa or dsa.


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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/services/ssh generate_new_key_action=true 


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.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/services/ssh restart_sshd_action=true


procedure icon  To Specify or Disable the Remote Connection Using the CLI

Use the /SP/services/ssh state property with the set command to specify or disable the remote connection.

single-step bullet  At the -> prompt, type the following command:


-> set /SP/services/ssh state=value 

where value is enabled or disabled.


procedure icon To Manage SSH Server Settings Using the Web Interface

Screen shot of the ILOM web interface, showing the SSH Server Settings fields, Policy Configuration fields, and the Configuration Management fields

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.

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.