Timothy Woodard, M.A.
Timothy Woodard, M.A.

iDRAC Startup Script

idracup.py

I wanted an easier way of remotely and securely interacting with the iDRAC on my Dell PowerEdge R720 to start the server. I created a simple CLI script to either boot or shutdown the server using Python. The script establishes an SSH channel, sends the requested command, then closes the channel. It also securely takes password input to keep the password safe from prying eyes and to avoid hardcoding of credentials.

Check out the script on GitHub