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

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

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Tools and Utilities
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-11-15
dita:mapPath
ykm1691660447529.ditamap
dita:ditavalPath
wft1465132352442.ditaval
dita:id
uji1464394385671
lifecycle
latest
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.
    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.