Created on 03-21-2017 07:11 PM - edited 08-18-2019 04:01 AM
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?
Created 03-21-2017 07:17 PM
Can you try a few things?
on the ambari-server, check if the server is running
ambari-server status
service iptables stop
Created 03-21-2017 07:12 PM
Did you start the ambari-server?
Created 03-21-2017 07:17 PM
Can you try a few things?
on the ambari-server, check if the server is running
ambari-server status
service iptables stop
Created on 03-21-2017 07:28 PM - edited 08-18-2019 04:01 AM
Thank you for reading.
Is this status right? or are there any problems?
Created 03-21-2017 07:42 PM
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 ~]#
Created 03-21-2017 08:08 PM
this command([root@localhost ~]# service iptables stop) seems not working on CentOS 7
Created 03-21-2017 08:10 PM
Can you try systemctl stop firewalld
Created 03-21-2017 08:30 PM
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?
Created 03-21-2017 08:43 PM
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?
Created on 03-21-2017 09:13 PM - edited 08-18-2019 04:01 AM
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.