<?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: Can not access cloudera WEB UI. After Installing it Successfully. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65878#M73313</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No worries at all... we are just glad you got it working.&amp;nbsp; Nothing more frustrating then being stuck like you were!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 00:28:52 GMT</pubDate>
    <dc:creator>bgooley</dc:creator>
    <dc:date>2018-03-29T00:28:52Z</dc:date>
    <item>
      <title>Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63522#M73296</link>
      <description>&lt;P&gt;I Followed these steps :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First i took a server(Cent OS 6) from Google Cloud in Asia South reagion. and Executed these commands :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;sudo -i&lt;/LI&gt;&lt;LI&gt;chkconfig iptables off&lt;/LI&gt;&lt;LI&gt;service iptables stop&lt;/LI&gt;&lt;LI&gt;setenforce 0&lt;/LI&gt;&lt;LI&gt;vi /etc/selinux/config (SELINUX=disabled)&lt;/LI&gt;&lt;LI&gt;init 6&lt;/LI&gt;&lt;LI&gt;wget&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin" target="_blank" rel="nofollow noreferrer"&gt;http://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;chmod u+x cloudera-manager-installer.bin&lt;/LI&gt;&lt;LI&gt;sudo ./cloudera-manager-installer.bin&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Done! Cloudera manager installed Successfully.&lt;/P&gt;&lt;P&gt;But when I am trying to access&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://my_public_ip:7180/" target="_blank" rel="nofollow noreferrer"&gt;http://my_public_ip:7180/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then getting timed out error.&lt;/P&gt;&lt;P&gt;Also i waited for almost&amp;nbsp;an hour after installing cloudera(for startup settings). but again same response.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 04:48:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63522#M73296</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2018-01-10T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63525#M73297</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25439"&gt;@Gaurav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first thing to check is whether the server is up and listening.&lt;/P&gt;&lt;P&gt;- service cloudera-scm-server status&lt;/P&gt;&lt;P&gt;- netstat -nap |grep 7180&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, check the Cloudera Manager server log to find out if it had trouble starting.&lt;/P&gt;&lt;P&gt;- review /var/log/cloudera-scm-server/cloudera-scm-server.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do find that Cloudera Manager is listening on 7180, make sure it is listening on all interfaces.&lt;/P&gt;&lt;P&gt;If you are getting a timed out message or a hang, that makes me suspicious that the server is coming up, but your route to that host is not working properly.&amp;nbsp; Could there be a proxy configured in your browser that cannot connect to your CM server?&lt;/P&gt;&lt;P&gt;You might try tcpdump or browser developer tools to find out what the client/server communication looks like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd start with making sure the server is listening on 7180 and review the log for any exceptions or errors that look important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 05:47:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63525#M73297</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-01-10T05:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63551#M73298</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou for response.&lt;/P&gt;&lt;P&gt;here what i got&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. service cloudera-scm-server status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Running&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. netstat -nap |grep 7180&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;tcp        0      0 0.0.0.0:7180                0.0.0.0:*                   LISTEN      1623/java&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it seems that all right in log file.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:03:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63551#M73298</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2018-01-10T15:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63570#M73299</link>
      <description>&lt;P&gt;Hello Gaurav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the output of curl on&amp;nbsp;&lt;A href="http://my_public_ip:7180/" target="_blank" rel="nofollow noreferrer noopener noreferrer"&gt;http://my_public_ip:7180&lt;/A&gt;&amp;nbsp;from cm host itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And tcpdump from the&amp;nbsp;source host.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 03:38:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63570#M73299</guid>
      <dc:creator>Consult</dc:creator>
      <dc:date>2018-01-11T03:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63674#M73300</link>
      <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Just figured it out by tcpdump. now it's working.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 03:53:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/63674#M73300</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2018-01-15T03:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65828#M73301</link>
      <description>&lt;P&gt;I am also facing the same issue, can you let me know how did you solve it&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 20:14:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65828#M73301</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-27T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65830#M73302</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my initial comments in this thread.&amp;nbsp; We'll need to know more about what you try to do and what the result is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 23:19:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65830#M73302</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-03-27T23:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65842#M73303</link>
      <description>Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Which Cloud Service are You using.&lt;BR /&gt;Have you allowed Port 7180 to access publicly?</description>
      <pubDate>Wed, 28 Mar 2018 03:28:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65842#M73303</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2018-03-28T03:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65846#M73304</link>
      <description>EC2 and port 7180 is open for public access&lt;BR /&gt;&lt;BR /&gt;[ec2-user@ip-172-31-44-224 ~]$ netstat -na | grep 7180&lt;BR /&gt;tcp 0 0 0.0.0.0:7180 0.0.0.0:* LISTEN&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2018 05:00:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65846#M73304</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-28T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65853#M73305</link>
      <description>Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;BR /&gt;It seems that you have opened the port 7180 on the EC2 Instance Firewall. But also you need to open TCP port 7180 in EC2 Security group.&lt;BR /&gt;&lt;BR /&gt;How you can do this.&lt;BR /&gt;Go to the "Network &amp;amp; Security" -&amp;gt; Security Group settings in the left hand navigation&lt;BR /&gt;Find the Security Group that your instance is apart of&lt;BR /&gt;Click on Inbound Rules&lt;BR /&gt;Use the drop down and add port 7180&lt;BR /&gt;Click Apply.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Wed, 28 Mar 2018 09:50:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65853#M73305</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2018-03-28T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65861#M73306</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Good morning, thanks for your reply,&lt;BR /&gt;I tried changing the setting as below but still it’s failing&lt;BR /&gt;&lt;BR /&gt;Attached is the screenshot .&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:35:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65861#M73306</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-28T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65868#M73307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've installed cloudera Manager on Amazon VM Ec2 server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;disabled SELinux, disabled filewall setting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service cloudera-scm-server status - up and running&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;netstat -nap |grep 7180&lt;BR /&gt;(No info could be read for "-p": geteuid()=1000 but you should be root.)&lt;BR /&gt;tcp 0 0 0.0.0.0:7180 0.0.0.0:* LISTEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried&amp;nbsp;these two on the running server&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ec2-user@ip-172-31-44-224 ~]$ curl -i http://localhost:7180&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Expires: Thu, 01-Jan-1970 00:00:00 GMT&lt;BR /&gt;Set-Cookie: CLOUDERA_MANAGER_SESSIONID=sgoy1bydivup1kmcoqv110bfu;Path=/;HttpOnly&lt;BR /&gt;Content-Type: text/html; charset=utf-8&lt;BR /&gt;Last-Modified: Wed, 07 Feb 2018 17:44:18 GMT&lt;BR /&gt;Content-Length: 63&lt;BR /&gt;Accept-Ranges: bytes&lt;BR /&gt;Cache-Control: max-age=3600,public&lt;BR /&gt;Server: Jetty(6.1.26.cloudera.4)&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="refresh" content="0;url=/cmf/"&amp;gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -i -u 'admin:admin' http://localhost:7180/api/v1/tools/echo&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Expires: Thu, 01-Jan-1970 00:00:00 GMT&lt;BR /&gt;Set-Cookie: CLOUDERA_MANAGER_SESSIONID=ubst7780j868jkzeysc0a31;Path=/;HttpOnly&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;Date: Wed, 28 Mar 2018 18:30:20 GMT&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Server: Jetty(6.1.26.cloudera.4)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"message" : "Hello, World!"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;both returned an output,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when trying to access the below url from chrome or fixefox i am getting the below error&lt;/P&gt;&lt;P&gt;&lt;A href="http://ip-172-31-44-224.us-west-2.compute.internal:7180" target="_blank"&gt;http://ip-172-31-44-224.us-west-2.compute.internal:7180&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can’t connect to the server at ip-172-31-44-224.&lt;BR /&gt;If that address is correct, here are three other things you can try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:32:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65868#M73307</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-28T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65869#M73308</link>
      <description>&lt;P&gt;I&amp;nbsp; changed the inbound rules to allow port 7180&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still no luck.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:37:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65869#M73308</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-28T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65871#M73309</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your browser cannot connect to ip-172-31-44-224.us-west-2.compute.internal:7180, then make sure that curl can connect&amp;nbsp; You tested with curl, but used "localhost" so the test was not as close a comparison as one would like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure that the &lt;STRONG&gt;ip-172-31-44-224.us-west-2.compute.internal&lt;/STRONG&gt; hostname can be resolved to a proper IP address and that your host has a route to that IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.wireshark.org/" target="_self"&gt;WireShark&lt;/A&gt; is a great tool decoding packets sent over the wire and can give you perspective about where the problem may be occurring&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not saying that it isn't firewalls or otherwise, but it would be good to clarify what is stopping the client from reaching the server host/port&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:39:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65871#M73309</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-03-28T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65872#M73310</link>
      <description>&lt;P&gt;i tried replacing the localhost with the machine name and still works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ec2-user@ip-172-31-44-224 ~]$ curl -i &lt;A href="http://ip-172-31-44-224.us-west-2.compute.internal:7180" target="_blank"&gt;http://ip-172-31-44-224.us-west-2.compute.internal:7180&lt;/A&gt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Expires: Thu, 01-Jan-1970 00:00:00 GMT&lt;BR /&gt;Set-Cookie: CLOUDERA_MANAGER_SESSIONID=1h54xzygxge381p2g16fyh0wbh;Path=/;HttpOnly&lt;BR /&gt;Content-Type: text/html; charset=utf-8&lt;BR /&gt;Last-Modified: Wed, 07 Feb 2018 17:44:18 GMT&lt;BR /&gt;Content-Length: 63&lt;BR /&gt;Accept-Ranges: bytes&lt;BR /&gt;Cache-Control: max-age=3600,public&lt;BR /&gt;Server: Jetty(6.1.26.cloudera.4)&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="refresh" content="0;url=/cmf/"&amp;gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;[ec2-user@ip-172-31-44-224 ~]$ curl -i -u 'admin:admin' &lt;A href="http://ip-172-31-44-224.us-west-2.compute.internal:7180/api/v1/tools/echo" target="_blank"&gt;http://ip-172-31-44-224.us-west-2.compute.internal:7180/api/v1/tools/echo&lt;/A&gt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Expires: Thu, 01-Jan-1970 00:00:00 GMT&lt;BR /&gt;Set-Cookie: CLOUDERA_MANAGER_SESSIONID=1t1pb4wgxqsl61ix0fwo3c0xs5;Path=/;HttpOnly&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;Date: Wed, 28 Mar 2018 19:57:30 GMT&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Server: Jetty(6.1.26.cloudera.4)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"message" : "Hello, World!"&lt;BR /&gt;}[ec2-user@ip-172-31-44-224 ~]$&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:58:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65872#M73310</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-28T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65876#M73311</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it does sound like the host is not accessible from your browser's network.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Packet sniffing is a good way to help determine what is going on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;EC2 support might know more.&amp;nbsp; This is an issue about network and packets and the cloud config, so talking to those who run it may help.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 00:20:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65876#M73311</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-03-29T00:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65877#M73312</link>
      <description>Thanks a lot everyone who replied back to me to help, The cloudera cm&lt;BR /&gt;install went on fine and tats the reason I was able to connect the url&lt;BR /&gt;internally from the host machine, it’s a mistake from my end I grabbed the&lt;BR /&gt;private ip instead of the public ip and url failed, but when I used the&lt;BR /&gt;public ip was able to login to cloudera manager without any issues.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 29 Mar 2018 00:24:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65877#M73312</guid>
      <dc:creator>dewdrop</dc:creator>
      <dc:date>2018-03-29T00:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not access cloudera WEB UI. After Installing it Successfully.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65878#M73313</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26511"&gt;@dewdrop&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No worries at all... we are just glad you got it working.&amp;nbsp; Nothing more frustrating then being stuck like you were!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 00:28:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-not-access-cloudera-WEB-UI-After-Installing-it/m-p/65878#M73313</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-03-29T00:28:52Z</dc:date>
    </item>
  </channel>
</rss>

