Why is the INCLUDE line for MATLAB 6.1 (R12.1) products with multiple users not created in the MLM.opt options file?

3 views (last 30 days)
Why is the INCLUDE line for MATLAB 6.1 (R12.1) products with multiple users not created in the MLM.opt options file?
For example, I have the following license file:
# MATLAB license passcode file for use with FLEXlm 6.1g
# LicenseNo: DEMO HostID: 51f374ae
INCREMENT TMW_ARCHIVE MLM 12 01-jan-0000 0 FZXD8121223D0AC1360FG VENDOR_STRING=800000000010003 HOSTID=DEMO SN=0
INCREMENT MATLAB MLM 12 15-may-2002 4 4C4CDCVB1607F123GB1B
USER_BASED DUP_GROUP=UH SN=DEMO
INCREMENT SIMULINK MLM 12 15-may-2002 1 4DQWE1ECA294568F5846 \
USER_BASED DUP_GROUP=UH SN=DEMO
INCREMENT Curve_Fitting_Toolbox MLM 1 15-may-2002 10 \
3C6CG0FBBAQHJKW51FC7D USER_BASED DUP_GROUP=UH SN=DEMO
but my MLM.opt Options file contains:
INCLUDE SIMULINK USER username
INCLUDE Curve_Fitting_Toolbox USER username

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Feb 2022
Edited: MathWorks Support Team on 23 Feb 2022
You will need to manually edit the MLM.opt Options file and add the INCLUDE line for the products that are not listed.
For example, assume you have the following license file:
# MATLAB license passcode file for use with FLEXlm 6.1g # LicenseNo: DEMO HostID: 51f374ae INCREMENT TMW_ARCHIVE MLM 12 01-jan-0000 0 FZXD8121223D0AC1360FG VENDOR_STRING=800000000010003 HOSTID=DEMO SN=0 INCREMENT MATLAB MLM 12 15-may-2002 4 4C4CDCVB1607F123GB1B USER_BASED DUP_GROUP=UH SN=DEMO INCREMENT SIMULINK MLM 12 15-may-2002 1 4DQWE1ECA294568F5846 \ USER_BASED DUP_GROUP=UH SN=DEMO INCREMENT Curve_Fitting_Toolbox MLM 1 15-may-2002 10 \ 3C6CG0FBBAQHJKW51FC7D USER_BASED DUP_GROUP=UH SN=DEMO
You should edit your MLM.opt options file such that it resembles:
GROUP MatlabUsers usr1 usr2 usr3 usr4 INCLUDE MATLAB GROUP MatlabUsers INCLUDE SIMULINK USER usr1 INCLUE Curve_Fitting_Toolbox USER usr2
where usr1, usr2, usr3, and usr4 are usernames.
For more information on modifying your MLM.opt options file, please see the section entitled "Set Up Named User Licensing" in the License Administration Guide. This guide is available at the following URL:

More Answers (0)

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!