Last active
August 6, 2023 10:45
-
-
Save ob1-sc/7a4506ce6729fdcb7a62d21a6d622c54 to your computer and use it in GitHub Desktop.
IPMI Fan Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install ipmitool | |
sudo ipmitool -H <hostname> -U <username> | |
sudo ipmitool -H <hostname> -U <username> sensor list all | |
sudo ipmitool -H <hostname> -U <username> sensor thresh FAN1 lower 100 200 300 | |
sudo ipmitool -H <hostname> -U <username> sensor thresh FAN2 lower 000 000 100 | |
sudo ipmitool -H <hostname> -U <username> sensor thresh FAN4 lower 000 000 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment