Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1006 Bytes

File metadata and controls

32 lines (22 loc) · 1006 Bytes

Simple-iDRAC-Interface

A small command-line application written in Python to manage your Dell server. (Tested on Windows only)

Image of SII in a Terminal

Features include:
- Monitoring system status
- Starting a remote system
- Stopping a remote system
- Issuing custom commands

There are two Versions of the Software:
[Default]
- One is styled and and uses external packages that have to be installed with pip.
[Nocolor]
- The other one is kept simple and uses minimal external packages.

Setup

Dependencies for both versions:
Ipmitool should be installed and available in $PATH

Dependencies for the [Default] version:
pip install termcolor
pip install pyfiglet


Open the downloaded Python script and set the Hostname [HOST] (iDRAC IP) to your desired value.

Want to use both versions?

Start the [Nocolor] version with the -nocolor or -n flag when executing sii.bat.