iDRAC6_JKVM/Linux/README.md
Kyle Hagerty 7e70df9d1a Fix typo
2020-03-17 14:02:32 -05:00

29 lines
1015 B
Markdown

# Dell iDRAC6 Java KVM Console
The remote Java KVM console on a Dell R710 server with an enterprise idrac works using the latest version of Java, thanks to MathieuW and the kind people on the below GitHub Gist
https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console-Connection-Failed/td-p/5144021/page/2
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
## How to use the iDRAC Java KVM console
Download and install the latest version of openjdk:
```
sudo apt install openjdk-11-jre
```
Go to the security directory where you installed java:
```
/etc/java/security/java.security
```
Comment out the line in ../security/java.security:
```
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
```
Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel.
Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server