Operating System - Linux
1753883 Members
7699 Online
108809 Solutions
New Discussion юеВ

power supply faulty on linux server

 
bullz
Super Advisor

power supply faulty on linux server

Hi

How to check the power supply status on Linux server.
5 REPLIES 5
Matti_Kurkela
Honored Contributor

Re: power supply faulty on linux server

If the server is responsive, it has at least one working power supply :)

Beyond that, it depends on server manufacturer and model.

Blade systems won't necessarily "own" any power supplies at all: in that case, the power supplies are supposed to be monitored through the chassis management system (= the OA module in a HP c-class blade chassis).

On HP Proliants, you should install at least the hp-health RPM (or "hpasm" RPM with older models). It includes the "hpasmcli" command, which can be used (among other things) to check the power supply state.

If you have the System Management Homepage installed, it will indicate failed components too.

MK
MK
P Muralidhar Kini
Honored Contributor

Re: power supply faulty on linux server

Hi,

To display power supply related information
# dmidecode --type 39

Check the following link for more details -
http://www.cyberciti.biz/tips/querying-dumping-bios-from-linux-command-prompt.html

Hope this helps.

Regards,
Murali
Let There Be Rock - AC/DC
Michal Kapalka (mikap)
Honored Contributor

Re: power supply faulty on linux server

hi,

check this docu directly from HP :

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00223285/c00223285.pdf

1-1-3 HP Integrated Management Logging Utility (hplog)

hplog ├в p Shows the status of all power supplies

of course you nned to have PSP installed on your linux.

mikap
Alan_152
Honored Contributor

Re: power supply faulty on linux server

What kind of server is it? If it is something with a standard ATX supply, then a good DVM would be your best bet.
bullz
Super Advisor

Re: power supply faulty on linux server

Thanx all.