MATLAB Installation Guide for Unix    

Creating a Local 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.

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 contains any number of RESERVE, INCLUDE, EXCLUDE, GROUP, or HOST_GROUP lines.

The lines that begin with RESERVE contain the number of product keys set aside for a specific user, user group, host, or host group. This does not limit the number of keys; it simply ensures that a key will be available when you want it (unless the specified number of reserved keys has already been reached).

The lines starting with INCLUDE contain the products to be restricted to a particular user, user group, host, or host group; only that user, user group, host, or host group is allowed to use this product. You can have multiple INCLUDE lines for the same feature, including different users, user groups, hosts, or host groups. You use INCLUDE lines with user-based licenses.

The lines starting with EXCLUDE contain the features to be restricted from a particular user, user group, host, or host group; that user, user group, host, or host group is not allowed to use that product. You can have multiple EXCLUDE lines for the same feature, excluding different users, user groups, hosts, or host groups.

Any line starting with GROUP defines the users in that group name. If a user group name is used in a RESERVE, INCLUDE, or EXCLUDE line, the group membership must be defined in a GROUP line. Any line starting with HOST_GROUP defines the hosts in that host group name. If a host group name is used in a RESERVE, INCLUDE, or EXCLUDE line, the group membership must be defined in a HOST_GROUP line.

The following is a sample local options file.


 Running MATLAB with Other FLEXlm Applications Configuring Redundant License Servers