HCL Workload Automation, Version 9.4

Changing temporary directory when installing using Installation Manager

When you install the Dynamic Workload Console 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 Dynamic Workload Console using the IBM Installation Manager, perform the following actions:
  1. Go to the Installation Manager installation path, edit the IBMIM.ini file and add after line:
    -vmargs
    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 Dynamic Workload Console.

Examples:

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