C H A P T E R  2

Managing the Service Processor

This chapter contains information on ILOM properties on the Sun Netra X4250 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 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 assign and store system identifier information on the SP.

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

2. Select System Information -> Identification Information.

3. View the SP Hostname.

4. Edit the SP System Identifier field.

5. 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 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 (None, All, or Factory)

4. Click Reset Defaults.


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 command 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 Enable 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.

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.


 

 


Managing Alarms Indicators

The alarm indicators are managed using the ILOM CLI or web interface, or the IPMItool utility. Setting an alarm indicator to ON enables the corresponding alarm on the rear panel alarm port and the front panel alarm LED. Use the following procedures to set or reset an alarm.


procedure icon  To Set an Alarm Indicator On or Off Using the CLI

Use the /SYS/ALARM/ value property with the set command to set an alarm on or off.

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


-> set /SYS/ALARM/CRITICAL value=state
-> set /SYS/ALARM/MAJOR value=state
-> set /SYS/ALARm/MINOR value=state
-> set /SYS/ALARM/USER value=state

where state is on or off.


procedure icon  To Reset an Alarm Indicator Using Web Interface

The ILOM web interface only allows you to turn off an alarm indicator that has been turned on.


Screen shot of the ILOM web interface, showing the System Monitoring - Indicators screen.

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

2. Select System Monitoring -> Indicators.

3. Select the radio button next to that indicator, then choose an option from the Action drop down list.

4. Click Save.


procedure icon  To Manage Alarm Indicators Using ipmitool


procedure icon  To Get Status for All Alarm Indicators

single-step bullet  Type the following command:


ipmitool -H ilom_ipaddr -U user -P passwd sunoem sbled get all

where ilom_ipaddr is the server’s ILOM IP address, user is the user name, passwd is the password.


procedure icon  To Get Status for a Single Alarm Indicator

single-step bullet  Type the following command:


ipmitool -H ilom_ipaddr -U user -P passwd sunoem sbled get alarm

where ilom_ipaddr is the server’s ILOM IP address, user is the user name, passwd is the password, and alarm values are CRITICAL_ALARM, MAJOR_ALARM, MINOR_ALARM, or USER_ALARM.


procedure icon  To Turn Off an Alarm Indicator

single-step bullet  Type the following command:


ipmitool -H ilom_ipaddr -U user -P passwd sunoem sbled set alarm off

where ilom_ipaddr is the server’s ILOM IP address, user is the user name, passwd is the password, and alarm values are CRITICAL_ALARM, MAJOR_ALARM, MINOR_ALARM, or USER_ALARM.


procedure icon  To Turn On an Alarm Indicator

single-step bullet  Type the following command:


 ipmitool -H ilom_ipaddr -U user -P passwd sunoem sbled set alarm on

where ilom_ipaddr is the server’s ILOM IP address, user is the user name, passwd is the password, and alarm values are CRITICAL_ALARM, MAJOR_ALARM, MINOR_ALARM, or USER_ALARM.