Home > other >  Through a Ambari HDP cluster setup, the ConfirmHost this step, a hard, just for help
Through a Ambari HDP cluster setup, the ConfirmHost this step, a hard, just for help

Time:09-16

The error log is as follows:
The Command start time the 2019-02-20 14:43:54
(" INFO 14:44:01 2019-02-20, 232 HeartbeatHandlers. Py: 116 - Stop event received
INFO 2019-02-20 14:44:01, 232 NetUtil. Py: 130 - Stop event received
INFO 2019-02-20 14:44:01, 56-232 ExitHelper. Py: Performing cleanup before exiting...
INFO 2019-02-20 14:44:01, 232 ExitHelper. Py: 70 - the Cleanup finished, exiting with code: 0
INFO 2019-02-20 14:44:02, 427 main. Py: 283 - Agent died gracefully, exiting.
INFO 2019-02-20 14:44:02, 56-427 ExitHelper. Py: Performing cleanup before exiting...
INFO 2019-02-20 14:44:03, 067 main. Py: 145 - loglevel=logging. The INFO
INFO 2019-02-20 14:44:03, 067 main. Py: 145 - loglevel=logging. The INFO
INFO 2019-02-20 14:44:03, 067 main. Py: 145 - loglevel=logging. The INFO
INFO 2019-02-20 14:44:03, 39-068 DataCleaner. Py: Data cleanup thread started
INFO 2019-02-20 14:44:03, 070 DataCleaner. Py: 120 - Data cleanup started
INFO 2019-02-20 14:44:03, 070 DataCleaner. Py: 122 - Data cleanup finished
INFO 14:44:03 2019-02-20, 070 the hostname. Py: 67 - agent: hostname_script configuration not defined thus read the hostname 'qujianlei using socket. Getfqdn ().
INFO 2019-02-20 14:44:03, 105 PingPortListener. Py: 50 - Ping port listener started on port: 8670
INFO 2019-02-20 14:44:03, 107 main. Py: 437 - Connecting to Ambari server at https://qujianlei:8440 (public IP)
INFO 2019-02-20 14:44:03, 107 NetUtil. Py: 70 - Connecting to https://qujianlei:8440/ca
ERROR 2019-02-20 14:44:03, 114 NetUtil. Py: 96 - EOF occurred in violation of protocol (_ssl. C: 618)
ERROR 2019-02-20 14:44:03, 114 NetUtil. Py: 97 - SSLError: Failed to connect. Do check the openssl library versions.
Refer to: https://bugzilla.redhat.com/show_bug.cgi? Id=1022468 for more details.
WARNING the 14:44:03 2019-02-20, 114 NetUtil. Py: 124 - Server at https://qujianlei:8440 is not reachable, sleeping for 10 seconds...
"None)


Confirm that step has been failed, people help,


CodePudding user response:

1. ERROR 2019-02-20 14:44:03, 114 NetUtil. Py: 96 - EOF occurred in violation of protocol (_ssl. C: 618)
2. ERROR 2019-02-20 14:44:03, 114 NetUtil. Py: 97 - SSLError: Failed to connect, do check the openssl library versions.

1. Need to modify the ambari - agent on each machine. The ini file, need to add a line under the security:
Edit the file: vi/etc/ambari - agent/conf/ambari - agent. Ini
Force_https_protocol=PROTOCOL_TLSv1_2

2. The watch is openssl problem but actually should be a python version version because python2.7.5 + increased version need to reduce the python version or closed certificate authentication:
Vi/etc/python/cert - verification. CFG
(HTTPS)
Verify=disable
If the python version below 2.7.5, please try to update the openssl
  • Related