ipmitool

stuff to do on a dell server to see what the hardware says…

apt-get install ipmitool
modprobe ipmi_msghandler
modprobe ipmi_devintf
modprobe ipmi_si
ipmitool sel list

You should probably also put those modules into /etc/modules

Leave a Reply