It's all about the answers!

Ask a question

Configuration file for running scm daemon?


Dana Maxfield (2346) | asked Mar 06 '14, 1:53 p.m.
edited Mar 06 '14, 2:09 p.m.
We have a custom build environment that uses RTC for source code and build configuration. We are executing SCM daemons to interact with RTC. We know command line options exist for "--connection-timeout" and "--inactive-timeout". Can these values be stored in a configuration file that is read when the daemon is started?

Accepted answer


permanent link
Shashikant Padur (4.3k27) | answered Mar 06 '14, 11:05 p.m.
JAZZ DEVELOPER
You cannot store these values in a configuration file but can set the following environment variables:
SCM_DAEMON_CONNECTION_TIME_OUT
SCM_DAEMON_INACTIVE_TIME_OUT

For more information on environment variables take a look at the below link:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fc_scm_cli_env_var.html&resultof%3D%2522%2573%2563%256d%2522%2520%2522%2565%256e%2576%2569%2572%256f%256e%256d%2565%256e%2574%2522%2520%2522%2565%256e%2576%2569%2572%256f%256e%2522%2520
Dana Maxfield selected this answer as the correct answer

Comments
Dana Maxfield commented Mar 07 '14, 8:45 a.m.

Thank you Shashikant, we will try out.

Your answer


Register or 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.