centos ipmitool安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos ipmitool安装相关的知识,希望对你有一定的参考价值。
安装:
yum install ipmitool -y
检查:
rpm -qa |grep ipmi
检查模块:
lsmod | grep ipmi
此时的执行结果为空
加载模块:
modprobe ipmi_watchdog
modprobe ipmi_poweroff
modprobe ipmi_devintf
modprobe ipmi_si
报错:FATAL: Module ipmi_si not found.
modprobe ipmi_msghandler
报错:FATAL: Module ipmi_msghandler not found.
但是此时已经可以成功执行ipmitool lan print 这个命令了
以上是关于centos ipmitool安装的主要内容,如果未能解决你的问题,请参考以下文章