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?
dmidecode -t 1 -t -2 -t 3. Then read the output. – Michael Hampton Feb 19 '13 at 17:41ipmitoolas root or withsudo(I get the same error message if I don't). – Dennis Williamson Mar 05 '14 at 20:43sudo ipmitoolworks – aaaaa says reinstate Monica Jan 17 '16 at 02:36Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory I found the answer on: http://axada.ru/ustanovka-ipmitool-v-debian/
– dozmorov May 31 '17 at 16:53