Autodesk Licensing Service

In Figure 1 we have a Workstation install of Autodesk Moldflow Insight and the Autodesk Licensing Service both running on the same machine:

Figure 1
  1. Autodesk Moldflow Insight
  2. Autodesk Licensing Service
  3. FlexLM License Server

In Figure 2 we have a typical Linux cluster setup. Each machine has a Thin-Client install of Insight which target the Autodesk Licensing Service running on a central node:

Figure 2
  1. Autodesk Moldflow Insight
  2. Autodesk Licensing Service
  3. FlexLM License Server

Workstation install

Note: It requires administrator privilege to install a workstation version of the Autodesk Licensing Service. If you do not have the required administrator privilege, please see the "Thinclient install" section below.

Run the following script to install the workstation version of Autodesk Licensing Service:

sudo sh install-workstation-autodesk-moldflow-insight-license-configuration-20XX.X.X-glibc2.17.sh

You will be prompted to enter the hostname/IP address of your Network License Manager (NLM):

Where is the Network License Manager?
This can be an IP address (192.168.12.33) or hostname/FQDN (host.domain.com)
Provide IP address or hostname: // e.g., 192.168.12.33

The script report sucess:

Registering Moldflow Product Information...
 - Registered successfully.

Validate that the service is active:

systemctl status adsklicensing.service

Workstation uninstall

Run sudo /opt/Autodesk/moldflow/autodesk-moldflow-insight-license-configuration-20XX.X.X/sbin/uninstall -y to uninstall the Autodesk Licensing Service.

Thinclient install

Note: Although administrator privilege is not required for the thinclient version, you have to have write access to directory /var/opt/Autodesk. Also, directories /var/opt/Autodesk/Adlm and /var/opt/Autodesk/AdskLicensingService must be empty if they exist.

Run the following script to install the thinclient version of Autodesk Licensing Service:

sh install-thinclient-autodesk-moldflow-insight-license-configuration-20XX.X.X-glibc2.17.sh -- -d <directory> ADSKFLEX_LICENSE_SERVER=<license server>

where <license server> is the hostname/IP address of your Network License Manager (NLM).

Thinclient uninstall

Run <directory>/autodesk-moldflow-insight-license-configuration-20XX.X.X/sbin/uninstall -y to uninstall the Autodesk Licensing Service.