centos ipmitool安装

前端之家收集整理的这篇文章主要介绍了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 这个命令了

原文链接:https://www.f2er.com/centos/379748.html

猜你在找的CentOS相关文章