Command line RTC server information
Hello,
I would like to know if is any CL one can use to find out the JTS server version and if so, which is that? Thank you, Zica |
3 answers
Hi Zica
--> If you are looking for scm or lscm commands to find the JTS server version, I do not believe there is any.
--> Otherwise, you can use the repotools-jts -version command to get the JTS server version.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fr_repotools_version.html&resultof%3D%2522%2576%2565%2572%2573%2569%256f%256e%2522%2520
Here is the output :
*****
C:\Program Files\IBM\JazzTeamServer\server>repotools-jts.bat -version teamserver
.properties=conf\jts\teamserver.properties
Repo Tools
Provisioning using "C:\Program Files\IBM\JazzTeamServer\server\conf\jts\provisio
n_profiles".
Jazz Foundation - Core Libraries, Version 4.0.1 (RJF-I20121109-1457)
CRJAZ1363I Loading the configuration from "file:conf/jts/teamserver.properties".
4.0.1
*****
|
Not everyone will have access to the repotools. You can use CURL, WGET or perl LWP::UserAgent and grab the /application-about (needs no authentication it appears)
e.g. https://server:port/context/application-about curl -k https://server:port/context/application-about [ example output snipped as it is ugly here ] but look for jfs:version in the output. |
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.