Configure the Job Manager temporary directory

Choose a temporary directory into which the Job Manager will store its files.

The temporary directory should have the following characteristics:

The default directory is /tmp. It is recommended that you change this because many systems wipe /tmp on startup.

Use the supplied /opt/Autodesk/moldflow/ami2015/sbin/reconfigure shell script to change the Job manager temporary directory. The syntax is:
/opt/Autodesk/moldflow/ami2015/sbin/reconfigure MFSYN_TMP=[path]
where [path] is the absolute directory to use. Do not type the brackets.
Note: Spacing is important; there must be no spaces around the = sign.
Example: You want to use the directory /var/opt/Autodesk/moldflow/jobs for jobs. This directory does not yet exist.
# mkdir -p /var/opt/Autodesk/moldflow/jobs
# chown amijm /var/opt/Autodesk/moldflow/jobs
# /opt/Autodesk/moldflow/ami2015/sbin/reconfigure MFSYN_TMP=/var/opt/Autodesk/moldflow/jobs
Note: You can edit the file /etc/opt/Autodesk/ami2015 by hand instead of using the reconfigure shell script. The format is the same as the argument to the script.