"HDD Status" in ipmitool sensor output

ipmitool might use sensor number and sensor name for command output. You can use the following command to print the command output in a more friendly format:

ipmitool -H <ipmi_ip> -U <ipmi_user> -P <ipmi_password> sdr elist

This will output all sensor names in your server mapped to the corresponding sensor numbers.

As can be seen from the output you posted, HDD status checks if drive/s is/are present and if the status is ok:

HDD Status | 54h | ok | 4.1 | Drive Present

In the output: the sensor name is in the first column and the corresponding sensor number is in the second column.

For a very detailed info, you can try running:

ipmitool -H <ipmi_ip> -U <ipmi_user> -P <ipmi_password> sdr -v

Here is a link to some very useful ipmitool commands:

https://www.thomas-krenn.com/de/wiki/Ipmitool_zur_Sensorabfrage_von_Servern_nutzen

Although the page is in german, but commands and explanations are in english, so it should not be too difficult to read it I hope ;)


For official references and documentaion:

Intelligent Platform Management Interface Specification v2.0 rev. 1.1

IPMI Technical Resources