ipmitool使用报错Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or di

Posted samuel610

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipmitool使用报错Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or di相关的知识,希望对你有一定的参考价值。

ipmitool使用报错处理

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

 

解决办法:需要加载相关模块

查看先关模块是否加载(可以看出模块未加载)

#lsmod |grep ^ipmi

 

加载以下模块

# modprobe ipmi_watchdog

# modprobe ipmi_poweroff

# modprobe ipmi_devintf

# modprobe ipmi_si  加载该模块如果没有不影响ipmi的使用(与系统版本有关)

# modprobe ipmi_msghandler  加载该模块如果没有不影响ipmi的使用

之后就可以正常使用了:

ipmitool lan print   查看本机IPMI地址等信息

以上是关于ipmitool使用报错Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or di的主要内容,如果未能解决你的问题,请参考以下文章

Could not find the following items in the 'ironic.drivers' entrypoint: pxe_ipmitool.

Could not find the following items in the 'ironic.drivers' entrypoint: pxe_ipmitool.

Could not open device at /dev/ipmi0 or /dev/ipmi/0

eclipse报错: Could not generate secret

依赖ConstraintLayout报错,Could not find *****,Failed to resolve:*****

idea报错could not autowired .但是可以正常运行