Support Questions

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

ambari-server on HDP 2.6 sandbox VM

avatar
Explorer

Where is ambari-server on this image? Its not listed under YUM and its not available as a service (service ambari-server status). Yet I can access the Ambari UI.

Same for httpd, ambari-agent etc. I also expected HDP to be installed under /usr/hdp.

Is the configuration documented somewhere?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@john matthews

I am able to see the service on HDP 2.6 sandbox

# service ambari-server status
Using python  /usr/bin/python
Ambari-server status
Ambari Server running
Found Ambari Server PID: 351 at: /var/run/ambari-server/ambari-server.pid

.

Are you doing ssh to Sandbox using port 2222 ? (Using port 2222 is correct approach)

# ssh  root@localhost -p 2222

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@john matthews

I am able to see the service on HDP 2.6 sandbox

# service ambari-server status
Using python  /usr/bin/python
Ambari-server status
Ambari Server running
Found Ambari Server PID: 351 at: /var/run/ambari-server/ambari-server.pid

.

Are you doing ssh to Sandbox using port 2222 ? (Using port 2222 is correct approach)

# ssh  root@localhost -p 2222

.

avatar
Explorer

Jay - thanks a million

that was it - I needed to use port 2222 !!

thank you