Dell/iDrac6: verschil tussen versies

Uit WaaaghPedia
Geen bewerkingssamenvatting
 
Geen bewerkingssamenvatting
Regel 8: Regel 8:
| root || calvin
| root || calvin
|}
|}
==Java==
After an upgrade of idrac, go into java config, in the security tab, add the idrac in the exceptions list.
Then in <code>C:\Program Files\Java\jre1.8.*\lib\security\java.security</code> Comment out the lines:
<pre>jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC</pre>
This allows iDRAC6 to work with full remote console support, remote ISO mounting, etc. on latest java.
It's a shitty workaround, but so be it
Thanks to [https://www.reddit.com/user/Arffeh Arffeh]


[https://www.dell.com/support/article/nl/nl/nlbsdt1/sln312322/set-os-information-in-idrac-via-ipmi?lang=en Parse OS info to idrac]
[https://www.dell.com/support/article/nl/nl/nlbsdt1/sln312322/set-os-information-in-idrac-via-ipmi?lang=en Parse OS info to idrac]


[http://networkerslog.blogspot.com/2011/09/ad-authentication-for-dell-idrac6.html AD integration]
[http://networkerslog.blogspot.com/2011/09/ad-authentication-for-dell-idrac6.html AD integration]
==Bron==
* https://www.reddit.com/r/homelab/comments/a4qber/zero_to_homelab_in_24_hours/

Versie van 2 jan 2020 13:07


Standaard gebruikersnaam en wachtwoord

Gebruiker Wachtwoord
root calvin

Java

After an upgrade of idrac, go into java config, in the security tab, add the idrac in the exceptions list.

Then in C:\Program Files\Java\jre1.8.*\lib\security\java.security Comment out the lines:

jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, 
EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC

This allows iDRAC6 to work with full remote console support, remote ISO mounting, etc. on latest java.

It's a shitty workaround, but so be it

Thanks to Arffeh


Parse OS info to idrac

AD integration

Bron