Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Tutorial: Tag based policies with Apache Ranger and Apache Atlas

avatar
Expert Contributor

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

1 ACCEPTED SOLUTION

avatar
Expert Contributor

I solved the problem with release (dhclient -r) and renew (dhclient) the IP address.

@all: Thanks for your Support

🙂 Klaus

View solution in original post

6 REPLIES 6

avatar

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 ?

avatar
Expert Contributor

Hi,

from shell

ambari-server status 

to see if ambari (the web UI) is running; if it's not running

ambari-server start

avatar
Super Collaborator

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"

avatar
Expert Contributor

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

avatar
Expert Contributor

I solved the problem with release (dhclient -r) and renew (dhclient) the IP address.

@all: Thanks for your Support

🙂 Klaus

avatar
Super Collaborator

Thank you Klaus

It's working for me.