华为服务器ipmi报错

华为服务器

查看ipmi配置报错

Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0 :NO such file or directory

解决方法:

  • 通过源码安装ipmitool或者yum安装
  • 加载ipmi驱动    
  1. modprobe ipmi_devintf
  2. modprobe ipmi_watchdog
  3. modprobe ipmi_poweroff
  4. modprobe ipmi_si
  5. modprobe ipmi_msghandler
  • 查看配置    ipmitool lan print 
posted @ 2020-07-09 13:14  lussys  阅读(1083)  评论(0)    收藏  举报