This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Returning linger license to the server
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 08, 2018
03:54 AM
Returning linger license to the server
Hello,
we have a test system, where we have tested using a license file, containing one license.
In the options file, we have set (for test purposes) the LINGER option. Now we are not able to give the reserved licens back earlier, than configured via the LINGER option.
How to return the linger license earlier? lmborrow -return seems not to work, and I found out, this "work as designed"... but we have to give that license back earlier, as the linger was configured with 30 days.
Thanks,
Rafal
we have a test system, where we have tested using a license file, containing one license.
In the options file, we have set (for test purposes) the LINGER option. Now we are not able to give the reserved licens back earlier, than configured via the LINGER option.
How to return the linger license earlier? lmborrow -return seems not to work, and I found out, this "work as designed"... but we have to give that license back earlier, as the linger was configured with 30 days.
Thanks,
Rafal
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 22, 2018
12:26 PM
HI There,
I believe you got confused in between BORROW and LINGER functionalities.
BORROW: With this particular keyword in your licensing rights (license file), you can borrow a license from server and return it when client wishes (only if early borrow return is supported by server - through lsvendor.c)
In borrow, a borrow cache is ceeated at server system as well as on client (look into the document for the locations of those files).
LINGER: This functionality allows the licenses to be checked out from a particular client, even after checkin. So, unless and untill the duration is over, it can't be returned.
In case of LINGER only server side borrow cache is created. So, (its a kind of hack) if you have the server hosted locally, then go to the server borrow cache location and delete the file. Restart the server. It should solve your issue.
A word of advise though, only use LINGER in case of applications which take no more than 60 seconds to complete.
Regards,
Abhay
I believe you got confused in between BORROW and LINGER functionalities.
BORROW: With this particular keyword in your licensing rights (license file), you can borrow a license from server and return it when client wishes (only if early borrow return is supported by server - through lsvendor.c)
In borrow, a borrow cache is ceeated at server system as well as on client (look into the document for the locations of those files).
LINGER: This functionality allows the licenses to be checked out from a particular client, even after checkin. So, unless and untill the duration is over, it can't be returned.
In case of LINGER only server side borrow cache is created. So, (its a kind of hack) if you have the server hosted locally, then go to the server borrow cache location and delete the file. Restart the server. It should solve your issue.
A word of advise though, only use LINGER in case of applications which take no more than 60 seconds to complete.
Regards,
Abhay
