기술자료/서버
[iDRAC] The Viewer has terminated. Reason : The network connection has been dropped.
인성정보
2018. 12. 7. 23:41
반응형
DELL Server - iDRAC 접속시 아래와 같은 메세지 발생
The Viewer has terminated. Reason : The network connection has been dropped.
[해결]
java.security 파일 수정
파일위치 :
C:\Program Files (x86)\Java\jre1.8.0_191\lib\security\java.security
해당파일(java.security)을 열어서,
jdk.tls.disabledAlgorithms 부분을 아래 버전에 맞게 수정
Older (161):
jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
EC keySize < 224, DES40_CBC, RC4_40
Newer (171):
jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC
<< 현재 설정 >>
<< 아래 그림 처럼 수정 >>
** 위처럼 안되면
iDRAC 버전에 관계없이 발생하는 버그이며 설치 된 Java 런타임을 제거하고 8u162 버전으로 설치하면 해결됩니다.
64Bit
32Bit
반응형