superfans-gpu-controller/README.md

20 lines
683 B
Markdown
Raw Normal View History

2019-03-08 19:24:59 +00:00
# NVIDIA GPU-based FAN controller for SUPERMICRO server
2019-03-08 19:30:25 +00:00
This controller enables automatic adjustments of FANs in SUPERMICRO servers based on GPU temperature. Only NVIDIA GPUs are supported since the tool uses nvidia-smi to parse the GPU temperature. FANs are controlled through IPMI tool (`impitool`) using the modified superfans (https://github.com/putnam/superfans) script.
2019-03-08 19:24:59 +00:00
# Requirements
2019-03-08 19:29:11 +00:00
* Linux (tested on Ubuntu 16.04)
2019-03-08 19:24:59 +00:00
* Python 2.7
2019-03-08 19:29:11 +00:00
* nvidia drivers/tools (`nvidia-smi`)
* IPMI tool (`impitool`) with loaded module (`modprobe ipmi_devintf`)
2019-03-08 19:24:59 +00:00
2019-03-08 19:29:11 +00:00
Tested on SUPERMICRO 4029GP TRT2 with RTX 2080 Ti (nvidia 415.27 drivers).
2019-03-08 19:24:59 +00:00
# Usage
```bash
python superfans_gpu_controller.py
```