- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari not accessible within Vagrant
- Labels:
-
Apache Ambari
Created ‎06-07-2017 03:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created ‎06-07-2017 06:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Turn off iptables in centos and try again
chkconfig iptables off /etc/init.d/iptables stop
Created ‎06-07-2017 06:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Turn off iptables in centos and try again
chkconfig iptables off /etc/init.d/iptables stop
Created ‎06-08-2017 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks. resolved the issue.
would be nice to include this in the quick start guide
