<?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: There is no way to get ambari UI after installation in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189206#M151299</link>
    <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;@David Manukian&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;My previous hosts file was from my windows laptop I am not conversant with Macbooks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;MacOSFirewall setting&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Go to &lt;STRONG&gt;System Preferences, Security &amp;amp; Privacy, Firewall, Firewall Options.&lt;/STRONG&gt;.. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;see attached screenshot &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your ambari UI should be accessible &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://192.168.0.75:8080" target="_blank"&gt;http://192.168.0.75:8080&lt;/A&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;A href="http://ambari.training:8080" target="_blank"&gt;http://ambari.training:8080&lt;/A&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Port forwarding &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Quite simple to do, Firstly you will need to enable the remote login service on your mac (System Preferences -&amp;gt; Sharing -&amp;gt; Remote Login). This starts your ssh server. Then run the following command in your OS X Terminal: The format is thus basically: &lt;/P&gt;&lt;PRE&gt;ssh -L local_addr:local_port:remote_addr:remote_port -N 127.0.0.1 &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;example &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;ssh -L 200.234.XXX.XXX:10000:10.211.55.5:80 -N 127.0.0.1 &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;You may need to accept the server fingerprint initially as well as type in your local password for ssh login. (You can also set up a local to local ssh public/private key to make it not prompt for a password, but that it a different exercise.)&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Mar 2018 05:49:40 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2018-03-18T05:49:40Z</dc:date>
    <item>
      <title>There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189194#M151287</link>
      <description>&lt;P&gt;I installed ambari and setup it with help this man: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/log_in_to_apache_ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/log_in_to_apache_ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I user virtualbox on which installed centos7.&lt;/P&gt;&lt;P&gt;I installed ambari-server, after I started it. It started with message "Server started listening on 8080". But I can't get ambariUI at all. My inet address in ifconfig -a is "inet 10.0.2.15". So I try to ping 10.0.2.15:8080 and it messages that no such service or server. After I tried to connect via browser, it's the same. I can't get AmbariUI and I don't know how to fix it. It seems to be easy but something went wrong. After ambari installation and starting it I checked log file and everything is fine. So what's the problem can't got it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189194#M151287</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T01:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189195#M151288</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/70439/manoogiandavid.html" nodeid="70439"&gt;@David Manukian&lt;/A&gt;&lt;P&gt;Try to see if process if running or not &lt;/P&gt;&lt;P&gt;ps -ef | grep ambari-server&lt;/P&gt;&lt;P&gt;see whether port is lessoning &lt;/P&gt;&lt;P&gt;lsof -nalp | grep 8080&lt;/P&gt;&lt;P&gt;Then if everything is working as expected, the try with full qualified domain name like FQDN:8080 &lt;/P&gt;&lt;P&gt;Hope this helps you. &lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:19:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189195#M151288</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2018-03-18T01:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189196#M151289</link>
      <description>&lt;P&gt;[root@localhost /]# ps -ef | grep ambari-server&lt;/P&gt;&lt;P&gt;root 1009113210 Mar16 pts/000:00:00 tail -f -n 1000 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.out&lt;/P&gt;&lt;P&gt;root 1031213210 Mar16 pts/000:00:00 tail -f -n 1000 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.log&lt;/P&gt;&lt;P&gt;root 1032313210 Mar16 pts/000:00:00 tail -f -n 500 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.pid&lt;/P&gt;&lt;P&gt;root 1032713210 Mar16 pts/000:00:00 tail -f -n 500 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.out&lt;/P&gt;&lt;P&gt;root 1034513210 Mar16 pts/000:00:00 tail -f -n 1000 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.out&lt;/P&gt;&lt;P&gt;root 1034613210 Mar16 pts/000:00:00 tail -f -n 1000 &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;.log&lt;/P&gt;&lt;P&gt;root 12840 13 00:50 pts/000:00:51 /usr/jdk64/jdk1.8.0_112/bin/java -server -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 -XX:+CMSClassUnloadingEnabled -Dsun.zip.disableMemoryMapping=true -Xms512m -Xmx2048m -XX:MaxPermSize=128m -Djava.security.auth.login.config=/etc/&lt;STRONG&gt;ambari-server&lt;/STRONG&gt;/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -cp /etc/&lt;STRONG&gt;ambari-server&lt;/STRONG&gt;/conf:/usr/lib/&lt;STRONG&gt;ambari-server&lt;/STRONG&gt;/*:/usr/share/java/mysql-connector-java.jar org.apache.ambari.server.controller.AmbariServer&lt;/P&gt;&lt;P&gt;root 1383913210 01:13 pts/000:00:00 grep --color=auto &lt;STRONG&gt;ambari-server&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:29:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189196#M151289</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T01:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189197#M151290</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/70439/manoogiandavid.html" nodeid="70439"&gt;@David Manukian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This seems to be a virtualbox network configuration issue. Check your port forwarding and add a rule for 8080.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:30:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189197#M151290</guid>
      <dc:creator>ahadjidj</dc:creator>
      <dc:date>2018-03-18T01:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189198#M151291</link>
      <description>&lt;P&gt;I added it&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6199iFCF3C1D6F78D004F/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="screen-shot-2018-03-17-at-223434.png" title="screen-shot-2018-03-17-at-223434.png" /&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:37:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189198#M151291</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T01:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189199#M151292</link>
      <description>&lt;P&gt;Thank you for your answer. It doesn't work with FQDN.&lt;/P&gt;&lt;P&gt;[root@localhost /]# hostname -f&lt;/P&gt;&lt;P&gt;localhost&lt;/P&gt;&lt;P&gt;[root@localhost /]# ping localhost:8080&lt;/P&gt;&lt;P&gt;ping: localhost:8080: Name or service not known&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:39:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189199#M151292</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T01:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189200#M151293</link>
      <description>&lt;P&gt;Thank you for your answer. It doesn't help. As well as I can't even to ping it. &lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:40:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189200#M151293</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T01:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189201#M151294</link>
      <description>&lt;P&gt;&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;David Manukian&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Are you accessing the Ambari from your Virtual box host?  If so make sure the VirtualBox IP  entry is in your local host's file in &lt;STRONG&gt;C:\Windows\System32\drivers\etc&lt;/STRONG&gt; assuming you are using windows. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In the below example my VirtualBox network setting is set to &lt;STRONG&gt;Bridged adapter&lt;/STRONG&gt; so it picks my LAN network  a class C&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;192.168.0.227  sandbox.hortonworks.com sandbox&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;So I can access my Ambari from my laptop using &lt;STRONG&gt;&lt;A href="http://sandbox:8080" target="_blank"&gt;http://sandbox:8080&lt;/A&gt;&lt;/STRONG&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I think 10.0.2.15:8080 is only accessible if you are running firefox from the virtual box  can you verify using curl&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;curl -u username:password -G &lt;A href="http://ambari_server_ip:8080/api/v1/check" target="_blank"&gt;http://ambari_server_ip:8080/api/v1/check&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;The desired output should be &lt;STRONG&gt;running &lt;/STRONG&gt;that will confirm ambari is indeed accepting connections&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:42:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189201#M151294</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-18T01:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189202#M151295</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;@David Manukian&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check this &lt;A href="https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/1/" target="_blank"&gt;HCC learning rope link&lt;/A&gt; it should help you with the port forwarding that's the problem you are encountering&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:50:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189202#M151295</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-18T01:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189203#M151296</link>
      <description>&lt;P&gt;I can get connect to virtual host from local. My virtualhost ip address is 192.168.0.75 and when I make ping from local host it works but when I try to add port 8080 for checking ambari it doesn't work and the browser the same situation. I tried to rich via curl in virtualbox as you suggested and it works.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 04:35:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189203#M151296</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189204#M151297</link>
      <description>&lt;P&gt;My networks is bridge-netowork and host-only as well. Neither bridge nor host-only doesn't allow me to make request from local machine&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 04:37:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189204#M151297</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T04:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189205#M151298</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;&lt;EM&gt;@David Manukian&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share your local hosts entry, make sure you commented out the below&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;#127.0.0.1       localhost
