How to set license lease (timeout) to the minimum 30 minutes in CLM 4.0.6 ?
Have just upgraded PRD (RTC/RRC) to 4.0.6 two weeks after same on TEST env from 4.0.3.
Have been anticipating taking advantages of the reduced minimum lease introduced in 4.0.5.
Quite surprised to find:
|
Accepted answer
If you are using floating licenses, then yes, you need to change the "License checkout time" property for
com.ibm.team.repository.service.internal.license.FloatingLicenseService. See this technote for more details. http://www.ibm.com/support/docview.wss?uid=swg21396860 The properties are for different components so you need to pay attention to the component name when looking at the properties. For example, "License Timeout" is for com.ibm.rational.common.token.licensing.RLSLicenseService, i.e. token licensing, and it will not affect your usage of floating licenses. The last two properties in your post are for com.ibm.team.repository.service.internal.license.LicenseService, and I don't know the exact meaning of them so I will leave them as default. The different units are the choice of the different components I believe. Not sure about the different "default value" in your PRD ant TEST environments. Are you sure it's the "default value", not the "current value" showing the difference? long TRUONG selected this answer as the correct answer
Comments
long TRUONG
commented Sep 16 '14, 12:59 a.m.
The default was both 3600 secs
But the OOTB current value were 7200 and 3600 secs in TEST & PRD respectively: odd
Property Current Value Default Value <o:p> </o:p> TEST : License checkout time 7200 3600 PRD: License checkout time 3600 3600
Donald Nong
commented Sep 16 '14, 2:01 a.m.
It's possible that you somehow "touched" the setting in the TEST environment so that it was recorded in the conf/jts/teamserver.properties file and in turn got carried over into the migrated 4.0.6 environment. The entry is
com.ibm.team.repository.checkoutTime |
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.