Based on a previous question, I installed ipmitool (yum install ipmitool
).
Even after a reboot, though, i get the following error when trying to run ipmitool power status
:
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
Unable to get Chassis Power Status
Is this an OS/hardware issue (CentOS 6.3 x64 on a hosted machine in a remote datacenter - unsure on hardware vendor)? Or have I missed something more elemental in installing ipmitool
?
You probably need to load the IPMI kernel modules:
You can add these to
/etc/modules
to have them loaded automatically (just list the module names):Do you have the devices loaded ? You can load manually the modules :
modprobe ipmi_devintf ; modprobe ipmi_si
and check your logsJust wanted to highlight another minor point: "Make sure you are running with root/admin privileges".