Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Ambari not accessible within Vagrant

Contributor

I was following the instructions as shown at

https://cwiki.apache.org/confluence/display/AMBARI/Quick+Start+Guide with CentOS 6.4 and installed ambari-server. The logs show that the ambari-server is up and running, but from my host machine I can't access the UI. Neither with the FQDN, nor with the IP.

I tried adding a forwarded_port within vagrant

  c6401.vm.network :forwarded_port, guest: 8080, host: 8080

but still no luck.

Any idea what I missed?

1 ACCEPTED SOLUTION

Turn off iptables in centos and try again

chkconfig iptables off
/etc/init.d/iptables stop

View solution in original post

2 REPLIES 2

Turn off iptables in centos and try again

chkconfig iptables off
/etc/init.d/iptables stop

Contributor

thanks. resolved the issue.

would be nice to include this in the quick start guide

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.