Support Questions

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

can't login into ambari

avatar

HI, I am a windows 10 user, i try to install HDP 2.5 through VirtualBox, but i encountered a problem.

I can enter on http://localhost:8888/, but not know how to login to ambari // I try to a lot of combination of login/password, but it doesn't worked... I'm only a statistican, not 'de facto' IT user.

Please any advice.., because i'm a little resigned..

14683-1-virtualbox.png

14684-2-virtual-machine.png

14685-3-medge.png

7 REPLIES 7

avatar

@Paul ski It seems like you are using HWX Sandbox. Have you tried using "maria_dev "as Ambari user/password?

https://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/

avatar
Explorer

Under "Advanced HDP" click on "Quick Links". The new page would provide you the link to Ambari along with the username and password once you hover over the Ambari section.

avatar
Master Mentor

@Paul ski

You should check few things: 1). SSH to the Sandbox as following and check whether ambari-server is running fine or not and if it is listening to the correct port or not ?

# ssh root@localhost -p 2222

# ambari-server status

# netstat -tnlpa | grep `cat /var/run/ambari-server/ambari-server.pid`

2). If the ambari server is running and listening to the correct port 8080 then try logging into ambari using default credentials:

http://localhost:8080/
username: maria_dev
password maria_dev

3). If you still face any issue or would like to change the ambari admin credential then run the following command "/usr/sbin/ambari-admin-password-reset":

# ambari-admin-password-reset 
Please set the password for admin: 

4). If it still does not work then please check of your VirtualBox has the Network Port Forwarding enabled or not for port 8080?

.

avatar

hi, thx for advice,

Below shows what you suggested me (chronologically). Third image, showing panel-log to ambari, 4me looks a bit weird?

Of course, still can't login to ambari..

14784-err-1.png

14785-step-2.png

14786-step-3.png

14787-step-4.png

avatar
New Contributor

it show server error in my browser and i was followed every step in termial what you said .

so ,can u tell me why?

avatar

No one will tell me what to do next ;/ ?

avatar

just now update HDP to 2.6 version, and now all is fine!! : )