HCL Workload Automation, Version 9.4

Changing temporary directory when installing using Installation Manager

When you install the HCL Workload Automation using Installation Manager, you can change the default path of the temporary directory.

To change the location of the default directory where temporary files are stored during the installation of the HCL Workload Automation using the IBM Installation Manager, perform the following actions:
  1. Go to the Installation Manager installation path, edit the IBMIM.ini file and after line:
    -vmargs
    add the following line:
    -Djava.io.tmpdir=<new_temp_folder>
    where <new_temp_folder> is the full path to the new temporary directory.
  2. Restart the Installation Manager and install the HCL Workload Automation.

Examples:

On Windows operating systems:
-vmargs
-Djava.io.tmpdir=C:\NewDir
On UNIX operating systems:
-vmargs
-Djava.io.tmpdir=/tmp/NewDir