Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 08-04-2017 10:03 AM
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?
Created 08-04-2017 10:12 AM
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
Created 08-04-2017 10:12 AM
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
Created 08-04-2017 10:36 AM
Jay - thanks a million
that was it - I needed to use port 2222 !!
thank you