Включение авто-TLS, не удалось получить пульс от агента - PullRequest
0 голосов
/ 26 июня 2019

Установка CDH пошагово следовала за документом.

Включил auto-TLS, после того как все агенты установлены, выдается сообщение об ошибке:

Installation failed. Failed to receive heartbeat from agent.
Ensure that the host's hostname is configured properly.
Ensure that port 7182 is accessible on the Cloudera Manager Server (check firewall rules).
Ensure that ports 9000 and 9001 are not in use on the host being added.
Check agent logs in /var/log/cloudera-scm-agent/ on the host being added. (Some of the logs can be found in the installation details).
If Use TLS Encryption for Agents is enabled in Cloudera Manager (Administration -> Settings -> Security), ensure that /etc/cloudera-scm-agent/config.ini has use_tls=1 on the host being added. Restart the corresponding agent and click the Retry link here.

и в журнале.


>>[26/Jun/2019 19:18:34 +0000] 7551 MainThread agent ERROR Heartbeating to n1.c.com:7182 failed. 
>>Traceback (most recent call last): 
>> File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1387, in _send_heartbeat 
>> self.cfg.max_cert_depth) 
>> File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/https.py", line 139, in __init__ 
>> self.conn.connect() 
>> File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/httpslib.py", line 69, in connect 
>> sock.connect((self.host, self.port)) 
>> File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 309, in connect 
>> ret = self.connect_ssl() 
>> File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 295, in connect_ssl 
>> return m2.ssl_connect(self.ssl, self._timeout) 
>>SSLError: sslv3 alert bad certificate 

Я заметил, что «Лицензия Enterprise требуется для включения Auto-TLS.», Это проблема?У меня нет лицензии Enterprise на CDH.

...