<?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: Problem during Ambari Confirm Hosts in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154432#M116888</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I followed the steps to the dot!&lt;/P&gt;&lt;P&gt;I still cannot ssh without password.&lt;/P&gt;&lt;P&gt;I copy the id_rsa.pub file to the /root/.ssh of the target host:

scp /root/.ssh/id_rsa.pub root@IP:/root/.ssh&lt;/P&gt;&lt;P&gt;then on target host:&lt;/P&gt;&lt;P&gt;cat id_rsa.pub&amp;gt;&amp;gt;authorized_keys&lt;/P&gt;&lt;P&gt;Still cannot ssh from my main server, please help!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 20:07:50 GMT</pubDate>
    <dc:creator>saifullahsajjad</dc:creator>
    <dc:date>2016-08-25T20:07:50Z</dc:date>
    <item>
      <title>Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154409#M116865</link>
      <description>&lt;P&gt;I am trying to add two more hosts to my existing cluster (only has one right now) but I am running into errors during the Ambari step - Confirm Hosts.  The error message is shown below.   It says it failed because it finished with a non zero exit code. What does this mean and how can I fix it?  I have followed the steps to configure passwordless ssh but I may have done something incorrectly.  I have replace the host name with a bunch of x's.&lt;/P&gt;&lt;PRE&gt;==========================
Creating target directory...
==========================


Command start time 2016-02-23 10:45:50


Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
SSH command execution finished
host=xxxxxxxxxxxxxxxxxxxxx, exitcode=255
Command end time 2016-02-23 10:45:51


ERROR: Bootstrap of host xxxxxxxxxxxxxxxxxxxx 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;/PRE&gt;</description>
      <pubDate>Tue, 23 Feb 2016 23:51:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154409#M116865</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-23T23:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154410#M116866</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;
