1. 程式人生 > >Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

ipmitool使用報錯處理

Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

解決辦法:需要載入相關模組

檢視先關模組是否載入(可以看出模組未載入)

#lsmod |grep ^ipmi


載入以下模組

# modprobe ipmi_watchdog

# modprobe ipmi_poweroff

# modprobe ipmi_devintf

# modprobe ipmi_si  載入該模組如果沒有不影響ipmi的使用(與系統版本有關)

# modprobe ipmi_msghandler  載入該模組如果沒有不影響ipmi的使用