26 December 2010

IPMI

Servers come with a great tool called ipmitool.

To use it run:

sudo ipmitool sdr

It will output the results of the Sensor Data.



If it does not work, you may have to load the drivers:

sudo modprobe ipmi_msghandler
sudo modprobe ipmi_devintf
sudo modprobe ipmi_si



More to come as I find more uses.

No comments:

Post a Comment