[CentOS7]Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or direc
Posted LeoShi2020
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[CentOS7]Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or direc相关的知识,希望对你有一定的参考价值。
IPMI报错
# 查看现有的模块
[root@Proxy ~]# lsmod |grep ^ipmi
ipmi_devintf 17603 0
ipmi_msghandler 46608 1 ipmi_devintf
# 添加模块
[root@Proxy ~]# modprobe ipmi_watchdog
[root@Proxy ~]# modprobe ipmi_poweroff
[root@Proxy ~]# modprobe ipmi_devintf
[root@Proxy ~]# modprobe ipmi_si
[root@Proxy ~]# modprobe ipmi_msghandler
# 检查加载的模块
[root@Proxy ~]# lsmod |grep ^ipmi
ipmi_si 57587 2
ipmi_poweroff 14366 0
ipmi_watchdog 25058 0
ipmi_devintf 17603 0
ipmi_msghandler 46608 4 ipmi_devintf,ipmi_poweroff,ipmi_watchdog,ipmi_si
# 可以查看到ipmi信息
[root@Proxy ~]# ipmitool lan print
Set in Progress : Set Complete
IP Address Source : Static Address
END
以上是关于[CentOS7]Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or direc的主要内容,如果未能解决你的问题,请参考以下文章
[CentOS7]Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or direc
java -version 时出现 could not open D:\java\lib\i386\jvm.cfg是啥意思
Error: could not open `D:\JAVA\lib\i386\jvm.cfg'这是怎么回事?
Error: could not open `C:Program FilesJavajre6libi386jvm.cfg'
spring boot配置spring-data-jpa的时候报错CannotCreateTransactionException: Could not open JPA EntityManager