<?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: unable to log on to ambari in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106879#M69755</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;At the outset, thanks for helping me . I have tried all the options you mentioned but none of them is working. However , I just went through the prerequisite and it is mentioned that we should have at least 8GB RAM if one want to access Ambari. I have total 4 GB RAM laptop and out of which I have allocated 2 GB to virtualBox. My question - do you think because of less memory I allocated to virtual box stopping Ambari URL ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2016 20:53:48 GMT</pubDate>
    <dc:creator>manish_jbhandar</dc:creator>
    <dc:date>2016-05-29T20:53:48Z</dc:date>
    <item>
      <title>unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106876#M69752</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am a newbie to Hadoop and need your help to configure HotonWork Sandbox. I have installed Sandbox and can connect to Welcome Page using localhost:8888. However , another URL localhost:8080 is not accessible. I tried to implement all the options mentioned on multiple threads but failed to get through. Also, as somewhere mentioned on the post that amabari log is put on the location /var/log/ambari-server/ambari-server.log and looking at the log i could get the clue . But , this path is not accessible to me as a root user. Attached is the screenshot&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/4622-4568-1.png"&gt;4568-1.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 03:04:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106876#M69752</guid>
      <dc:creator>manish_jbhandar</dc:creator>
      <dc:date>2016-05-29T03:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106877#M69753</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10723/manishjbhandari.html" nodeid="10723"&gt;@Manish Bhandari&lt;/A&gt;&lt;P&gt;Please try below steps:&lt;/P&gt;&lt;P&gt;1. You are logged in as root user so you can easily change permission of any file/directory using below command&lt;/P&gt;&lt;PRE&gt;chown root:root -R /var/log/ambari-server&lt;/PRE&gt;&lt;P&gt;2. Try to check logs again by less/cat command&lt;/P&gt;&lt;P&gt;3. Please check if your ambari-server is running &lt;/P&gt;&lt;PRE&gt;service ambari-server status&lt;/PRE&gt;&lt;P&gt;4. If its not running then please try to start it using below command&lt;/P&gt;&lt;PRE&gt;service ambari-server start&lt;/PRE&gt;&lt;P&gt;5. If ambari-server is running, can you please check if it is listening on port 8080?&lt;/P&gt;&lt;PRE&gt;netstat -tulpn|grep 8080&lt;/PRE&gt;&lt;P&gt;6. If above command shows that your ambari-server is running however you are still unable to access it from your local machine then please check if your home/corporate firewall is blocking connection to 8080. Please try to telnet to 8080 from your local machine, if you are using windows then try to run telnet command from cmd&lt;/P&gt;&lt;PRE&gt;telnet &amp;lt;ambari-server-ip-address&amp;gt; 8080&lt;/PRE&gt;&lt;P&gt;7. If you find that your ambari-server is running and listening on 8080 then you can check your virtualbox port frowarding settings, please refer below link to verify your VirtualBox network settings&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/17168/lab-0-setup-start-the-sandbox-vm-and-open-ambari.html" target="_blank"&gt;https://community.hortonworks.com/questions/17168/lab-0-setup-start-the-sandbox-vm-and-open-ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;8. If above step doesn't work then you can create SSH tunnel and can access ambari UI via &lt;A href="http://localhost:8080" target="_blank"&gt;http://localhost:8080&lt;/A&gt; from your browser&lt;/P&gt;&lt;P&gt;Run below command from your terminal if you are using Mac/Linux&lt;/P&gt;&lt;PRE&gt;ssh -L 8080:&amp;lt;ambari-server-ip-address&amp;gt;:8080 root@&amp;lt;ambari-server-ip-address&amp;gt;&lt;/PRE&gt;&lt;P&gt;Hope this information helps!&lt;/P&gt;&lt;P&gt;Happy Hadooping &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 04:17:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106877#M69753</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-05-29T04:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106878#M69754</link>
      <description>&lt;P&gt;Thanks for your inputs &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; . I will try them and get back to you. thanks again. &lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 13:49:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106878#M69754</guid>
      <dc:creator>manish_jbhandar</dc:creator>
      <dc:date>2016-05-29T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106879#M69755</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;At the outset, thanks for helping me . I have tried all the options you mentioned but none of them is working. However , I just went through the prerequisite and it is mentioned that we should have at least 8GB RAM if one want to access Ambari. I have total 4 GB RAM laptop and out of which I have allocated 2 GB to virtualBox. My question - do you think because of less memory I allocated to virtual box stopping Ambari URL ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 20:53:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106879#M69755</guid>
      <dc:creator>manish_jbhandar</dc:creator>
      <dc:date>2016-05-29T20:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106880#M69756</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10723/manishjbhandari.html" nodeid="10723"&gt;@Manish Bhandari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Total 4GB physical ram on laptop and running running HDP sandbox over virtual box doesn't seems a feasible idea :). I believe you need at least 8GB to run HDP sandbox. Please try this on bigger RAM size laptop.&lt;/P&gt;&lt;P&gt;Also in the screenshot you are trying to run the *.log file instead of opening it in vi editor or through cat command, please use vi editor or cat/less command and see what are the error messages log file has. &lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 21:48:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106880#M69756</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-05-29T21:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106881#M69757</link>
      <description>&lt;P&gt;@Manish Bhandari .. It could be that Ambari service is not started may be due to memory constraints .&lt;/P&gt;&lt;P&gt;Please review the sandbox requirement.&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/wp-content/uploads/2016/02/Import_on_Vbox_3_1_2016.pdf" target="_blank"&gt;http://hortonworks.com/wp-content/uploads/2016/02/Import_on_Vbox_3_1_2016.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"If	you	wish	to	enable	services	such	as	Ambari,	HBase,	Storm,	Kafka,	or	Spark	
please	ensure	you	have	at	least	10	Gb	of	physical	RAM	in	order	to	run	the	
VM	using	8	GB."&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 23:54:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106881#M69757</guid>
      <dc:creator>rguruvannagari</dc:creator>
      <dc:date>2016-05-29T23:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to log on to ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106882#M69758</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10723/manishjbhandari.html" nodeid="10723"&gt;@Manish Bhandari&lt;/A&gt; - Yes thats correct. &lt;/P&gt;&lt;P&gt;Please have a look at &lt;A href="http://hortonworks.com/wp-content/uploads/2016/02/Import_on_Vbox_3_1_2016.pdf"&gt;http://hortonworks.com/wp-content/uploads/2016/02/Import_on_Vbox_3_1_2016.pdf&lt;/A&gt; for minimum requirements.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 01:43:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/unable-to-log-on-to-ambari/m-p/106882#M69758</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-05-31T01:43:16Z</dc:date>
    </item>
  </channel>
</rss>

