Setting Up Network Named User Licensing

If you have a Network Named User license, after you install your products, you might need to

Checking the FLEXnet Options File

The installer creates the FLEXnet options file, matlabroot\R2006b\flexlm\MLM.opt, as part of the installation process. In this options file, the installer puts an INCLUDE line for each product you are licensed to install and run. By default, the installer puts the username of the person who performed the installation in these INCLUDE lines. If you performed your own installation, the options file might not need editing. However, if you performed the installation for another user, or if your license server is installed on a UNIX system and you had root privileges when you performed the installation, you will need to edit this options file.

For example, if your username is sysadmin, the options file would look like this.

INCLUDE MATLAB USER sysadmin
INCLUDE Signal_Toolbox USER sysadmin
INCLUDE Optimization_Toolbox USER sysadmin

You must replace sysadmin in these INCLUDE statements with the usernames of the licensed users. Because the installer includes the GROUPCASEINSENSITIVE option in the options file and sets it to ON, login names are not case sensitive. If multiple users are licensed for the same product, you must create a separate INCLUDE line for each user or use the FLEXnet GROUP syntax. The number of users must not exceed the number of license keys available for that product. This example shows both methods.

GROUPCASEINSENSITIVE ON
GROUP matlab_users tom judy mike jean brad
GROUP signal_users tom mike brad
INCLUDE MATLAB GROUP matlab_users
INCLUDE Signal_Toolbox GROUP signal_users
INCLUDE Optimization_Toolbox USER mike
INCLUDE Optimization_Toolbox USER jean


© 1984-2006 The MathWorks, Inc. Terms of Use Patents Trademarks Acknowledgments