In the following instructions, inside simulation-computeX
, X
should be replaced with SCM major release
The following process updates the location of a temporary working path for Simulation Compute Manager. For this example, the new location will be referred to as /tmp/scmWorking
Create the new location with the properties outlined above.
Stop any existing Simulation Compute Manager instances with curl localhost:43500/terminate
or curl <hostname>:43500/terminate
.
Allow sufficient time for the processes to exit cleanly.
Make sure the SimulationCompute processes are terminated by calling /sbin/pidof SimulationCompute
. If a process IDs are returned, kill the all processes using kill -9 '<process ID>'
.
Make sure the fs-harness process is terminated by calling /sbin/pidof fs-harness
. If a process ID is returned, kill the process using kill -9 '<process ID>'
Set the environment variable:
export -x SCM_WORKING=/tmp/scmWorking
Start the Simulation Compute Manager using:
$INSTALL_ROOT/opt/Autodesk/simulation-computeX/bin/SimulationCompute
The environment variable that changes the location of a storage path for Simulation Compute Manager is SCM_DATAPATH. The environment variable must be set prior to starting the Simulation Compute Manager. For this example, the new location will be referred to as /tmp/newlocation
Create the new location with the properties outlined above.
Stop any existing Simulation Compute Manager instances with curl localhost:43500/terminate
or curl <hostname>:43500/terminate
.
Allow sufficient time for the processes to exit cleanly.
Make sure the SimulationCompute processes are terminated by calling /sbin/pidof SimulationCompute
. If a process IDs are returned, kill the all processes using kill -9 '<process ID>'
.
Make sure the fs-harness process is terminated by calling /sbin/pidof fs-harness
. If a process ID is returned, kill the process using kill -9 '<process ID>'
Set the environment variable:
export -x SCM_DATAPATH=/tmp/newlocation
Start the Simulation Compute Manager using:
$INSTALL_ROOT/opt/Autodesk/simulation-computeX/bin/SimulationCompute
Remove any existing installation of Moldflow Insight or Simulation Compute Manager from the machine and delete or remove /var/opt/Autodesk/SimulationCompute/vX/config
. To uninstall and delete or remove this file, you would need root access.