<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237828#M85222</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I encountered same issue during the ambari-agent registration.&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;PRE&gt;Ambari-agent registration failed with ambari-server due to below issue
EOF occurred in violation of protocol (_ssl.c:618)
ERROR 2018-11-27 13:43:19,511 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions
&lt;/PRE&gt;&lt;P&gt;Resolution:&lt;/P&gt;&lt;PRE&gt;vi /etc/ambari-agent/conf/ambari-agent.ini
force_https_protocol=PROTOCOL_TLSv1_2

vi /etc/python/cert-verification.cfg 
[https] 
verify=disable
&lt;/PRE&gt;&lt;P&gt;Hope this helps!!!. Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 19:35:57 GMT</pubDate>
    <dc:creator>sampathkumar_ma</dc:creator>
    <dc:date>2018-11-28T19:35:57Z</dc:date>
    <item>
      <title>I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237818#M85212</link>
      <description>&lt;P&gt;OS: RHL 7&lt;/P&gt;&lt;P&gt;I am still not very clear regarding the FQDN of the system needed while registering the host.&lt;/P&gt;&lt;P&gt;The screenshot is attached.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="94394-screenshot-113.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14181i7DE4E18D1FD488CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="94394-screenshot-113.png" alt="94394-screenshot-113.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 23:08:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237818#M85212</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2019-08-17T23:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237819#M85213</link>
      <description>&lt;P&gt;		Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;		From the screenshot its not evident what error you are facing.&lt;/P&gt;&lt;P&gt;		Can you go click on the hostname and see what error its showing.&lt;/P&gt;&lt;P&gt;		also  Have you followed the pre-requisites to prepare all the nodes?&lt;/P&gt;&lt;P&gt;		is passwordless ssh is set :https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.2.2/bk_ambari-installation-ppc/content/set_up_password-less_ssh.html&lt;/P&gt;&lt;P&gt;		and your newly added node is able to contact the ambari-server without password ?&lt;/P&gt;&lt;P&gt;		Also make sure that the following command returns the correct output: (On all hosts)&lt;/P&gt;&lt;P&gt;	hostname -f&lt;/P&gt;&lt;P&gt;	also you can try installing ambari-agents manually if required : &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.2.2/bk_ambari-administration/content/install_the_ambari_agents_manually.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.2.2/bk_ambari-administration/content/install_the_ambari_agents_manually.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;	and follow the below steps to make sure it will get connected to correct ambari-server and retry this confirm hosts : &lt;/P&gt;&lt;P&gt;	&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;	   * Configure the Ambari Agent by editing the &lt;CODE&gt;ambari-agent.ini&lt;/CODE&gt; file as shown in the following example:&lt;/P&gt;&lt;OL&gt;	&lt;LI&gt;	&lt;PRE&gt;vi /etc/ambari-agent/conf/ambari-agent.ini
	&lt;/PRE&gt;	&lt;PRE&gt;[server]
	&lt;/PRE&gt;	&lt;PRE&gt;hostname=&amp;lt;your.ambari.server.hostname&amp;gt;
	&lt;/PRE&gt;	&lt;PRE&gt;url_port=8440
	&lt;/PRE&gt;	&lt;PRE&gt;secured_url_port=8441
	&lt;/PRE&gt;&lt;/LI&gt;	&lt;LI&gt;Start the agent on every host in your cluster. 	&lt;PRE&gt;ambari-agent start
	&lt;/PRE&gt;&lt;P&gt;		The agent registers with the Server on start. 	&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;	Please accept this answer if this solves your query and you found it helpful&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:13:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237819#M85213</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2018-11-27T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237820#M85214</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/18735/asnaik.html" nodeid="18735"&gt;@Akhil S Naik&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have manually nstalled the agent and made the changes in .ini file of ambari-agent and restarted everything but still I am getting the error that &lt;/P&gt;&lt;P&gt;Registration with the server failed.&lt;/P&gt;&lt;P&gt;I have changes the server name of .ini file as the output of hostname -f command.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:24:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237820#M85214</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2018-11-27T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237821#M85215</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you do a tail -f on /var/log/ambari-agent/ambari-agent.log&lt;/P&gt;&lt;PRE&gt;[root@asnaik-script-amariadb1 ~]# tail -f /var/log/ambari-agent/ambari-agent.log
INFO 2018-11-27 06:30:05,217 logger.py:75 - Testing the JVM's JCE policy to see it if supports an unlimited key length.
INFO 2018-11-27 06:30:05,490 Hardware.py:176 - Some mount points were ignored: /, /dev, /dev/shm, /run, /sys/fs/cgroup, /run/user/0
INFO 2018-11-27 06:30:05,494 Controller.py:320 - Sending Heartbeat (id = 1279793)
INFO 2018-11-27 06:30:05,499 Controller.py:333 - Heartbeat response received (id = 1279794)
INFO 2018-11-27 06:30:05,499 Controller.py:342 - Heartbeat interval is 1 seconds
INFO 2018-11-27 06:30:05,499 Controller.py:380 - Updating configurations from heartbeat
INFO 2018-11-27 06:30:05,499 Controller.py:389 - Adding cancel/execution commands
INFO 2018-11-27 06:30:05,500 Controller.py:406 - Adding recovery commands
INFO 2018-11-27 06:30:05,500 Controller.py:475 - Waiting 0.9 for next heartbeat
INFO 2018-11-27 06:30:06,401 Controller.py:482 - Wait for next heartbeat over

&lt;/PRE&gt;&lt;P&gt;and see if you can find these in ambari-agent log&lt;/P&gt;&lt;P&gt;if ambari-agent is able to send heartbeat to ambari-server then we should see &lt;/P&gt;&lt;PRE&gt;tail -f /var/log/ambari-server/ambari-server.log&lt;/PRE&gt;&lt;P&gt;and see what exception or error you are finding when you press rety.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:30:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237821#M85215</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2018-11-27T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237822#M85216</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Follow the below prerequisites for installation&lt;/P&gt;&lt;P&gt;1. Enable NTP&lt;/P&gt;&lt;PRE&gt;$systemctl enable ntpd.service   or $service ntpd start
$systemctl status ntpd
&lt;/PRE&gt;&lt;P&gt;2. Setting up Host Name&lt;/P&gt;&lt;PRE&gt;$vim /etc/hosts
&amp;lt;ip_address&amp;gt; &amp;lt;fully.qualified.domain.name&amp;gt; &amp;lt;alias_name&amp;gt;
&lt;/PRE&gt;&lt;P&gt;3. Use the "hostname" command to set the hostname on each host in your cluster.&lt;/P&gt;&lt;PRE&gt;$hostname  &amp;lt;fully.qualified.domain.name&amp;gt;
&lt;/PRE&gt;&lt;P&gt;4. $vim /etc/sysconfig/network&lt;/P&gt;&lt;PRE&gt;NETWORKING=yes
HOSTNAME=&amp;lt;fully.qualified.domain.name&amp;gt;
&lt;/PRE&gt;&lt;P&gt;5. Verification&lt;/P&gt;&lt;PRE&gt;$hostname –f
&amp;lt;FQDN&amp;gt;
$hostname –i
&amp;lt;HOST_IP&amp;gt;
&lt;/PRE&gt;&lt;P&gt;6. Configuring iptables&lt;/P&gt;&lt;PRE&gt;$service firewalld stop or   $systemclt disable firewalld.service
$service firewalld status
&lt;/PRE&gt;&lt;P&gt;If you want to pre-install the Agents, you can perform a manual agent setup. This involves two steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Configuring the Ambari Repo &lt;/LI&gt;&lt;LI&gt;Install Ambari Agents&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;1. Configuring Ambari Repo&lt;/P&gt;&lt;PRE&gt;Log in to your host as root 
Add ambari.repo file to /etc/yum.repos.d/
&lt;/PRE&gt;&lt;P&gt;2. Confirm that the repository is configured by checking the repolist&lt;/P&gt;&lt;PRE&gt;$yum repolist&lt;/PRE&gt;&lt;P&gt;3. Install Ambari agent&lt;/P&gt;&lt;PRE&gt;$yum install ambari-agent&lt;/PRE&gt;&lt;P&gt;4. Configure the Ambari Agent by editing the ambari-agent.ini file as shown in the following example&lt;/P&gt;&lt;PRE&gt;$vim /etc/ambari-agent/conf/ambari-agent.ini

[server]
  hostname=&amp;lt;your.ambari.server.hostname&amp;gt;
  url_port=8440
  secured_url_port=8441
&lt;/PRE&gt;&lt;P&gt;5. Start agent on all host&lt;/P&gt;&lt;PRE&gt;$ambari-agent start&lt;/PRE&gt;&lt;P&gt;6. Go to Ambari UI -&amp;gt; Install options -&amp;gt; select Perform manual registration -&amp;gt; Next&lt;/P&gt;&lt;P&gt;Hope this helps. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:36:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237822#M85216</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-11-27T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237823#M85217</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087" target="_blank"&gt;@Sampath Kumar&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I have followed all the steps stated above already for the installation but still while registering I am getting error.&lt;/P&gt;&lt;P&gt;devdp30.eng.ssn - is the hostname I have given and changed in all the required places.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="94395-screenshot-115.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14180i727D304E3BA31DDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="94395-screenshot-115.png" alt="94395-screenshot-115.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 23:08:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237823#M85217</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2019-08-17T23:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237824#M85218</link>
      <description>&lt;P&gt;The output of the command is attached: 8433 as i changed the url port to 8433,it is still not reachable&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="94397-screenshot-116.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14179i091D1B8485C37BEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="94397-screenshot-116.png" alt="94397-screenshot-116.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 23:08:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237824#M85218</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2019-08-17T23:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237825#M85219</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/18735/asnaik.html" nodeid="18735"&gt;@Akhil S Naik&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got the following result after running the command:&lt;/P&gt;&lt;P&gt;WARNING 2018-11-27 13:42:59,507 NetUtil.py:124 - Server at &lt;A href="https://devdp30.eng.s" target="_blank"&gt;https://devdp30.eng.s&lt;/A&gt;                                                                             sn:8440 is not reachable, sleeping for 10 seconds...
INFO 2018-11-27 13:43:09,507 NetUtil.py:70 - Connecting to &lt;A href="https://devdp30.eng.ssn:8440/ca" target="_blank"&gt;https://devdp30.eng.ssn:8440/ca&lt;/A&gt;
ERROR 2018-11-27 13:43:09,509 NetUtil.py:96 - EOF occurred in violation of protocol (_ssl.c:618)
ERROR 2018-11-27 13:43:09,509 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: &lt;A href="https://bugzilla.redhat.com/show_bug.cgi?id=1022468" target="_blank"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=1022468&lt;/A&gt; for more details.
WARNING 2018-11-27 13:43:09,509 NetUtil.py:124 - Server at &lt;A href="https://devdp30.eng.ssn:8440" target="_blank"&gt;https://devdp30.eng.ssn:8440&lt;/A&gt; is not reachable, sleeping for 10 seconds...
INFO 2018-11-27 13:43:19,510 main.py:439 - Connecting to Ambari server at &lt;A href="https://devdp30.eng.ssn:8440" target="_blank"&gt;https://devdp30.eng.ssn:8440&lt;/A&gt; (172.23.222.59)
INFO 2018-11-27 13:43:19,510 NetUtil.py:70 - Connecting to &lt;A href="https://devdp30.eng.ssn:8440/ca" target="_blank"&gt;https://devdp30.eng.ssn:8440/ca&lt;/A&gt;
ERROR 2018-11-27 13:43:19,511 NetUtil.py:96 - EOF occurred in violation of protocol (_ssl.c:618)
ERROR 2018-11-27 13:43:19,511 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: &lt;A href="https://bugzilla.redhat.com/show_bug.cgi?id=1022468" target="_blank"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=1022468&lt;/A&gt; for more details.
WARNING 2018-11-27 13:43:19,511 NetUtil.py:124 - Server at &lt;A href="https://devdp30.eng.ssn:8440" target="_blank"&gt;https://devdp30.eng.ssn:8440&lt;/A&gt; is not reachable, sleeping for 10 seconds...
INFO 2018-11-27 13:43:29,512 NetUtil.py:70 - Connecting to &lt;A href="https://devdp30.eng.ssn:8440/ca" target="_blank"&gt;https://devdp30.eng.ssn:8440/ca&lt;/A&gt;
ERROR 2018-11-27 13:43:29,513 NetUtil.py:96 - EOF occurred in violation of protocol (_ssl.c:618)
ERROR 2018-11-27 13:43:29,513 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: &lt;A href="https://bugzilla.redhat.com/show_bug.cgi?id=1022468" target="_blank"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=1022468&lt;/A&gt; for more details.
WARNING 2018-11-27 13:43:29,514 NetUtil.py:124 - Server at &lt;A href="https://devdp30.eng.ssn:8440" target="_blank"&gt;https://devdp30.eng.ssn:8440&lt;/A&gt; is not reachable, sleeping for 10 seconds...&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 22:56:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237825#M85219</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2018-11-27T22:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237826#M85220</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It looks like your ambari-agent is running but its nota ble to contact the Ambari-server to TLS issue.&lt;/P&gt;&lt;P&gt;Can you carefully read this article and see if it helps you ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/188269/javapython-updates-and-ambari-agent-tls-settings.html" target="_blank"&gt;https://community.hortonworks.com/articles/188269/javapython-updates-and-ambari-agent-tls-settings.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;additionaly try disable Cert verification in python refering to  :https://access.redhat.com/articles/2039753#controlling-certificate-verification-7&lt;/P&gt;&lt;PRE&gt;sed -i 's/verify=platform_default/verify=disable/'/etc/python/cert-verification.cfg&lt;/PRE&gt;&lt;P&gt;Please accept this answer if it helps you&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 23:15:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237826#M85220</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2018-11-27T23:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237827#M85221</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt; were you able to resolve the issue with the abouve blog ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:16:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237827#M85221</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2018-11-28T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237828#M85222</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/97217/shraddhasingh683.html" nodeid="97217"&gt;@Shraddha Singh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I encountered same issue during the ambari-agent registration.&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;PRE&gt;Ambari-agent registration failed with ambari-server due to below issue
EOF occurred in violation of protocol (_ssl.c:618)
ERROR 2018-11-27 13:43:19,511 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions
&lt;/PRE&gt;&lt;P&gt;Resolution:&lt;/P&gt;&lt;PRE&gt;vi /etc/ambari-agent/conf/ambari-agent.ini
force_https_protocol=PROTOCOL_TLSv1_2

vi /etc/python/cert-verification.cfg 
[https] 
verify=disable
&lt;/PRE&gt;&lt;P&gt;Hope this helps!!!. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 19:35:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237828#M85222</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-11-28T19:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to register the host. Error: registration with the server failed. It is a single node where ambari-server and agent is installed on the same host.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237829#M85223</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/18735/asnaik.html" nodeid="18735"&gt;@Akhil S Naik&lt;/A&gt;, the issue was resolved using the above method.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:44:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-not-able-to-register-the-host-Error-registration-with/m-p/237829#M85223</guid>
      <dc:creator>shraddhasingh68</dc:creator>
      <dc:date>2018-12-04T14:44:34Z</dc:date>
    </item>
  </channel>
</rss>

