IPMItool在linux虚拟机中的使用

加载模块

# modprobe ipmi_watchdog

# modprobe ipmi_poweroff

# modprobe ipmi_devintf

# modprobe ipmi_msghandler

# modprobe ipmi_si

modprobe: ERROR: could not insert 'ipmi_si': No such device

原因:当前系统运行在虚拟机而非物理机上,只有运行在物理机上的CentOS系统才能用这个模块,没有不影响ipmi的使用。

 

开机加载:

/etc/modules to have them loaded automatically (just list the module names)

ipmi_devintf

ipmi_watchdog

ipmi_poweroff

ipmi_devintf

ipmi_msghandler

参考:

https://www.jianshu.com/p/164df74d5dac

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章