<?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: ambari-server start error,ambari-server start error. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113030#M42734</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1897/ashneesharma88.html" nodeid="1897"&gt;@Ashnee Sharma&lt;/A&gt; Thank You for the reply.&lt;/P&gt;&lt;P&gt;This way I fixed the hostname.&lt;/P&gt;&lt;P&gt;As user “root”&lt;/P&gt;&lt;P&gt;“vi /etc/sysconfig/network”, change HOSTNAME value to the new hostname&lt;/P&gt;&lt;P&gt;“hostname NEW_HOST_NAME” to change it for the current sessions&lt;/P&gt;&lt;P&gt;“vi /etc/hosts”, change the old value to point to the new hostname&lt;/P&gt;&lt;P&gt;“service network restart” to restart the networking service and apply all the new changes.&lt;/P&gt;&lt;P&gt;and the error got resolved.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2016 00:46:12 GMT</pubDate>
    <dc:creator>ankush_suguredd</dc:creator>
    <dc:date>2016-10-06T00:46:12Z</dc:date>
    <item>
      <title>ambari-server start error,ambari-server start error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113026#M42730</link>
      <description>&lt;P&gt;Hi am trying to setup a cluster on a new vm.&lt;/P&gt;&lt;P&gt;am getting this error. could someone help me in fixing the error.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8247-ambari-server-start-error.png" style="width: 1344px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23187iDF788847142DBF5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8247-ambari-server-start-error.png" alt="8247-ambari-server-start-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;,&lt;P&gt;am getting the following error. This is a fresh install.&lt;/P&gt;&lt;P&gt;could someone help me in fixing the issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8246-ambari-server-start-error.png" style="width: 1344px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23188i5FD3A0DCBA299F0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8246-ambari-server-start-error.png" alt="8246-ambari-server-start-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:11:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113026#M42730</guid>
      <dc:creator>ankush_suguredd</dc:creator>
      <dc:date>2019-08-19T11:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: ambari-server start error,ambari-server start error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113027#M42731</link>
      <description>&lt;P&gt;Looks like your Postgres Database setup was not done correctly.    Actually ambari does that for the embedded Postgres on your behalf.   So i will suggest try doing the following things:&lt;/P&gt;&lt;P&gt;1. Make sure that the "hostname -f"   is returning a proper hostname in your machine.&lt;/P&gt;&lt;P&gt;2. ambari-server reset&lt;/P&gt;&lt;P&gt;3. ambari-server setup&lt;/P&gt;&lt;P&gt;Or as last option try re-instaling ambari&lt;/P&gt;&lt;P&gt;3. yum remove ambari-server&lt;/P&gt;&lt;P&gt;4. yum install ambari-server&lt;/P&gt;&lt;P&gt;5. ambari-server setup&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:20:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113027#M42731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-05T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: ambari-server start error,ambari-server start error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113028#M42732</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/3823/joysensharma.html" nodeid="3823"&gt;@jk&lt;/A&gt; Thanks for the reply.&lt;/P&gt;&lt;P&gt;for the first command am getting the following output.&lt;/P&gt;&lt;P&gt;[root@ankushHorton ~]# hostname -f &lt;/P&gt;&lt;P&gt;hostname: Unknown host&lt;/P&gt;&lt;P&gt;I don't know if that looks good.&lt;/P&gt;&lt;P&gt;I did followed the step by step process.&lt;/P&gt;&lt;P&gt;And from step:2 on wards I did them couple of times.&lt;/P&gt;&lt;P&gt;2. ambari-server reset&lt;/P&gt;&lt;P&gt;3. ambari-server setup&lt;/P&gt;&lt;P&gt;Or as last option try re-instaling ambari&lt;/P&gt;&lt;P&gt;3. yum remove ambari-server&lt;/P&gt;&lt;P&gt;4. yum install ambari-server&lt;/P&gt;&lt;P&gt;5. ambari-server setup&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 22:52:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113028#M42732</guid>
      <dc:creator>ankush_suguredd</dc:creator>
      <dc:date>2016-10-05T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: ambari-server start error,ambari-server start error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113029#M42733</link>
      <description>&lt;P&gt;@ankush reddy sugureddy&lt;/P&gt;&lt;P&gt;You have to do the entry of you hostname as fully qualified domain in /etc/hosts file&lt;/P&gt;&lt;P&gt;i.e.:- vi /etc/hosts  &lt;/P&gt;&lt;P&gt;10.xxxx.xxx.xxx  test.xyz.com&lt;/P&gt;&lt;P&gt;then the output will be of hostname -f is test.xyz.com and then reset the server with ambari-server reset command and try again.&lt;/P&gt;&lt;P&gt;Steps to setup cluster:-&lt;/P&gt;&lt;P&gt;There are some pre-requisites required for hadoop that we need to take care of before we set up the cluster. We will do them one by one now.&lt;/P&gt;&lt;P&gt;Install ntp and sync the time.&lt;/P&gt;&lt;P&gt;1) Setup password-less ssh from master to slaves.&lt;/P&gt;&lt;P&gt;2) Update /etc/hosts file&lt;/P&gt;&lt;P&gt;3) Update it on each node to contain entries for all hosts in the cluster.&lt;/P&gt;&lt;P&gt;4) install Java&lt;/P&gt;&lt;P&gt;5) disable seliux and iptable&lt;/P&gt;&lt;P&gt;6)Download amabari repo&lt;/P&gt;&lt;P&gt;wget -nv &lt;A href="http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.1.0/ambari.repo"&gt;http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.1.0/ambari.repo&lt;/A&gt; -O /etc/yum.repos.d/ambari.repo&lt;/P&gt;&lt;P&gt;7) install amabari&lt;/P&gt;&lt;P&gt;yum install ambari-server&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; run command to setup amabari&lt;/P&gt;&lt;P&gt;ambari-server setup and press enter for all question&lt;/P&gt;&lt;P&gt;9) Now start the ambari server&lt;/P&gt;&lt;P&gt;ambari-server start&lt;/P&gt;&lt;P&gt;10) Once service is started successfully then check UI at &amp;lt;ambari IP&amp;gt;:8080&lt;/P&gt;&lt;P&gt;11) You will see UI. Default login credentials are admin:admin (username:password)&lt;/P&gt;&lt;P&gt;For the next steps follow the link:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/content/_launching_the_ambari_install_wizard.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/content/_launching_the_ambari_install_wizard.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 23:19:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113029#M42733</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-10-05T23:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: ambari-server start error,ambari-server start error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113030#M42734</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1897/ashneesharma88.html" nodeid="1897"&gt;@Ashnee Sharma&lt;/A&gt; Thank You for the reply.&lt;/P&gt;&lt;P&gt;This way I fixed the hostname.&lt;/P&gt;&lt;P&gt;As user “root”&lt;/P&gt;&lt;P&gt;“vi /etc/sysconfig/network”, change HOSTNAME value to the new hostname&lt;/P&gt;&lt;P&gt;“hostname NEW_HOST_NAME” to change it for the current sessions&lt;/P&gt;&lt;P&gt;“vi /etc/hosts”, change the old value to point to the new hostname&lt;/P&gt;&lt;P&gt;“service network restart” to restart the networking service and apply all the new changes.&lt;/P&gt;&lt;P&gt;and the error got resolved.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 00:46:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-server-start-error-ambari-server-start-error/m-p/113030#M42734</guid>
      <dc:creator>ankush_suguredd</dc:creator>
      <dc:date>2016-10-06T00:46:12Z</dc:date>
    </item>
  </channel>
</rss>

