add OS specific instructions

This commit is contained in:
Kyle Hagerty 2020-03-17 14:09:36 -05:00
parent 734504d619
commit ffa7288dc9
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ https://java.com/en/download/manual.jsp
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
``` ```
4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. 4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel (Located under System Preferences), then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources.
5. 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 5. 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

View File

@ -23,6 +23,6 @@ C:\Program Files\Java\jre1.8.0_xyz\lib\security\
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
``` ```
4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. 4. Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel (located under the Windows Control Panel), then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources.
5. 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 5. 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