Silently Installing Teradata Tools and Utilities - Silently Installing Teradata Tools and Utilities - Teradata Tools and Utilities

Teradata® Tools and Utilities for Linux Installation Guide Amazon Linux, CentOS, OEL, RedHat, SLES, Ubuntu - 20.00

Deployment
VantageCloud
deployment
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Tools and Utilities
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2025-08-12
dita:mapPath
nax1691660037807.ditamap
dita:ditavalPath
bbv1473194095470.ditaval
dita:id
ems1473187628189
Product Category
Teradata Tools and Utilities
Use these steps to silently install Teradata Tools and Utilities from the command line.
  1. Use one of the following command line options to run ./setup.sh:
    Option Action
    ./setup.sh a Installs all packages.
    ./setup.sh bteq Installs one package (in this example, BTEQ) and any required dependencies.
    ./setup.sh bteq tptbase Installs two packages and any required dependencies (you can specify as many package names as you want).
    ./setup.sh 1 2 3 Installs package numbers 1, 2, and 3 and any required dependencies (you can specify as many package numbers as you want).
    ./setup.sh bteq -installdir=/abc Installs BTEQ (in this example) in /abc/teradata/client/20.00 unless another 20.00 product is already installed at a different prefix.
    ./setup.sh bteq -prevrel=1 Installs BTEQ (in this example) in /opt/teradata/client/20.00 and any installed previous version (s) (17.10, 17.00, etc.) will not be removed.
    If an error message about one or more missing library files appears, use the yum install command to download and install the files.
    A screen similar to the following appears. This example is from a Linux install using the "setup.sh a" command. Actual output will be specific to the platform.
    Welcome to the Teradata Tools and Utilities XX.XX installation    v.XX.XX.XX.XX
    Copyright YYYY-YYYY Teradata. All rights reserved.
    IF YOU OR THE ENTITY FOR WHOM YOU ARE INSTALLING THIS SOFTWARE DOES NOT HAVE
    A WRITTEN LICENSE AGREEMENT WITH TERADATA FOR THIS SOFTWARE, DO NOT INSTALL,
    USE, OR ALLOW USE OF THIS SOFTWARE.
    
    Platform: Linux 64bit
    Media: TTU Foundation 64-bit Bundle
    ..................................................................
    
    Using /opt as the install directory as one hasn't been provided.
    Importing TD-RPM-SIGN-KEY
    TD-RPM-SIGN-KEY was imported.
    
    Installing: product
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:product-XX.XX.XX.XX-1            ################################# [100%]
    
    Installing: product
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:product-XX.XX.XX.XX-1            ################################# [100%]
    Running /opt/teradata/client/XX.XX/bin/setactiverel.sh ...
    Updating /etc/profile.d/td-ttu.csh and /etc/profile.d/td-ttu.sh...
    
    Installing: product
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:product-XX.XX.XX.XX-1            ################################# [100%]
    ...
    >
  2. Change back to the root directory.