Configuring
Configuring HCL Workload Automation components after installation.
About this task
You must configure HCL Workload Automation components after installation.
Setting the environment variables
About this task
Before you configure your HCL Workload Automation components, you must set the environment variables using the twa_env or tws_env script. You can use the two scripts interchangeably.
- On Windows operating systems
- HCL/TWA
- On UNIX operating systems
- /opt/HCL/TWA
The upgrade installation process for agents installs a new version of the tws_env script in the directory <TWA_HOME/TWS, where <TWA_HOME> is the HCL Workload Automation installation directory. A backup copy of your original version is created in a backup directory. After the upgrade process, merge the content of the new version with the content of the original version to carry your customized content into the new version.
The script is copied into the backup instance in
/<working_dir>/TWA_<user_name_of_installation_user>

c:\Program Files\HCL\TWA\TWS;c:\Program Files\HCL\TWA\TWS\bin

PATH
, TWS_TISDIR
, and
UNISONWORK
variables. For example, if HCL Workload Automation is installed in the
default directory /opt/HCL/TWA/TWS directory, . ./tws_env.sh sets
the variables as follows:
PATH=/opt/HCL/TWA/TWS:/opt/HCL/TWA/TWS/bin:$PATH
export PATH
TWS_TISDIR=/opt/HCL/TWA/TWS
export TWS_TISDIR
- tws_env.sh for Bourne and Korn shell environments
- tws_env.csh for C Shell environments