MATLAB Installation Guide for Unix | ![]() ![]() |
Creating a License Options File
With license options files, you can instruct the FLEXlm license manager to:
The license manager allocates keys according to the options specified in the options file, until all license keys are in use. If you try to reserve more than the authorized number of keys in the options file, a warning message appears in the license.log
file.
Note
For user-based licenses, the installer creates a license options file, named ($MATLAB/etc/MLM.opt ), if the installation doesn't already have an existing options file.
|
Specifying an Options File
To use an options file, you must list its pathname as the fourth field on the DAEMON line in the License File. For user-based licenses, the installer creates a default license file (
MLM.opt
) and includes it in the DAEMON
line automatically. If your paths are long, use a line continuation character (\) to continue the DAEMON
line onto the next lines:
Options File Contents
An options file is a text file that contains any number of RESERVE
, INCLUDE
, EXCLUDE
, GROUP
, or HOST_GROUP
lines.
The following is a sample options file:
GROUP devels andrea tom fred RESERVE 1 MATLAB USER patricia RESERVE 3 MATLAB HOST pegasus RESERVE 1 Control_Toolbox GROUP devels RESERVE 3 Control_Toolbox HOST_GROUP hosts INCLUDE Signal_Toolbox HOST orion INCLUDE Signal_Toolbox USER tom EXCLUDE SIMULINK GROUP devels EXCLUDE SIMULINK HOST_GROUP hosts HOST_GROUP hosts cygnus sirrus
![]() | Running MATLAB with Other FLEXlm Applications | Configuring Redundant License Servers | ![]() |