2024-03-21 23:18:50 -04:00
gdi
2024-03-21 21:21:52 -04:00
2024-03-21 23:18:50 -04:00

idrac helper

Really this is a personal python script for myself. If you find it useful, great! If not, that's fine too. If you have a suggestion, I'm all ears. I can't promise I'll implement it, I'm pretty bad at coding. I'll try though, sounds like fun! Maybe...

Anyway, this script is designed to do a few things with my 720xd. It powers it on/off, changes the fan speed, and toggles the dynamic fan speed.

Options

  -p {on,off}, --power {on,off}
                        Power on or off the server
  -f [0-100], --fan [0-100]
                        Set fan speed percentage
  -d {on,off}, --dynamic {on,off}
                        Toggle dynamic fan control
Description
Small utility to work with Dell PowerEdge servers.
Readme 47 KiB
Languages
Python 100%