Created 04-21-2016 12:20 PM
In the above Tutorial the virtual machine HDP-Atlas-Ranger-TP Ambari UI should be available at http://127.0.0.1:8080/. This is a problem because the VM has no GUI preinstalled or not stated in the tutorial.
Regards
Klaus
Created 04-22-2016 04:31 AM
I solved the problem with release (dhclient -r) and renew (dhclient) the IP address.
@all: Thanks for your Support
🙂 Klaus
Created 04-21-2016 12:36 PM
Hi @Klaus Lucas, The VM has Ambari installed and configured so you should get Ambari UI at port 8080. Can you check your VM settings (port redirection, network, etc) and see if you can get access to Ambari ?
Created 04-21-2016 02:12 PM
Hi,
from shell
ambari-server status
to see if ambari (the web UI) is running; if it's not running
ambari-server start
Created 04-21-2016 02:18 PM
Find out the actual IP address of the VM from VM Shell/CLI. You can use this IP to access Ambari UI using your local browser.
ifconfig eth0 | grep "inet addr"
Created 04-21-2016 02:24 PM
If you are using VirtualBox, you can access ambari simply opening the browser on you host and pointing to localhost:8080. If it doesn't work, you have to set port forwarding from Machine -> Settings -> Network -> Port Forwarding
Created 04-22-2016 04:31 AM
I solved the problem with release (dhclient -r) and renew (dhclient) the IP address.
@all: Thanks for your Support
🙂 Klaus
Created 05-20-2016 06:25 PM
Thank you Klaus
It's working for me.