On this page
For more information about FlexNet, see:
There are three types of FlexNet server managers: We recommend using lmadmin. The license server manager (e.g., lmadmin) should be of the same or later version as a vendor daemon - cameo you use. To use lmadmin on Windows platforms, the Microsoft Visual C++ 2015-2022 Redistributable Package must be installed. You have an option to install this package during the FlexNet Publisher License Server Installer process. Use 64-bit lmadmin or 64-bit lmgrd with a 64-bit cameo daemon vendor file. Important! Offline licenses (license borrowing) To use offline license borrowing with 11.19.6, the modeling tool 2024x Refresh1 version is required. If you are upgrading from an older license server to 11.19.6, users should return their borrowed licenses. Otherwise, a new license will be borrowed. It is the best practice to run license servers on a server-based OS. You need to create a non-root system user with root privileges and install/run the server tools(lmadmin/lmgrd) using it. You need to install the Linux Standard Base (LSB) library. Redhat/Fedora/CentOS 1. Create a new user and add this user to the group. 2. Add user to sudoers (/etc/sudoers). 3. Install the Linux Standard Base (LSB) library. Check if LSB was successfully installed using: In order to query which LSB library is required for a particular Centos version, the following command can be executed: Ubuntu OS 1. Add the user to the 'sudo' group 2. Edit the file /etc/sudoers using visudo. 3. Install the Linux Standard Base (LSB) library. Use 64-bit lmadmin or 64-bit lmgrd with a 64-bit cameo daemon vendor file. Important! Offline licenses (license borrowing) To use offline license borrowing with 11.19.6, the modeling tool 2024x Refresh1 version is required. If you are upgrading from an older license server to 11.19.6, users should return their borrowed licenses. Otherwise, a new license will be borrowed.Version changes
Choosing the Flexnet server manager
Prerequisites
Windows
Modeling tool version 64-bit system 2021x and later Linux
sudo groupadd -r lmadmin
sudo useradd -d /home/lmadmin -g lmadmin -m -r lmadmin
sudo echo "lmadmin ALL=(ALL) NOPASSWD:ALL " >> /etc/sudoers
sudo yum install -y ld-linux.so.2
sudo yum install redhat-lsb-core
lsb_release -a
sudo yum provides /lib/ld-lsb.so.3
sudo adduser newuser
sudo usermod -aG sudo newuser
Modify '/etc/sudoers' with the editor "visudo".
#Create a user called "newuser"
[root@mylinux~]#useradd newuser
[root@mylinux~]#passwd newuser
#Edit the file with visudo:
[root@mylinux~]# visudo
#Find a line 'User privilege specification' and add the following.
newuser ALL=(ALL) ALL
sudo apt-get install lsb-core
Modeling tool version 64-bit system 2021x and later