Eu instalei o servidor e o agente Ambari na mesma instância apenas para fazer testes. O problema é que não consigo acessar a UI do Ambari na porta 8080. Eu tentei executar telnet 172.xx.xx.xx 8080
, mas não há conexão.
Eu configuro etc/hosts
e etc/hostname
da seguinte forma:
/etc/hosts
172.xx.xx.xx ambarimaster1 ambarimaster1.local.test.org ambarimaster1
/etc/hostname
ambarimaster1
Eu verifiquei iptables
:
service iptables status
Redirecting to /bin/systemctl status iptables.service
Unit iptables.service could not be found.
O que estou fazendo de errado? Obrigado.