Supermicro Notes
Table of Contents
1. Setting Fan Thresholds
|
This will need to be done via a host where Linux is installed. |
Details for setting fan thresholds were sourced from here
1.1. Install IPMITool
Full user guide is here
-
Update/Upgrade
sudo apt-get update && sudo apt-get upgrade -
Install
sudo apt-get install ipmitool
1.2. Configure
|
All IP addresses should point to the IP of the BMC and not the IP of the host. |
-
Configure 4 Fans
ipmitool -I lanplus -H 192.168.1.49 -U ADMIN sensor thresh FAN1 lower 300 400 500ipmitool -I lanplus -H 192.168.1.49 -U ADMIN sensor thresh FAN2 lower 300 400 500ipmitool -I lanplus -H 192.168.1.49 -U ADMIN sensor thresh FAN3 lower 300 400 500ipmitool -I lanplus -H 192.168.1.49 -U ADMIN sensor thresh FAN4 lower 300 400 500 -
Reset the BMC
ipmitool -I lanplus -H 192.168.1.49 -U ADMIN bmc reset warmIf this doesn’t work, then remove the power cable to reset the BMC
-
List all sensors
ipmitool -I lanplus -H 192.168.1.49 -U ADMIN sensor list all