Created on 11-24-2016 07:50 PM - edited 09-16-2022 03:49 AM
I am using HDP 2.5 Sandbox (Virtualbox). I log on as root but I can't execute the following command.
-bash: ambari-admin-password-reset: command not found
I also tried ambari-agent restart or mysql. I always get "-bash: ... command not found"
Any help is appreciated.
Marco
Created 11-24-2016 09:36 PM
@Marco Chou, make sure yo do ssh to docker container, not the VM. Do this:
ssh -p2222 root@127.0.0.1
and then try all the commands you want to.
Created 11-24-2016 08:02 PM
Created 11-24-2016 09:36 PM
@Marco Chou, make sure yo do ssh to docker container, not the VM. Do this:
ssh -p2222 root@127.0.0.1
and then try all the commands you want to.
Created 03-17-2017 12:28 AM
Mushtaq Rizvi - This isn't working for me, for HDP 2.5 Sandbox on Azure. See my other post 'Cannot log into Ambari Dashboard for HDP2.5 Azure Sandbox'. Any debugging tips?
I tried 'ssh -p2222 root@xx.xx.xx.xx' (where IP is that of my VM). Timed out.
Tried 'ssh -p2222 root@127.0.0.1'. Connection refused
Created 11-25-2016 04:47 PM
Thank you so much for your help. Have a nice weekend!
I do have another question if you don't mind. I can't connect thru any browsers (IE, Chrome, Firefox) using http://127.0.0.1:8888 Any suggestions?
Created 11-26-2016 06:08 PM
@Marco Chou: Use the ip allocated to the box (ip from ifconfig) instead of using 127.0.0.1 to connect through browser.
Created 12-05-2017 12:24 AM
try ssh -p2222 root@xx.xx.xx.xx' the allocated IP
then it will ask where you want to add
say yes
change unix password
then run command 'ambari-admin-password-reset'
it will allow you to change the password for ambari admin