ipmitool installation

Whether centos, ubuntu or can be mounted directly to the source in there

 

CentOS :
1 yum -y install ipmitool

 

ubuntu
1 apt-get -y install ipmitool

 

Kernel loads

1 sudo modprobe ipmi_msghandler
2 sudo modprobe ipmi_devintf
3 sudo modprobe ipmi_si
4 sudo modprobe ipmi_watchdog

 

 
Optional: add to the / etc / modules
1  echo ipmi_devintf >> / etc / modules
 2  echo ipmi_si >> / etc / modules

 

 

Guess you like

Origin www.cnblogs.com/orzs/p/11103359.html