[CentOS7] 열 수 없습니다 장치 / dev / ipmi0 또는 / dev / IPMI / 0 또는 / dev / ipmidev / 0 : 해당 파일이나 디렉토리

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

종료

추천

출처www.cnblogs.com/leoshi/p/12651281.html