How can I set the maximum borrow period for my network-based license?
4 views (last 30 days)
Show older comments
MathWorks Support Team
on 29 Dec 2010
Edited: MathWorks Support Team
on 14 Feb 2024
I have a borrow-enabled license and would like to set the maximum borrow period to less than the default of 30 days. How can I accomplish this?
Accepted Answer
MathWorks Support Team
on 14 Feb 2024
Edited: MathWorks Support Team
on 14 Feb 2024
Setting the maximum borrow period requires the use of an options file. For more information on the use of the options file, see the related article:
Is there a way to administer licenses from the Network License Manager? How do I create an Options file?
To set the maximum borrow period to less than 30 days, you can use the MAX_BORROW_HOURS key word in your options file. The format for this entry in the options file is below.
MAX_BORROW_HOURS feature[:keyword=value] num_hours
feature
- is the toolbox this borrow period applies to
keyword=value
- denotes the license feature this borrow period applies to. This is used when multiple licenses are in use.
num_hours
- is the number of hours in the new borrow period
For example, if you wanted set the maximum borrow period of Simulink to seven days, you would make the following entry in your options file:
MAX_BORROW_HOURS Simulink 168
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!