The Autodesk Moldflow Insight 2019.0.2 Update is supplied as a self-extracting shell script for easy installation. Before installing the solvers on a Linux system, check that your platform and hardware are supported.
Uninstall your 2019 version or your 2019.0.1 update, then download and install the .tar file for the 2019.0.2 update.
To cater for the wide variance in Linux configurations possible, Autodesk Moldflow Insight is provided in two alternate forms; a workstation and a thin client package. There is no functional difference in Autodesk Moldflow Insight between these two packages.
The workstation package contains Autodesk Moldflow Insight packaged into rpms and thus requires an rpm based distribution such as Red Hat or CentOS. The installed files are installed in default system locations and are not suitable for either sharing between multiple machines or relocating to alternate paths.
The thin client package contains Autodesk Moldflow Insight packaged in Linux archives (.tgz). This package is designed to work on both rpm and non-rpm based Linux distributions providing all dependencies are satisfied. In particular this package format is designed to be placed in a file system location that can be shared to multiple machines.
To run Design of Experiment (DoE), Runner Balance or Optimization analyses from the command line on Linux, the following two conditions should be satisfied. These conditions are required because the dssp_jobserver process may be running as a different user from the one launching a study analysis. This process requires a certain degree of read and execute access to the files and folders involved in the user's study analysis.
umask 0022
chmod go+rx /tmp chmod go+rx /tmp/A/ chmod go+rx /tmp/A/B
Be aware that this may render the data in these folders visible to others. The default temporary folder is "/tmp" and its default permissions are sufficient to enable studies to be executed with no change required.
For workstation installation, the dssp_jobserver daemon runs as the "dssp" user, which does not have elevated privileges by default. For thin client installations, the dssp_jobserver runs as the user who started it. In both these cases, please ensure the dssp_jobserver has the required permissions when running DoE, Runner Balance or Optimization from the command line.