&lt;/P&gt;&lt;P&gt; make sure permissions on the public key are set as per the documentation. You can also manually install the ambari agent. Copy the ambari.repo file from a working machine to this machine and put in /etc/yum.repos.d/&lt;/P&gt;&lt;P&gt;double check that server is set to ambari server in /etc/ambari-agent/ambari-agent.ini&lt;/P&gt;&lt;P&gt;then ambari-agent start and try your registration process again.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_reference_guide/content/ch_amb_ref_installing_ambari_agents_manually.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_reference_guide/content/ch_amb_ref_installing_ambari_agents_manually.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 23:55:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154410#M116866</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-23T23:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154411#M116867</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;&lt;P&gt;This is related to your ssh keys&lt;/P&gt;&lt;P&gt;Make sure that you test this &lt;/P&gt;&lt;P&gt;ssh localhost&lt;/P&gt;&lt;P&gt;if it asks for password then&lt;/P&gt;&lt;P&gt;cd ~/.ssh&lt;/P&gt;&lt;P&gt;cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys&lt;/P&gt;&lt;P&gt;ssh localhost&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 23:58:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154411#M116867</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-23T23:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154412#M116868</link>
      <description>&lt;P&gt;This can save you lot of time &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_set_up_password-less_ssh.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_set_up_password-less_ssh.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can set up the ssh keys between ambari server and new nodes&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;You can use this in case you dont want to setup ssh keys &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_reference_guide/content/_install_the_ambari_agents_manually.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_reference_guide/content/_install_the_ambari_agents_manually.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its for 2.1.0 and same for 2.2.0&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 00:00:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154412#M116868</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T00:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154413#M116869</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/2631/markathorson.html"&gt;@Mark Thorson&lt;/A&gt;&lt;/P&gt;&lt;P&gt; On the Ambari server  as root&lt;/P&gt;&lt;P&gt;cd ./ssh&lt;/P&gt;&lt;P&gt;cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys&lt;/P&gt;&lt;P&gt;then copy the authorized_keys to the  .ssh/ directory on 2 remote hosts you want to add to your cluster.&lt;/P&gt;&lt;P&gt;Validate from the Ambari server that the password less setup is working  on the first attempt it will ask for the password thats normal buy subsequently it shouldn't ask for the ambari root password .&lt;/P&gt;&lt;P&gt;Apart from that the are a couple of checks on the client to add to the cluster eg Firewall,NTP ;SeLinux etc  check this doc attached&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 00:35:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154413#M116869</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-02-24T00:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154414#M116870</link>
      <description>&lt;P&gt;I noticed I hadn't set up passwordless ssh between the two I am setting up and that helped but now there's another error. The servers I have are not configured for DNS (will be soon) and are only accessible via IP address.  Would this be a factor during setup?  &lt;/P&gt;&lt;P&gt;Below xxxxxx(#) represents the FQDN and the specific server its referencing in parentheses&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2361-hadoop-support-mysql-3.jpg" style="width: 755px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20990i56651A81F9380057/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2361-hadoop-support-mysql-3.jpg" alt="2361-hadoop-support-mysql-3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:32:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154414#M116870</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2019-08-18T12:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154415#M116871</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;  Yes, please do not use IP for the host config. You can levergae /etc/hosts but I suggest to wait for the DNS&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 00:58:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154415#M116871</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T00:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154416#M116872</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;  How did it go? &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 09:27:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154416#M116872</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154417#M116873</link>
      <description>&lt;P&gt;Still waiting on the DNS to be set up. I will update once work has been completed and I try adding the nodes.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 09:31:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154417#M116873</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154418#M116874</link>
      <description>&lt;P style="margin-left: 40px;"&gt;DNS has been configured but I still got an error message.  One of the nodes I got the initial error I posted and the other I got the second error.  What do you mean by leverage the /etc/hosts? &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:13:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154418#M116874</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154419#M116875</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;&lt;P&gt;Make sure that you modify the ambari.ini for agents to point to correct ambari server. &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_reference_guide/content/_install_the_ambari_agents_manually.html"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/etc/ambari-agent/conf/ambari-agent.ini  has ambari server address &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:19:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154419#M116875</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154420#M116876</link>
      <description>&lt;P style="margin-left: 40px;"&gt;Alright sounds good.  Just to confirm the hostname I should enter would be the server Ambari is running on?  Also would the hostname be the FQDN or the DNS name of the server? &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:26:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154420#M116876</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154421#M116877</link>
      <description>&lt;P&gt;look at this &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.0/bk_Installing_HDP_AMB/content/_edit_the_host_file.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.0/bk_Installing_HDP_AMB/content/_edit_the_host_file.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:37:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154421#M116877</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-24T21:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154422#M116878</link>
      <description>&lt;P&gt;I had success during the "confirm hosts" stage for one of the servers.  During the install I received the attached error message stating it requires fuse but I am unsure what this is.  &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2390-ambari-install-error.txt"&gt;ambari-install-error.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:49:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154422#M116878</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T21:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154423#M116879</link>
      <description>&lt;P&gt;I have seen that file before and just double checked to ensure all the servers are in the list.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 22:14:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154423#M116879</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154424#M116880</link>
      <description>&lt;P&gt;I retried the install and the error message did not appear this time.  I was able to set up one of the two new servers with a couple warnings.  &lt;/P&gt;&lt;P&gt;I tried to manually install the other server the same way but am getting a blank error message just stating the registration failed.  When I look at the repolist something doesn't seem right here.  It doesn't look like the table shown in the reference guide. &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2394-hadoop-support-ambari.jpg"&gt;hadoop-support-ambari.jpg&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Registering with the server...
Registration with the server failed.&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:28:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154424#M116880</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2016-02-24T23:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154425#M116881</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt; Let me confirm&lt;/P&gt;&lt;P&gt;1) You are installing ambari server in one of the nodes&lt;/P&gt;&lt;P&gt;2) You are manually installing agent in all the nodes &lt;/P&gt;&lt;P&gt;I won't worry about table yet. &lt;/P&gt;&lt;P&gt;You should go ahead and do the install&lt;/P&gt;&lt;P&gt;yum install ambari-server&lt;/P&gt;&lt;P&gt;and yum install ambari-agent   --&amp;gt; in all nodes&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:55:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154425#M116881</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T23:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154426#M116882</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140" target="_blank"&gt;@Neeraj Sabharwal&lt;/A&gt;  Yeah that is correct.  I have installed Ambari Server on 1 node and Ambari Agent on all 3.  The image below is the 3rd server.  When I attempt to perform manual registration for this server I get an error message saying the code below.  &lt;/P&gt;&lt;PRE&gt;Registering with the server...
Registration with the server failed.
&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2397-hadoop-support-ambari-yum-install.jpg" style="width: 634px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20989i7E01B4DE54993547/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2397-hadoop-support-ambari-yum-install.jpg" alt="2397-hadoop-support-ambari-yum-install.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:32:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154426#M116882</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2019-08-18T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154427#M116883</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2631/markathorson.html" nodeid="2631"&gt;@Mark Thorson&lt;/A&gt;  Good news!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  We have agent there already&lt;/P&gt;&lt;P&gt;modify ini file and add ambar server address then ambari-server start&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 00:42:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154427#M116883</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-25T00:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem during Ambari Confirm Hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154428#M116884</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140" target="_blank"&gt;@Neeraj Sabharwal&lt;/A&gt; To confirm you mean the ini file on the machine running Ambari Server?  I previously had the 3 servers listed in the ini file.  Does Ambari Server require a restart after they have been added?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2399-hadoop-support-ambari-ini.jpg" style="width: 630px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20988i11C761723A932A9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2399-hadoop-support-ambari-ini.jpg" alt="2399-hadoop-support-ambari-ini.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:32:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-during-Ambari-Confirm-Hosts/m-p/154428#M116884</guid>
      <dc:creator>marka_thorson</dc:creator>
      <dc:date>2019-08-18T12:32:04Z</dc:date>
    </item>
  </channel>
</rss>

