How to find which version I'm running
![](http://jazz.net/_images/myphoto/7312f35ccff96b1a69d02f1e790892c5.jpg)
4 answers
![](http://jazz.net/_images/myphoto/7312f35ccff96b1a69d02f1e790892c5.jpg)
login into the admin site https://<host>:<port>/admin and click in the menu on 'Server' and then 'Status Summary'. There you see a section called 'Installed Products'
Cheers.
Cheers.
![](http://jazz.net/_images/myphoto/7312f35ccff96b1a69d02f1e790892c5.jpg)
Is there any way to find out which version of server code is installed, via the command line?
For example 'repotools.sh -version' or 'server.startup -version'
From the RQM UI (login to any project on the server), there is a help icon on the top right corner. Clicking on that will show you the version of RQM.
![](http://jazz.net/_images/myphoto/7312f35ccff96b1a69d02f1e790892c5.jpg)
Is there any way to find out which version of server code is installed, via the command line?
For example 'repotools.sh -version' or 'server.startup -version'
via the command line, it looks like any of the repotools commands will write out the Jazz foundation server version as well as the Rational Quality Manager version. Although I don't see any commands available to only report the version, perhaps just using "-help" and then parsing the output for the version will get you what you're after (or someone from the RQM team can chime in if there's a better way).
I also see a file at <install_dir>/properties/version/IBM_Rational_Quality_Manager_2.0.swtag. The contents of this file might give you what you're after.