...
Run the install_flex_<operating_system>.sh script to start the installation and follow the installer instructions.
Note All the default values presented by the installer should be accepted except for the installation directory which should be changed when prompted (see step 2).
- When you are prompted to choose the installation directory, change the default directory to /opt/local<install_root>/FNPLicenseServerManager.
After the lmadmin service is installed, start it by executing the following command:
Code Block language bash theme DJango linenumbers true sudo systemctl start lmadmin
To check if the service is running, execute the following command:
Code Block language bash theme DJango linenumbers true sudo systemctl status lmadmin
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
cd /opt/local<install_root>/FNPLicenseServerManager/logs tail web.log |
...