Created 02-04-2016 10:25 PM
I deployed a hortonworks sandbox on Azure following the guidelines on .http://hortonworks.com/blog/hortonworks-sandbox-with-hdp-2-3-is-now-available-on-microsoft-azure-gallery/. Then, I followed the guidelines on the sandbox welcome page to open Ambari using http://{Ipaddress}:8080 and got to the Ambari login page. When I tried the default username and password admin/admin, it said the combination is invalid. I also tried the cluster username and password, and it did not work either.
Your help is highly appreciated
Created 02-04-2016 10:30 PM
@Vivian Li See this in the link that you shared
1. ssh into the VM and run the following command as the root user:ambari-admin-password-reset
2. You will be prompted to enter the password. Ambari server will restart.
3. Then run command
ambari-agent restart
4. You can then go to the http://<hostname/ipaddress>:8888 which displays the splash page and click on the Ambari url. Enter the user "admin" and put the password you set previouly in step 2. You should now be able to log in as an Ambari admin.
Created 02-04-2016 10:27 PM
Created 02-04-2016 10:28 PM
You have to use the username/password you specified on the Azure portal while creating the Sandbox
Created 02-05-2016 08:46 AM
I have the same issue. The suggested admin-admin credentials do not work, neither do the ones I provided when creating the sandbox.
Created 02-05-2016 09:19 AM
Actually Neeraj's second comment worked for me. Thanks!
One clarification:
For step 1: use
ssh <username>@<ipaddress>
or
ssh <username>@<hostname>
where <username> is the username you define when creating the sandbox. You will also be prompted to enter the password defined when creating the sandbox.
Created 02-05-2016 12:26 PM
@Michael Mathioudakis Please accept the best answer to close the thread
Created 02-05-2016 12:28 PM
@Neeraj Sabharwal hi, not sure how to do that
Created 02-05-2016 12:32 PM
@Michael Mathioudakis You can see accept button under my 1st response.
Created 02-05-2016 12:34 PM
@Neeraj Sabharwal I don't see that - probably because I wasn't the original author of the question?
Created 02-05-2016 12:36 PM
@Michael Mathioudakis Nice catch 🙂 @Vivian Li