#::1             localhost&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 04:41:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189205#M151298</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-18T04:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189206#M151299</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;@David Manukian&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;My previous hosts file was from my windows laptop I am not conversant with Macbooks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;MacOSFirewall setting&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Go to &lt;STRONG&gt;System Preferences, Security &amp;amp; Privacy, Firewall, Firewall Options.&lt;/STRONG&gt;.. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;see attached screenshot &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your ambari UI should be accessible &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://192.168.0.75:8080" target="_blank"&gt;http://192.168.0.75:8080&lt;/A&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;A href="http://ambari.training:8080" target="_blank"&gt;http://ambari.training:8080&lt;/A&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Port forwarding &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Quite simple to do, Firstly you will need to enable the remote login service on your mac (System Preferences -&amp;gt; Sharing -&amp;gt; Remote Login). This starts your ssh server. Then run the following command in your OS X Terminal: The format is thus basically: &lt;/P&gt;&lt;PRE&gt;ssh -L local_addr:local_port:remote_addr:remote_port -N 127.0.0.1 &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;example &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;ssh -L 200.234.XXX.XXX:10000:10.211.55.5:80 -N 127.0.0.1 &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;You may need to accept the server fingerprint initially as well as type in your local password for ssh login. (You can also set up a local to local ssh public/private key to make it not prompt for a password, but that it a different exercise.)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 05:49:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189206#M151299</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-18T05:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189207#M151300</link>
      <description>&lt;P&gt;My ssh works fine. The trouble in another. In virtualmachine curl works fine with port 8080, I really see it works. So, from local machine I make ping to virtualmachine and it works also but when I put port with host it doesnt work. I can't understand what's wrong it really makes me stupid lol. I even add hostonly network it means that no problem in communication localmachine to virtual but anyway with port it doesnt work.  &lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 06:49:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189207#M151300</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189208#M151301</link>
      <description>&lt;P&gt;Noway to connect to ambari from local browser, just noway.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 06:50:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189208#M151301</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189209#M151302</link>
      <description>&lt;P&gt;Firewall and other gateway is off on my mac.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 06:51:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189209#M151302</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189210#M151303</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64676-screen-shot-2018-03-18-at-035100.png" style="width: 1390px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18581i4167032ED76FEA99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64676-screen-shot-2018-03-18-at-035100.png" alt="64676-screen-shot-2018-03-18-at-035100.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it's via ssh in virtualbox. See that ambari works in virtualmachine but when I try to connect from local it doesn't see&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:45:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189210#M151303</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2019-08-18T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189211#M151304</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/70439/manoogiandavid.html"&gt;&lt;EM&gt;@David Manukian&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;That's the image I forgot to attach sorry&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7868i7462D094E25138D8/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="macos.jpg" title="macos.jpg" /&gt;</description>
      <pubDate>Sun, 18 Mar 2018 15:44:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189211#M151304</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-18T15:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189212#M151305</link>
      <description>&lt;P&gt;It didn't help. &lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 19:42:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189212#M151305</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-18T19:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: There is no way to get ambari UI after installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189213#M151306</link>
      <description>&lt;P&gt;The problem was because of iptables. I turn off it and it works with NAT (port forwarding)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 03:02:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/There-is-no-way-to-get-ambari-UI-after-installation/m-p/189213#M151306</guid>
      <dc:creator>ManoogianDavid</dc:creator>
      <dc:date>2018-03-19T03:02:16Z</dc:date>
    </item>
  </channel>
</rss>

