Created
June 2, 2016 07:02
-
-
Save loa/7e30fb5aa02c30b8780ed0979438587d to your computer and use it in GitHub Desktop.
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
# install on osx with brew | |
brew install ipmitool | |
# list all sensors with values and thresholds | |
ipmitool -H 192.168.0.1 sensor | |
# Set lower thresholds for FAN1 (thresh <id> lower <lnr> <lcr> <lnc>) | |
ipmitool -H 192.168.0.1 sensor thresh FAN1 lower 300 300 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment