<?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 Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226102#M187963</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15262-capture.png" style="width: 913px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15374i19F9DB446EEA3172/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15262-capture.png" alt="15262-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Creating target
directory...&lt;/P&gt;&lt;P&gt;
==========================



Command start time 2017-05-09 15:50:41



Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).

SSH command execution finished

host=ambari.sierra.com, exitcode=255

Command end time 2017-05-09 15:50:41



ERROR: Bootstrap of host ambari.sierra.com fails because previous action
finished with non-zero exit code (255)

ERROR MESSAGE: Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).



STDOUT: 

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 01:29:17 GMT</pubDate>
    <dc:creator>saravanagopal88</dc:creator>
    <dc:date>2019-08-18T01:29:17Z</dc:date>
    <item>
      <title>Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226102#M187963</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15262-capture.png" style="width: 913px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15374i19F9DB446EEA3172/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15262-capture.png" alt="15262-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Creating target
directory...&lt;/P&gt;&lt;P&gt;
==========================



Command start time 2017-05-09 15:50:41



Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).

SSH command execution finished

host=ambari.sierra.com, exitcode=255

Command end time 2017-05-09 15:50:41



ERROR: Bootstrap of host ambari.sierra.com fails because previous action
finished with non-zero exit code (255)

ERROR MESSAGE: Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).



STDOUT: 

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 01:29:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226102#M187963</guid>
      <dc:creator>saravanagopal88</dc:creator>
      <dc:date>2019-08-18T01:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226103#M187964</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16804/saravanagopal88.html" nodeid="16804"&gt;@saravanan gopalsamy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Few things to check on the problematic host:&lt;/P&gt;&lt;P&gt;1. Are you able to do password less ssh to the localhost?  Or the host where the agent installation is failing?&lt;/P&gt;&lt;PRE&gt;  ssh root@ambari.sierra.com
  ssh root@localhost&lt;/PRE&gt;&lt;P&gt;
2. Check the permission of the ssk keys on the mentioned host.Should be 600 for authorized keys:&lt;/P&gt;&lt;PRE&gt;# ls -l ~/.ssh/
total 16
-rw-------. 1 root root  412 Aug 18  2016 authorized_keys
-rw-------. 1 root root 1675 Feb 13 04:01 id_rsa
-rw-r--r--. 1 root root  404 Feb 13 04:01 id_rsa.pub
-rw-r--r--. 1 root root  826 Feb 13 04:01 known_hosts

[root@erie1 ambari-server]# ls -l ~/.ssh/authorized_keys 
-rw-------. 1 root root 412 Aug 18  2016 /root/.ssh/authorized_keys&lt;/PRE&gt;&lt;P&gt;3. Verify that there is no ambari agent RPM is not already installed on the mentioned host &lt;/P&gt;&lt;PRE&gt;rpm -qa | grep ambari&lt;/PRE&gt;&lt;P&gt;
If nothing works then at the end try creating the SSK keys again on the "ambari.sierra.com" again &lt;/P&gt;&lt;P&gt;
OR&lt;/P&gt;&lt;P&gt;
try installing ambari agent on that problematic host manually. &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.5.0.3/bk_ambari-administration/content/ch_amb_ref_installing_ambari_agents_manually.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.5.0.3/bk_ambari-administration/content/ch_amb_ref_installing_ambari_agents_manually.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.
  &lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 15:24:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226103#M187964</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-10T15:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226104#M187965</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have nothing to add. I just wanted to know why ambari-agent should not be installed on that host? Point 3 in your post.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:16:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226104#M187965</guid>
      <dc:creator>frank93</dc:creator>
      <dc:date>2017-05-10T16:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226105#M187966</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3241/frank93.html" nodeid="3241"&gt;@Edgar Daeds
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari Agent can be installed on that node as well without any issue.&lt;/P&gt;&lt;P&gt;What i mean to say there is that "We need to check that &lt;STRONG&gt;no other version&lt;/STRONG&gt; of "ambari-agent"  RPM is installed on that host.
&lt;A rel="user" href="https://community.cloudera.com/users/3241/frank93.html" nodeid="3241"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:36:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226105#M187966</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-10T16:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226106#M187967</link>
      <description>&lt;P&gt;Och ok, thank you for explanation.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:41:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226106#M187967</guid>
      <dc:creator>frank93</dc:creator>
      <dc:date>2017-05-10T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226107#M187968</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;, Thank you for the explanation.It worked&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 13:46:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226107#M187968</guid>
      <dc:creator>saravanagopal88</dc:creator>
      <dc:date>2017-05-11T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing HDP 2.4.2 using ambari. Verification of amabri node fails but the remaining nodes are verified?Please help me with this</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226108#M187969</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16804/saravanagopal88.html" nodeid="16804"&gt;@saravanan gopalsamy
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Great to know that your issue is resolved. It will be wonderful if you can click on the "Accept" button on this thread to mark this comment as answered, that helps community users to quickly find out the correct answer.
&lt;A rel="user" href="https://community.cloudera.com/users/16804/saravanagopal88.html" nodeid="16804"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:22:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-while-installing-HDP-2-4-2-using-ambari-Verification/m-p/226108#M187969</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-11T14:22:21Z</dc:date>
    </item>
  </channel>
</rss>

