[Hadoop]
While adding new Ambari host using automated Install, the following error occurred on the Ambari Server:
INFO 2020-02-11 13:35:08,456 NetUtil.py:60 - Connecting to https://SERVERHOSTNMAE.MYDOMAIN:8440/ca
ERROR 2020-02-11 13:35:08,653 NetUtil.py:84 - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)
ERROR 2020-02-11 13:35:08,653 NetUtil.py:85 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
WARNING 2020-02-11 13:35:08,655 NetUtil.py:112 - Server at https://SERVERHOSTNMAE.MYDOMAIN:8440 is not reachable, sleeping for 10 seconds...
Registration with the server failed.
I tried to solve the error through several sites, but failed repeatedly.
But finally, I solved the problem through the following site:
Resolution process:
First, make sure that the service that can install the Ambari Agent is running.
[Ambari Server]
# netstat -tapn | grep 8440
tcp6 0 0 :::8440 :::* LISTEN 2159/java
If the service is running, check or modify the following:
[Ambari Agent]
/etc/ambari-agent/conf/ambari-agent.ini
[security]
ssl_verify_cert = 0
/etc/python/cert-verification.cfg
[https]
#verify=platform_default
verify=disable
After that, the agent service restart.
# ambari-agent restart
'IT > System' 카테고리의 다른 글
[Windows] IIS FTP 사용자별 디렉터리 분리(AD 미사용) (0) | 2020.03.02 |
---|---|
[Hadoop] How to solve Permission error that is occurred on the server while adding new Ambari hosts. (0) | 2020.02.12 |
[Exchange] Check Mailbox Usage, Mail Count in Exchange 2010 (0) | 2020.02.06 |
[Windows] Active Directory 삭제된 개체 복원 (0) | 2020.02.05 |
[Windows] IIS URL 재작성 / URL Rewrite Module (0) | 2020.02.04 |