码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-04-07 09:52:49      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:source   director   com   static   centos   pen   dog   pmi   device   

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 directory

标签:source   director   com   static   centos   pen   dog   pmi   device   

原文地址:https://www.cnblogs.com/leoshi/p/12651281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!