<?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 Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210490#M172432</link>
    <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/24391-ambari-server.zip"&gt;ambari-server.zip&lt;/A&gt;Hi,&lt;/P&gt;&lt;P&gt;I am installing Ambari 2.5.1 on a PC with Ubuntu 16.04 (&lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt; virtualbox/ vagrant). Once installed however, I can't login to ambari server using admin/admin. The signin page displays this error: &lt;/P&gt;&lt;PRE&gt;Unable to connect to Ambari Server. Confirm Ambari Server is running and you can reach Ambari Server from this machine.&lt;/PRE&gt;&lt;P&gt;I've verified that postgresql and ambari-server are running fine. &lt;/P&gt;&lt;P&gt;My ambari server log is attached herewith. &lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Radha.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 00:01:36 GMT</pubDate>
    <dc:creator>srimanthula_rad</dc:creator>
    <dc:date>2017-08-03T00:01:36Z</dc:date>
    <item>
      <title>Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210490#M172432</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/24391-ambari-server.zip"&gt;ambari-server.zip&lt;/A&gt;Hi,&lt;/P&gt;&lt;P&gt;I am installing Ambari 2.5.1 on a PC with Ubuntu 16.04 (&lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt; virtualbox/ vagrant). Once installed however, I can't login to ambari server using admin/admin. The signin page displays this error: &lt;/P&gt;&lt;PRE&gt;Unable to connect to Ambari Server. Confirm Ambari Server is running and you can reach Ambari Server from this machine.&lt;/PRE&gt;&lt;P&gt;I've verified that postgresql and ambari-server are running fine. &lt;/P&gt;&lt;P&gt;My ambari server log is attached herewith. &lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Radha.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 00:01:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210490#M172432</guid>
      <dc:creator>srimanthula_rad</dc:creator>
      <dc:date>2017-08-03T00:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210491#M172433</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/27161/srimanthularadhakrishna.html" nodeid="27161"&gt;@Radha Krishna Srimanthula&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From your ambari server log we see that some time back you got postgresql related errors, Bit on the recent logs those errors are gone.&lt;/P&gt;&lt;P&gt;Can you please check the following:&lt;/P&gt;&lt;P&gt;1.  From the machine where you are trying to login to ambari UI are you able to access the ambari port 8080 as following?  If not then check if the "iptables" (firewall) is disabled on ambari server to allow port 8080 access.&lt;/P&gt;&lt;PRE&gt;# telnet  $AMBARI_HOSTNAME  $AMBARI_UI_PORT
# telnet  ambari.example.com  8080

#### Try accessing ambari using API call to see if it works (to validate access)
# curl -iv -u admin:admin -H "X-Requested-By: ambari" -X GET  &lt;A href="http://$AMBARI_HOSTNAME:8080/api/v1/clusters" target="_blank"&gt;http://$AMBARI_HOSTNAME:8080/api/v1/clusters&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;2. Have you recently changed ambari password?  Or is it using some LDAP credentials?&lt;/P&gt;&lt;BR /&gt;3. Please try to reset ambari admin password to password as  "admin" for the username "admin" by running the following query in the Ambari Database:
&lt;PRE&gt;# psql -U ambari ambari
Password for user ambari:  bigdata
psql (9.2.18)
Type "help" for help.

ambari=&amp;gt;  update ambari.users set user_password='538916f8943ec225d97a9a86a2c6ec0818c1cd400e09e03b660fdaaec4af29ddbb6f2b1033b81b00' where user_name='admin';&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Then restart ambari server and then try to login as username : "admin" and password : "admin"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 00:07:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210491#M172433</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-08-03T00:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210492#M172434</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;P&gt;Resetting ambari admin password worked - thanks a ton! &lt;/P&gt;&lt;P&gt;This got me going!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:25:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210492#M172434</guid>
      <dc:creator>srimanthula_rad</dc:creator>
      <dc:date>2017-08-03T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210493#M172435</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/27161/srimanthularadhakrishna.html" nodeid="27161"&gt;@Radha Krishna Srimanthula&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If your current issue is resolved then please mark this threads as "Accepted" (Answered) that way it will be useful for other users as well to quickly browse the solution.&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/27161/srimanthularadhakrishna.html" nodeid="27161"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:36:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210493#M172435</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-08-03T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 16.04 - Ambari 2.5.1 - Can't login to ambari with admin/ admin after install</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210494#M172436</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;Seeing this weird behavior:&lt;/P&gt;&lt;P&gt;Once I reset the admin password, I am able to login and setup a cluster using the ambari frontend, from a Linux machine. From my windows machines, however, I still see the same error as I reported. &lt;/P&gt;&lt;P&gt;I've tried clearing up history, tried different browsers - but am not able to login.&lt;/P&gt;&lt;P&gt;Any idea what could the reason be?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:55:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ubuntu-16-04-Ambari-2-5-1-Can-t-login-to-ambari-with-admin/m-p/210494#M172436</guid>
      <dc:creator>srimanthula_rad</dc:creator>
      <dc:date>2017-08-04T00:55:04Z</dc:date>
    </item>
  </channel>
</rss>

