ipmitool – can’t find /dev/ipmi0 or /dev/ipmidev/0

You probably need to load the IPMI kernel modules:

modprobe ipmi_devintf
modprobe ipmi_si

You can add these to /etc/modules to have them loaded automatically (just list the module names):

ipmi_devintf
ipmi_si

Leave a Comment