Giter Club home page Giter Club logo

dellfancontrol's Introduction

DellFanControl

Controls Dell Server fan speeds over IPMI. Tested on a Dell R420.

Setting Up:

Make sure you have lm_sensors and ipmitool installed.

The IPMI interface has to be exposed to the host operating system, on iDRAC 7 Enterprise this can be enabled by ticking Enable IPMI over LAN in iDRAC Settings -> Network

Now you can access the IPMI directly from the host machine, using the dedicated idrac interface. (The IP is usually 169.254.0.1)

In order to add some obfuscation, credentials to access IPMI are stored in a .env file in the program directory. (More secure ways to input credentials are in the works). Format your .env like so:

HOST=<iDRAC IP>
USER=
PASS=

Building:

make fancontol
./fancontrol <fanspeed>

Usage:

Because of a limitation in IPMI, fan speeds can only be set to two values. A manual static value from 0-100% can be set, or you can hand fan speed control over to the server (this is loud!).

./fancontrol <fanspeed>

Set your desired fan speed in % and fancontrol will maintain that speed unless the server gets too hot (defaults to 70C). If no argument is provided, fan speed is set to 15%.

By default, the program refreshes the fan speed every 3 seconds and outputs temperature information to the console. It can optionally check for network connectivity and restart NetworkManager if needed.

Extra: start.sh is an example of how to run this program in the background

dellfancontrol's People

Contributors

albinogiraffe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.