首页 > 代码库 > 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 这个命令了




centos ipmitool安装