Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Teamwork Cloud requires a FlexNet license server to operate. It can be installed on the same system or on a separate machine. This chapter explains how to use the install_flex_centos_rhel.sh automated deployment script, which downloads all required components, deploys the server, creates the systemctl service entry to control it, and creates the necessary firewall rules to allow the required traffic. The firewall rules are created for both the internal and public zones. The script may require modification depending on the zone where the interface is located. However, if the firewall is not running when the installation script is executed, the rules are not be created. In addition, the script creates the lmadmin user, which runs the lmadmin service.

Note
titlePrerequisites
  • The FlexNet server requires the 64-bit Redhat LSB core files and the ld-linux library in order to execute.

  • The install_flex_centos_rhel.sh script is configured for CentOS (Red Hat) 7 or Red Hat 8 , but can be modified for a different OS version as well.

...

Code Block
languagebash
themeDJango
linenumberstrue
sudo yum provides /lib/ld-lsb.so
  • .
3


To install the FlexNet server

...