No-Such-File-or-Directory-Err-Linux-Concurrent
Last Update: 10/10/2023
If you fail to start the Origin license server in a Linux OS and get the following error message in the lmgrd log file
(lmgrd) license daemon: system error code: No such file or directory
Or get the following information in the lmstat output
Vendor daemon status (on server_name): orglab: The desired vendor daemon is down (-97,121)
It is because the lmgrd daemon could not find the orglab daemon.
To resolve this problem,
sudo apt update sudo dpkg --add-architecture i386 sudo apt update sudo apt install libc6:i386 libstdc++6:i386 libncurses5:i386 zlib1g:i386 sudo ln -s /lib/i386-linux-gnu/ld-linux.so.2 /lib/ld-lsb.so.3
VENDOR orglab <full path to orglab daemon binary>
For example,
VENDOR orglab /opt/OriginLicenseServer
Keywords:licensing, concurrent, floating license, network, Linux