Servers - General
1821248 Members
2894 Online
109632 Solutions
New Discussion юеВ

HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?

 
WF001
Visitor

HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?

Hi,

We're currently in progress of testing a HPE ProLiant DL360 Gen10 with redundant power supplies in suse linux 12.
Can anyone point me to a tool or command that would allow me to view the status of the power supplies, fan etc?

Thanks in advance.

4 REPLIES 4
WF001
Visitor

Re: HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?

Can anyone answer my question? Thanks a lot.

TVVJ
HPE Pro

Re: HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?

Hello,

You may install the Intelligent Platform Management Tool (IPMI) utilities. You may refer to section "IPMI server management" of the HPE iLO 5 User Guide for the utilities. You may refer to the HPE iLO IPMI User Guide for command to interact with the server's iLO.

You may try the following commands and see if the outpu is of any help:

# ipmitool sdr type "Power Supply"

# ipmiutil sel | grep -i power

# ipmitool sensor

Regards,



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[All opinions expressed here are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
WF001
Visitor

Re: HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?

Hello,

Thank you for the information.
We've not install the Intelligent Platform Management Tool (IPMI) utilities.

# ipmiutil sel | grep -i power
ipmiutil: command not found

- I tried to run the following commands and see some return, do you know how to check the status of the power supplies is normal or problem, and I want to write a cronjob to monitor it. Thanks for any help on this.тАЛ 

# ipmitool sdr type "Power Supply"
Power Supply 1 | 32h | ok | 10.1 | Presence detected
PS 1 Input | 3Ah | ok | 10.1 | 55 Watts
Power Supply 2 | 33h | ok | 10.2 | Presence detected, Failure detected, Power Supply AC lost
PS 2 Input | 3Bh | ok | 10.2 | 0 Watts
Power Supplies | 42h | ok | 19.1 | Redundancy Lost
PS 1 Output | D0h | ok | 10.1 | 50 Watts
PS 2 Output | D5h | ok | 10.2 | 0 Watts

# ipmitool sensor |grep "Power"
Power Supply 1 | 0x0 | discrete | 0x0180| na | na | na | na | na | na
Power Supply 2 | 0x0 | discrete | 0x0b80| na | na | na | na | na | na
Power Meter | 55.000 | Watts | ok | na | na | na | na | na | na
Power Supplies | 0x0 | discrete | 0x0280| na | na | na | na | na | na

 

Sebasbin
HPE Pro

Re: HPE ProLiant DL360 Gen10 - Power Supply Unit monitoring from Linux?


Hi,

Please refer below document ,you can monitor the server hardware from ILO  or  by configuring SNMP,alert email


https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00026111en_us&docLocale=en_US

 

Also refer the below HPE iLO 5 Scripting and Command Line Guide


https://support.hpe.com/hpesc/public/docDisplay?docId=a00018323en_us



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo