Support Questions

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

Connection refused -- 2.6

avatar
Explorer

Following the tutorials, installed Docker, installed Sandbox, troubleshooted for hours and finally got Ambari up and working. Came back 2 weeks later to do the Atlas tutorials, and can't connect. In OSX terminal, I an starting with command ssh root@127.0.0.1 -p 8080;. I am getting a Connection refused error. Did I miss some simple step? Thanks in advance.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@L Hurley

Great to hear it worked for you 🙂 Now you ought to reward the best answer so members can promptly help other members to resolve issues instantly @HCC

Have a great weekend

View solution in original post

23 REPLIES 23

avatar
Master Mentor

@L Hurley

Can you run

# ifconfig 

Then grab the IP in the output and use it to access Ambari on

 http://IP_OUT:8080/

That should work

avatar
Master Mentor

@L Hurley

Then you need to start it to load the Ambari UI login page

# ambari-server start

Thats it

avatar
Explorer

Can't believe it was so simple. Argh. Thanks!!

avatar
Master Mentor

@L Hurley

Great to hear it worked for you 🙂 Now you ought to reward the best answer so members can promptly help other members to resolve issues instantly @HCC

Have a great weekend