Installation Guide for Windows |
License File Processing on a License Server
When you install the license manager as part of a network installation, the installer processes your License File, adding two lines to the file: the SERVER
line and the DAEMON
line. These lines provide information about the location of the license server and daemon. The installer puts this processed version of the License File into the $MATLAB\flexlm
folder.
The following is a sample of a processed License File. Note the addition of the SERVER
and DAEMON
lines at the top of the file.
SERVER yourserver INTERNET=144.212.101.43 27000 DAEMON MLM C:\matlabr14beta2\flexlm\mlm.exe \ options=C:matlabr14beta2\flexlm\MLM.opt # BEGIN-------cut here-------CUT HERE-------BEGIN # MATLAB license passcode file for use with FLEXlm. # LicenseNo: 12345 HostID: INTERNET=144.212.101.43 INCREMENT TMW_Archive MLM 14 01-may-2004 0 DC0E07D489483CC8E89 \ VENDOR_STRING=20008001200000000f HOSTID=DEMO SN=12345 INCREMENT MATLAB MLM 14 01-may-2004 1 EC1E777897879DB7E4EA \ DUP_GROUP=UH SN=12345 INCREMENT SIMULINK MLM 14 01-may-2004 1 2C4E6709123C87893A9B \ DUP_GROUP=UH SN=12345 INCREMENT Control_Toolbox MLM 14 01-may-2004 1 AC2E789974A6965DDC10 \ DUP_GROUP=UH SN=12345 INCREMENT Identification_Toolbox MLM 14 01-may-2004 1 \ AC0ED7C979217F359783 DUP_GROUP=UH SN=12345 INCREMENT Stateflow MLM 14 01-may-2004 1 9C0E34891ED3503BA8B \ DUP_GROUP=UH SN=12345 INCREMENT Database_Toolbox MLM 14 01-may-2004 1 3CAE9769DEB256724EB7 \ DUP_GROUP=UH SN=12345 # END---------cut here-------CUT HERE-------END#
SERVER Line
The SERVER
line identifies the system on which the license manager is running, using the format
hostname
is the name of your license server, i.e., the system on which the license manager is running.
hostID
is the host ID of the license server. The host ID in the SERVER
line must match the host ID in the comment section of the License File.
TCP_PortNumber
specifies the TCP/IP port to use for communication with the daemons. Do not change this number unless you know it conflicts with other software. A valid port number is any unused port number between 0 and 64000. If no TCP/IP port number is specified, FLEXlm uses a port number in the range 27000 to 27009.
DAEMON Line
The DAEMON
line identifies the name and location of the vendor daemon, using the format
vendor
is the name of the vendor daemon, MLM
for The MathWorks.
vendor_daemon_path
is the fully specified path to the daemon executable, for example, C:\MATLAB7\flexlm\mlm.exe.
options_file_path
is the full path of the options file, for Named User licenses, for example, options=C:\MATLAB7\flexlm\MLM.opt.
Creating a License File | License File Processing on Client Systems |