installing ipmitool on ubuntu 14.04 LTS / Debian wheezy

Posted . Visible to the public.

First you need to enable the ipmi kernel modules

modprobe ipmi_si
modprobe ipmi_devintf
echo ipmi_si >> /etc/modprobe
echo ipmi_devintf >> /etc/modprobe

apt-get install ipmitool

test

ipmitool -I open channel info
Last edit
cakuzo
Posted by cakuzo to linux (2015-04-13 10:06)