Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Connection refused -- 2.6

avatar
New Member

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
New Member

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