I am trying to use IPMI to read system information, with limited sucess.
The servers in question are HP ProLiant DLxxx series.
if I use the IPMI key "Temp 1", I get results, so the IPMI is working.
If I use ithe IPMI key "Power Supply 1", I get an unsupported response.
if I look at the logs, I get the following.
If I use the command line:
I get a valid response
Anyone know the magic answer to this?
The servers in question are HP ProLiant DLxxx series.
if I use the IPMI key "Temp 1", I get results, so the IPMI is working.
If I use ithe IPMI key "Power Supply 1", I get an unsupported response.
if I look at the logs, I get the following.
Code:
Item [Server:Power[1]] error: Sensor or control Power Supply 1@[10.10.10.10]:623 does not exist
Code:
ipmitool -I lanplus -H 10.10.10.10 -U user -P 'password' -L user sensor get 'Power Supply 1'
Code:
Locating sensor record... Sensor ID : Power Supply 1 (0x6) Entity ID : 10.1 Sensor Type (Analog) : Power Supply Sensor Reading : 95 (+/- 0) Watts Status : Lower Non-Critical Lower Non-Recoverable : na Lower Critical : na Lower Non-Critical : na Upper Non-Critical : na Upper Critical : na Upper Non-Recoverable : na
Comment