Code Monkey home page Code Monkey logo

dell-idrac-fan-control's Introduction

Dell iDRAC fan control with IPMI

This script came from the need to keep a dell T430 server quiet enough in a home office. The room average temps are about 22 to 25 degrees C and CPU avarages at 30 to 34 degrees C with the fan at 16%. No major issues observed and the server is quiet enough and not as loud as a desktop PC.

Your mileage may vary.

Presently I'm running this script every 5 minutes with a crontab on Ubuntu 18.04 - (see below for cron code)

Setting the MAX_TEMP variable will ensure that should the system get too hot, dynamic fan mode will engage. However you will need to use crontab for this. Adjust temp to your liking.

Installation

These are for Ubuntu

  • You'll need to install ipmitool
sudo apt install ipmitool
  • git clone this repo
  • Append to existing crontab, or make a new one:
*/5 * * * * /bin/bash /srv/dell-idrac-fan-control/fan-control.sh

Overall this does the job for what I need to do. It could potentially be extended to leverage SNMP values on temperature or SNMP traps to change fan speed. It should be noted that while you can change the speed % of the fan on the iDRAC GUI, this method works for any fan percentage setting.

Tested on iDRAC ver 3.30.30.30

dell-idrac-fan-control's People

Contributors

brandonsturgeon avatar sparkeh 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.