iDRAC6VirtualConsoleLauncher icon indicating copy to clipboard operation
iDRAC6VirtualConsoleLauncher copied to clipboard

Python 3 launcher for iDRAC 6 Virtual Console.

Results 5 iDRAC6VirtualConsoleLauncher issues
Sort by recently updated
recently updated
newest added

The only last bit that really needs to be updated, is whether to keep the jar files that contain the files we need to extract. I just leave them since...

Seeing the below on the latest version of code Traceback (most recent call last): File "iDRAC6VirtualConsoleLauncher.py", line 92, in main() File "iDRAC6VirtualConsoleLauncher.py", line 46, in main libdir.mkdir(parents=True, exist_ok=True) TypeError: mkdir()...

Just encase others run into this problem. I could only get it to work on windows 10 powershell by running python3 iDrac6VirtualConsuleLauncher.py. If you just use ./iDrac6VirtualConsuleLauncher.py it will not...

Issue: Broken java jre link Correction: new link https://download.oracle.com/otn/java/jdk/7u80-b15/jre-7u80-linux-x64.tar.gz Notes: Great python script for this, I found it from the master thread.

Since iDRAC 6 requires Java 7 to work, installing it on an ARM64 operating system is complicated, as this was never a supported architecture. Downloading the ARM binaries of Java...