- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ambari-server on HDP 2.6 sandbox VM
Created ‎08-04-2017 10:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jay - thanks a million
that was it - I needed to use port 2222 !!
thank you
