Created 01-26-2017 10:55 PM
Hi,
I am running Hortonworks on VMware, first time. I didn´t found in any documentation about what is the default user and password for ambari and sandbox. Could you help me with that please? I need to solve that issue to start my learning path.
Thanks so much in advance
Created 01-26-2017 11:27 PM
@diegoavella if you are having trouble with the Ambari admin credentials, you can always login/ssh to the sandbox as the root user and use an included command-line tool to reset the password:
ssh root@127.0.0.1 -p 2222
then run: ambari-admin-password-reset
There is a good explanation with screenshots in Step 2.2 of the following tutorial that might be a useful reference for you:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Created 01-26-2017 11:14 PM
@diegoavella
Try accessing URL http://127.0.0.1:8888/ from your work station after successfully launching the Sandbox VM and you should see the ambari default credentials. To access sandbox shell hit Alt + F5 (Linux/Windows) or Fn + Alt + F5 (Mac OSX) from console. I used them for Virtual Box.
Created 01-27-2017 06:56 PM
Thanks apatel
Created 01-26-2017 11:27 PM
@diegoavella if you are having trouble with the Ambari admin credentials, you can always login/ssh to the sandbox as the root user and use an included command-line tool to reset the password:
ssh root@127.0.0.1 -p 2222
then run: ambari-admin-password-reset
There is a good explanation with screenshots in Step 2.2 of the following tutorial that might be a useful reference for you:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Created 01-27-2017 06:56 PM
Buddy, thanks so much for your answer, pretty useful!