<?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: reinstall ambari or add existing HDP cluster in the new ambari in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193983#M156043</link>
    <description>&lt;P&gt;Thank you very much for reply such a great answers&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2018 16:02:11 GMT</pubDate>
    <dc:creator>shota</dc:creator>
    <dc:date>2018-03-16T16:02:11Z</dc:date>
    <item>
      <title>reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193979#M156039</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have a question if I it is possible install new ambari server and then add existing working HDP 2.6 cluster in it, in case if existing ambari is damaged or completely lost? &lt;/P&gt;&lt;P&gt;If it is possible then will it change or reset HDP services existing configurations? &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:34:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193979#M156039</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2018-03-16T15:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193980#M156040</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17146/shota.html" nodeid="17146"&gt;@Shota Akhalaia&lt;/A&gt;, You can re-install/recover the ambari for a existing cluster only if you have the backup of ambari database. Otherwise there is no easy way to point existing cluster to existing HDP cluster. The only option is to install a fresh ambari along with fresh HDP.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:37:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193980#M156040</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-03-16T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193981#M156041</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17146/shota.html" nodeid="17146"&gt;@Shota Akhalaia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you have Ambari DB dump then you can install ambari to any new host or on the same host once again.&lt;/P&gt;&lt;P&gt;The DB dump contains all the HDP configs and cluster details.&lt;/P&gt;&lt;P&gt;0. Stop all ambari-agents on all hosts.&lt;/P&gt;&lt;P&gt;1. You need to import the DB dump to the DB.&lt;/P&gt;&lt;P&gt;2. Install ambari-server any existing (or new) host.&lt;/P&gt;&lt;P&gt;3. Run the ambari server setup and then point to the same Database where you imported the DB.&lt;/P&gt;&lt;PRE&gt;# ambari-server setup
Choose Existing database while setting up the DB part and point to your DB instance&lt;/PRE&gt;&lt;P&gt;4. Now edit all the ambari-agent hosts edit the file "/etc/ambari-agent/conf/ambari-agent.ini" and then point it to new ambari server host.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# grep 'hostname' /etc/ambari-agent/conf/ambari-agent.ini
hostname = amb25101.example.com&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;5. Start the ambari Server &lt;/P&gt;&lt;PRE&gt;# ambari-server start&lt;/PRE&gt;&lt;P&gt;6. Start ambari Agents on all hosts.&lt;/P&gt;&lt;PRE&gt;# ambari-agent start&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:43:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193981#M156041</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-03-16T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193982#M156042</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17146/shota.html" nodeid="17146"&gt;@Shota Akhalaia&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If there was no Ambari Server installed already or if the Ambari DB is lost (corrupted / no backups) then Ambari Takeover is a process which can be used. But it completely depends on which kind of components you have installed and  it is usually a tough process to setup Ambari over an existing HDP cluster.&lt;/P&gt;&lt;P&gt;But it can be achieved. Similar threads you can find here: &lt;A href="https://community.hortonworks.com/questions/34197/can-ambari-manage-an-exists-hadoop-cluster-an-upda.html" target="_blank"&gt;https://community.hortonworks.com/questions/34197/can-ambari-manage-an-exists-hadoop-cluster-an-upda.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/96817/monitoring-non-ambari-cluster-health-and-status.html" target="_blank"&gt;https://community.hortonworks.com/questions/96817/monitoring-non-ambari-cluster-health-and-status.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17146/shota.html" nodeid="17146"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:46:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193982#M156042</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-03-16T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193983#M156043</link>
      <description>&lt;P&gt;Thank you very much for reply such a great answers&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:02:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193983#M156043</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2018-03-16T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: reinstall ambari or add existing HDP cluster in the new ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193984#M156044</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have same problem  like  @Shota Akhalaia  in AWS ambari-server instance, Please suggest us how to avoid this in future and what are preventive measures should takeoff to avoid disaster.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tayyab&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:47:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/reinstall-ambari-or-add-existing-HDP-cluster-in-the-new/m-p/193984#M156044</guid>
      <dc:creator>tayyab_fayyaz</dc:creator>
      <dc:date>2019-04-25T16:47:16Z</dc:date>
    </item>
  </channel>
</rss>

