Start a Conversation

Unsolved

This post is more than 5 years old

I

2078

May 20th, 2010 19:00

Why is my Avamar LCD Display Orange?

The Dell servers have a system event log (SEL) stored in NVRAM on the motherboard.  Certain hardware events will be logged here or in the alerts event log.  In either case, this will cause the LCD display to change from a pretty blue to orange.  The display will show some error text of the last message written to the SEL.  If the display is flashing blue, someone pressed the information button on the LCD display to identify which server you are working on in the rack.  Press it again to stop the flashing and it will turn orange if errors are present in the SEL.

Dell uses a product called Open Manage to monitor the hardware.  You can use some Open Manage CLI commands to view the events and also clear the event and alert logs.  This will change the display from orange back to pretty blue. Viewing the logs will show you what is causing the problem.  Perhaps a disk has failed, there are Single Bit Memory Errors, the raid controller battery is bad or a power supply has failed.  Avamar support will only send a power supply, disk drive or the entire node to fix a problem.  Sometimes, a problem is intermittent and clearing the logs would be preferable to replacing the node.  Here are some of the commands.

Log on with root and type the following commands:

View the SEL log

# omreport system esmlog

View the alert log

# omreport system alert

Clear the SEL log

# omconfig system esmlog action=clear

Clear the alert log

# omconfig system alertlog action=clear

View the disk status

# omreport storage pdisk controller=0

View the server setup

# omreport system summary

18 Posts

May 20th, 2010 22:00

Excellent information. For people like us who works remotely, good way to know the status.

View the alert log

# omreport system alertlog

11 Posts

May 26th, 2010 10:00

Thanks for sharing.

No Events found!

Top