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.

ambari-server on HDP 2.6 sandbox VM

avatar
New Member

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

Jay - thanks a million

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

thank you