Support Questions

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

How to know the version of Ambari Server and Ambari Agent?

avatar
Expert Contributor

Can anybody help me understand how I can know the version of Ambari server and Ambari agent?

1 ACCEPTED SOLUTION

avatar
Super Guru

Hi @Pradeep kumar

1, If you have installed ambari server then you can find version using below steps -

Point your browser to http://{ambari.server.hostname}:8080. Log in to the Ambari Server using the default username/password: admin/admin[unless you have changed the login password]. Once login pls dropdown "admin" tab located on top right side of the webui and click on "About". This will display the ambari server version. Pls find screenshot for the same -

1911-screen-shot-2016-02-08-at-33710-pm.png

--

1912-screen-shot-2016-02-08-at-33736-pm.png

As mentioned by @Benjamin Leonhardi you can use yum and also the rpm command to display ambari server and agent version, as shown below -

1913-screen-shot-2016-02-08-at-35138-pm.png

[Note: Make sure you have root/superuser login on server.]

2. If you have not installed Ambari-server or agent and just want to explore information prior to installation then please refer link for the version and release details -

Ambari Releases and Versions [http://hortonworks.com/hadoop/ambari/#section_5]

Let me know if this helps you out for what you are looking for.

View solution in original post

4 REPLIES 4

avatar
Master Guru

Different options, Ambari tells you the version in the about page but if you are not sure about the agents you might have mixed installations?

So the definitive way is:

yum list | grep ambari-agent

yum list | grep ambari-server

in linux as root.

avatar
Super Guru

Hi @Pradeep kumar

1, If you have installed ambari server then you can find version using below steps -

Point your browser to http://{ambari.server.hostname}:8080. Log in to the Ambari Server using the default username/password: admin/admin[unless you have changed the login password]. Once login pls dropdown "admin" tab located on top right side of the webui and click on "About". This will display the ambari server version. Pls find screenshot for the same -

1911-screen-shot-2016-02-08-at-33710-pm.png

--

1912-screen-shot-2016-02-08-at-33736-pm.png

As mentioned by @Benjamin Leonhardi you can use yum and also the rpm command to display ambari server and agent version, as shown below -

1913-screen-shot-2016-02-08-at-35138-pm.png

[Note: Make sure you have root/superuser login on server.]

2. If you have not installed Ambari-server or agent and just want to explore information prior to installation then please refer link for the version and release details -

Ambari Releases and Versions [http://hortonworks.com/hadoop/ambari/#section_5]

Let me know if this helps you out for what you are looking for.

avatar

for Ubuntu:

dpkg --list | grep ambari

avatar
New Contributor

is there a way to get ambari version via the rest api?