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


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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM