add steps
This commit is contained in:
parent
2fc75d2c2b
commit
7c295b1db6
@ -7,19 +7,22 @@ https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console
|
|||||||
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
|
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
|
||||||
|
|
||||||
## How to use the iDRAC Java KVM console
|
## How to use the iDRAC Java KVM console
|
||||||
Download and install the latest java version 8:
|
|
||||||
|
1. Download and install the latest java version 8:
|
||||||
https://java.com/en/download/manual.jsp
|
https://java.com/en/download/manual.jsp
|
||||||
|
|
||||||
Go to the security directory where you installed java:
|
2. Go to the security directory where you installed java:
|
||||||
|
|
||||||
```
|
```
|
||||||
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security
|
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security
|
||||||
```
|
```
|
||||||
|
|
||||||
Comment out the line in ../lib/security/java.security:
|
3. Comment out the line in ../lib/security/java.security:
|
||||||
|
|
||||||
```
|
```
|
||||||
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
|
# 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, 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, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources.
|
||||||
|
|
||||||
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
|
||||||
|
@ -7,19 +7,22 @@ https://www.dell.com/community/Systems-Management-General/iDRAC6-Virtual-Console
|
|||||||
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
|
https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6
|
||||||
|
|
||||||
## How to use the iDRAC Java KVM console
|
## How to use the iDRAC Java KVM console
|
||||||
Download and install the latest java version 8:
|
|
||||||
|
1. Download and install the latest java version 8:
|
||||||
https://java.com/en/download/manual.jsp
|
https://java.com/en/download/manual.jsp
|
||||||
|
|
||||||
Go to the security directory where you installed java, xyz is your current version:
|
2. Go to the security directory where you installed java, xyz is your current version:
|
||||||
|
|
||||||
```
|
```
|
||||||
C:\Program Files\Java\jre1.8.0_xyz\lib\security\
|
C:\Program Files\Java\jre1.8.0_xyz\lib\security\
|
||||||
```
|
```
|
||||||
|
|
||||||
Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security:
|
3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security:
|
||||||
|
|
||||||
```
|
```
|
||||||
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
|
# 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, 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, then uncheck the box "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources.
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user