Clear Filters
Clear Filters

Why am I unable to start the Network License Manager on Linux?

88 views (last 30 days)
Why do I receive one of the following errors when I try to launch the Network License Manager on Linux?
./lmgrd: Command not found.

 

/lib64/ld-lsb-x86-64.so.3: bad ELF interpreter: No such file or directory

 

MLM: can't initialize: Invalid license file syntax. (-2,40027) EXITING DUE TO SIGNAL 52 Exit reason 20

 

eval: 1: /var/tmp/lm_TMW.ld: not found
Waiting 300 secs for MATLAB vendor daemon to come up . . .
Type your interrupt character (usually CTRL-C) to quit.
Time = 3 secs : still waiting . . .
/usr/local/MATLAB/R2024a/etc/glnxa64/lmhostid: not found
Error: Your hostname matches the hostname on a SERVER line in
your license file but the lmhostid in that line does not.
Your local lmhostid(s) are:
Your hostname is: licserver1.support.mathworks.com
The SERVER line in question is:
-----------------------------------------------
SERVER licserver1.support.mathworks.com 001122DDEE99 27000
-----------------------------------------------
Please stop, fix the problem, and try again . . .

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Sep 2024 at 0:00
Edited: MathWorks Support Team on 25 Sep 2024 at 12:36
If you are using a version of the Network License Manager that shipped with R2024a or older, it required LSB on Linux to be installed. If LSB is not installed or unavailable on your Linux distribution, then errors above would appear.
You can fix these errors by replacing your existing copy of the Network License Manager with a version of the Network License Manager that comes with R2024b or newer. The latest version of the license manager can be installed using the R2024b MathWorks Product Installer or by downloading the binaries the ZIP archive found here:
License Manager Download
The first version of lmgrd and MLM that MATLAB ships with that does not require LSB is v11.19.5.0. To check the version of lmgrd and MLM that you have already installed, use these commands in the directory that lmgrd and MLM live in.
./lmutil lmver lmgrd
./MLM lmver

 

Note: As of R2024b, the Enterprise License Manager binaries have similarly been updated to FlexNet v11.19.5 and no longer depend on the LSB Core libraries. However, these binaries are different and they can only be downloaded by a license administrator of an Enterprise license.

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2011a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!