Install Configuration File - Teradata Tools and Utilities

Teradata® Tools and Utilities for IBM AIX Installation Guide - 17.20

Product
Teradata Tools and Utilities
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2022-10-11
dita:mapPath
ehr1641303557335.ditamap
dita:ditavalPath
wft1465132352442.ditaval
dita:id
B035-3125
Product Category
Teradata Tools and Utilities

An install configuration file (ttu_install.cfg) can be used to change the default behavior during install. Teradata recommends placing the file in the /var/opt/teradata directory.

Teradata Tools and Utilities supports the following options (case-insensitive) within the configuration file ttu_install.cfg:
  • InstallDir=prefix
  • ShareLibs=yes|no
  • BinPath=Back|Front

The ttu_install.cfg file can also specified by the path in the environment variable TTU_INSTALL_CFG or in the user's home directory. If the ttu_install.cfg file is not found, then the value of SharedLibs default to yes.

OptionName Value Meaning
InstallDir prefix Install root location; for example, InstallDir=/abc
ShareLibs no Symbolic links are not created in /usr/lib and /usr/bin.
ShareLibs yes Symbolic links are created in /usr/lib and /usr/bin, if we can write to those locations. If we cannot create the softlinks, the install fails.
BinPath Back The TTU bin path will be added to the end of the PATH environment variable. This is the default if no option is specified.
BinPath Front The TTU bin path will be added to the front of the PATH environment variable.