Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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

avatar
Explorer

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/