C H A P T E R 5 |
Using Lights Out Management and the System Controller from Solaris |
This chapter explains how to use the LOM-specific commands available in Solaris for monitoring and managing a Sun Fire entry-level midrange systems system. To use these commands you should install the Lights Out Management 2.0 packages (SUNWlomr, SUNWlomu and SUNWlomm) from the Solaris Supplemental CD. Refer to To Install the Lights Out Management Packages for a description of how to install the LOM packages.
LOM Command Syntax
-f displays fan status. This information is also displayed in the output from the Solaris prtdiag -v command.
-v displays the status of the voltage sensors. This information is also displayed in the output from the Solaris prtdiag -v command.
-t displays temperature information. This information is also displayed in the output from the Solaris prtdiag -v command.
Monitoring the System From Solaris
There are two ways of interrogating the LOM device (System Controller) or of sending it commands to perform:
For information about how to do this, see Chapter 3.
The Solaris commands described in this section, which are all available from the UNIX # prompt, run the /usr/sbin/lom utility.
Where appropriate, the command lines given in this section are accompanied by typical output from the commands.
Viewing Online LOM Documentation
Viewing the LOM Configuration (lom -c)
Checking the Status of the Fault LED and Alarms (lom -l)
# lom -l LOM alarm states: Alarm1=off Alarm2=off Alarm3=on Fault LED=off # |
Alarms 1 and 2 are software flags. They are associated with no specific conditions but are available to be set by your own processes or from the command line (see Turning Alarms On and Off (lom -A)). Alarm 3 is UNIX Running and is not user-configurable.
Viewing the Event Log (lom -e)
where n is the number of reports (up to 128) that you want to see and x specifies the level of reports you are interested in. There are four levels of event:
If you specify a level, you will see reports for that level and above. For example, if you specify level 2, you will see reports of level 2 and level 1 events. If you specify level 3, you will see reports of level 3, level 2, and level 1 events.
CODE EXAMPLE 5-3 shows a sample event log display.
Checking the Fans (lom -f)
If you need to replace a fan, contact your local Sun sales representative and quote the part number of the component you need. For information, see the Sun Fire E2900 System Service Manual or Sun Fire V1280/Netra 1280 Service Manual , as appropriate.
The information output from this command is also contained in the output from the Solaris prtdiag -v command.
Checking the Internal Voltage Sensors (lom -v)
The -v option displays the status of the Sun Fire entry-level midrange systems system internal voltage sensors.
The information output from this command is also contained in the output from the Solaris prtdiag -v command.
Checking the Internal Temperature (lom -t)
To check the internal temperature of the system and also the system's warning and shutdown threshold temperatures, type:
The information output from this command is also contained in the output from the Solaris prtdiag -v command.
Viewing All Component Status Data and the LOM Configuration Data (lom -a)
Other LOM Tasks Performed From Solaris
- Turn the alarm indicators on and off
- Change the LOM escape sequence
- Stop the LOM from sending reports to the console
- Upgrade the firmware
Turning Alarms On and Off (lom -A)
There are two alarms associated with the LOM. They are associated with no specific conditions but are software flags available to be set by your own processes or from the command line.
Changing the lom> Prompt Escape Sequence
(lom -X)
Stopping LOM from Sending Reports to the Console When at the LOM Prompt (lom -E off)
LOM event reports can interfere with information you are attempting to send or receive on the console.
To prevent LOM messages displaying when you are at the LOM prompt, turn off serial event reporting. This is equivalent to the seteventreporting command described in the Sun Fire Entry-Level Midrange System Controller Command Reference Manual.
Upgrading the Firmware (lom -G filename)
For a full description, refer to Chapter 9.
Copyright © 2004, Sun Microsystems, Inc. All rights reserved.
No comments:
Post a Comment