Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

We have several IBM System x servers, each of which has a "Light Path Diagnostic" (LPD) panel of LEDs. I want to be able to monitor the status of the LPD alerts from Nagios, but can't find where they are exposed to the OS.

How can I read the LPD status from the (Linux) OS on and IBM System x server?

share|improve this question

1 Answer

Management controllers, which control those LEDs, are usually IPMI-compliant. So you would need the OpenIPMI package for Linux and IPMI plugin for Nagios. Configuration may be somewhat server-specific (there are several generations of management chips - BMC, IMM, RSA2, to name a few). Very old (10 years or so) servers may need ibmasm package instead of OpenIPMI.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.