Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How can I access to the ambari login page

avatar
Explorer

I have done installation ambari on CentOS on VMware.

I searched "http://<your.ambari.server>:8080" on Firefox. but, it doesn`t work.

How can I solve it?

13856-k-20170322-140191.png

1 ACCEPTED SOLUTION

avatar
Contributor

Can you try a few things?

on the ambari-server, check if the server is running

ambari-server status

service iptables stop

View solution in original post

9 REPLIES 9

avatar

Did you start the ambari-server?

avatar
Contributor

Can you try a few things?

on the ambari-server, check if the server is running

ambari-server status

service iptables stop

avatar
Explorer

13861-k-20170322-160097.png

Thank you for reading.

Is this status right? or are there any problems?

avatar
Contributor

It is "iptables"

[root@localhost ~]# service iptables stop

iptables: Flushing firewall rules: [ OK ]

iptables: Setting chains to policy ACCEPT: filter [ OK ]

iptables: Unloading modules: [ OK ]

[root@localhost ~]#

avatar
Explorer

this command([root@localhost ~]# service iptables stop) seems not working on CentOS 7

avatar
Contributor

Can you try systemctl stop firewalld

avatar
Explorer

I did below commands

[root@localhost ~]# systemctl stop firewalld

[root@localhost ~]# systemctl mask firewalld

[root@localhost ~]# yum install iptables-services

[root@localhost ~]# systemctl enable iptables

[root@localhost ~]# systemctl restart iptables

[root@localhost ~]# service iptables save

Is it right?

avatar
Contributor

Sometimes when the iptables/firewalld is started, the UI doesnt open up. You can try stopping it and then accessing the UI to see if it works?

avatar
Explorer

OH. IT WORK. IT WORK

THANK YOU Sooooooooooooooooooooooo much

I LOVE YOU Sooooooooooooooooooooooo much

in your last comment, is there UI that can see all status(firewall, iptables, etc.)? without terminal.

today is my first time to use linux. so everything is not familiar with me.

13869-k-20170322-215314.png