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.

Why the Ranger Admin console is **not** coming in HDP 2.3 Sandbox ?

avatar
New Member

I am trying to open Ranger admin console in the Sandbox, for some reason I donot see the page coming up. Any ideas ? I also do not see the Ranger as a service in the Ambari homepage.

However when I check the service running on the sandbox backend -- it is running .

[root@sandbox ~]# sudo service ranger-admin status

Ranger Admin Service is running [pid={1679}]

Thanks

Siva

1 ACCEPTED SOLUTION

avatar
  1. @Siva Konda Make sure you are accessing Ranger Admin UI on port 6080 e,g, http://<VMs IP>:6080
  2. If you are using VirtualBox, make sure that port 6080 has been forwarded (see here on how)
  3. Make sure Ranger is listening on port 6080
netstat -tulpn | grep 6080

If not, try restarting Ranger service

sudo service ranger-admin restart
  1. Finally check the Ranger logs (e.g. xa_portal.log and catalina.out) under below dir:
ls -la /var/log/ranger/admin/

View solution in original post

1 REPLY 1

avatar
  1. @Siva Konda Make sure you are accessing Ranger Admin UI on port 6080 e,g, http://<VMs IP>:6080
  2. If you are using VirtualBox, make sure that port 6080 has been forwarded (see here on how)
  3. Make sure Ranger is listening on port 6080
netstat -tulpn | grep 6080

If not, try restarting Ranger service

sudo service ranger-admin restart
  1. Finally check the Ranger logs (e.g. xa_portal.log and catalina.out) under below dir:
ls -la /var/log/ranger/admin/