IDRAC Connection Failed

Argomenti vari di carattere sistemistico
Post Reply
daniele
Posts: 327
Joined: 04 Mar 2009, 13:59

IDRAC Connection Failed

Post by daniele »

i.e. IDRAC 6 doesn't allow console connection.

Soluzione 1)
1) Scaricare JavaPortable versione 6 da qui: (ad esempio 6 update 22)
https://sourceforge.net/projects/portab ... 0Portable/
2) Eseguire il binario javaws.exe con il file .jnlp come parametro
Es: c:\app\JavaPortable\bin\javaws.exe viewer.jnlp


Soluzione 2)
You must re-enable RC4 and/or SSLv3 support on java

1. Go to Java installation folder
2. Open {JRE_HOME}\lib\security\java.security -file in text editor
3. Delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3, RC4"
Especially RC4 could be the cause of the failure (Note: these protocols are disabled because they're unsafe)

try again: It should be ok.

https://www.youtube.com/watch?v=qTdaeic6ttU
Post Reply