Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Not able to access ambari web ui

avatar

I have installed ambari server on google cloud platform, but When I open its web url to access it shows connenction timed out .

I have added hotsname and its ip in /etc/hosts file as well sysconfig/network file .

I have also set off iptables and enabled ntpd service . Selinux disabled .

can some one please help me out ?

Thanks in advance

1 ACCEPTED SOLUTION

avatar
@Anurag Mishra

Are the ports listed here open in your network settings? May be you can check the ambari-server.log for any clue and do a telnet <ambari-server> 8080 from the machine you are trying to access to see if you are able to reach host and port.

View solution in original post

4 REPLIES 4

avatar
@Anurag Mishra

Are the ports listed here open in your network settings? May be you can check the ambari-server.log for any clue and do a telnet <ambari-server> 8080 from the machine you are trying to access to see if you are able to reach host and port.

avatar

@Sandeep Nemuri

HI Sandeep ,

telnet: connect to address IPADDRESS  Connection timed out

avatar

probably I am not able to each host since when I start ambari server it shows listening on port 8080, I doubt about host since i have created machine on Google cloud and using external ip for the host .

It may be some firewall problem or something network related issues I am not sure .

avatar

I am now able to access ambari web ui, issue was because of firewall rule i did not set in google cloud platform .

It got resolve after creating firewall rule for the server.

Thanks