Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



3 answers

Permanent link
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

***** 

2 votes


Permanent link
 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.

0 votes


Permanent link
Thank you both for the answers!

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,023

Question asked: Apr 23 '14, 4:52 a.m.

Question was seen: 4,405 times

Last updated: Apr 24 '14, 3:13 p.m.

Confirmation Cancel Confirm