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:
- OOTB setting of 60 minutes in PRD and 120 in TEST, installed from the exact same repo, hence upgraded by exact same scripts.
- How could they be different when both sides were upgraded from 4.0.3. where the minimum lease was 120 minutes ?
- This was observed through the issued leases listing, and verified to be set by "License checkout time" .
- Also had not seen "License Timeout" (set to default 1800000) before:
- Wonder if it existed in 4.0.3 ?
- What is it for ?
- Is it to set the minimum for "License checkout time" ?
- Why the difference in units, secs & ms -- confusing --, with:
- "License checkout time" in secs
- and the rest in ms:
- "License Timeout"
- "Floating License Denial Timeout"
- "Floating license refresh rate (in ms)"
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?
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?