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
| #!/bin/bash | |
| # Copyright 2024 - 2024, Jaremy Hatler | |
| # SPDX-License-Identifier: MIT | |
| ## Dell R630 Fan Control Script | |
| # This script controls the fan speed on a Dell r630 server in response to the CPU temperature. | |
| # | |
| # In some cases (nonstandard firmware, aftermarket PCI cards, etc.), the internal fan controller | |
| # will consistently maintain high RPMs. This script uses IPMI to enable manual fan control and set |