Could not open device at /dev/ipmi0 or /dev/ipmi/0
时间:2019-03-01 11:22:10
收藏:0
阅读:965
执行ipmitool命令时提示信息Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
需要加载以下三个模块
modprobe ipmi_msghandler
modprobe ipmi_devintf
modprobe ipmi_si
原文:https://blog.51cto.com/xiaoahehe/2356550
评论(0)