Use these steps to silently install Teradata Tools and Utilities from the command line.
- 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/17.20 unless another 17.20 product is already installed at a different prefix. ./setup.sh bteq -prevrel=1 Installs BTEQ (in this example) in /opt/teradata/client/17.20 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 17.20 installation v.17.20.03.00 Copyright 2021-2022 by 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. … There is a previous release installed that is incompatible with the version of TTU to be installed. The XX.XX TTU Client Software should be removed before installing 17.20. The previously installed packages will be automatically removed at this time. Removing packages prior to version 15.10.10.00. … ....................................................................... The following packages are installed: 1. product - XX.XX.XX.XX 2. product - XX.XX.XX.XX … 15. product - XX.XX.XX.XX 16. product - XX.XX.XX.XX Removing: prod-XX.XX.XX.XX - XX.XX.XX.XX Removing: prod-XX.XX.XX.XX - XX.XX.XX.XX … Removing: prod-XX.XX.XX.XX - XX.XX.XX.XX ...................................................... Installing: Product-17.20.00.00 Preparing... ########################################### [100%] 1:Product ########################################### [100%] Installing: Product Preparing... ########################################### [100%] 1:Product ########################################### [100%] Installing: Product 1:Product ########################################### [100%] Adding xxxxx entry to /etc/services file. setting soft links in /usr/lib Installing: Product Preparing... ########################################### [100%] 1:Product ########################################### [100%] … >
- Change back to the root directory.