Silently Installing Teradata Tools and Utilities - Teradata Tools and Utilities

Teradata Tools and Utilities for Linux Installation Guide CentOS, Red Hat, SUSE, s390x, Ubuntu

Product
Teradata Tools and Utilities
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-01
dita:mapPath
hhg1488824663515.ditamap
dita:ditavalPath
linux_No_ie.ditaval
dita:id
B035-3160
Product Category
Teradata Tools and Utilities
Use these steps to silently install Teradata Tools and Utilities from the command line.
  1. Run ./setup.bat with one of the following command line options:
    Option Action
    ./setup.bat a Installs all packages and any required dependencies except tdwallet.
    ./setup.bat w Installs all packages and any required dependencies, including tdwallet.
    ./setup.bat bteq Installs one package (in this example, BTEQ) and any required dependencies.
    ./setup.bat arc bteq cobpp Installs three packages and any required dependencies (you can specify as many package names as you want).
    ./setup.bat 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.bat bteq -installdir=/abc Installs BTEQ (in this example) in /abc/teradata/client/16.10 unless another 16.10 product is already installed at a different prefix.
    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 will display. This example is from a Linux install using the setup.bat a command. Actual output will be specific to the platform.
    #############
          ###
          ###
          ### ###### #######       ##      ######        ##   #########  ##
          ### ##     ##    ##     ####     ##    ##     ####     ##     ####
          ### ##     ##    ##    ##  ##    ##     ##   ##  ##    ##    ##  ##
          ### ##     ##   ##    ##    ##   ##     ##  ##    ##   ##   ##    ##
          ### #####  ## ##      ##    ##   ##     ##  ##    ##   ##   ##    ##
          ### ##     ##  ##    ######  ##  ##     ## ######  ##  ##  ######  ##
          ### ##     ##   ##   ##      ##  ##     ## ##      ##  ##  ##      ##
          ### ##     ##    ## ##        ## ##    ## ##        ## ## ##        ##
          ###  ########     ####        ##  #####   ##        ##  # ##        ##
           ##
     
    Welcome to the Teradata Tools and Utilities 16.10 installation    v.16.00.00.00
    Copyright 2002-2016 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 16.10.
     
    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-16.10.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%]
    …
    > 
    
  2. Change back to the root directory.
  3. Unmount the media drive.

    umount /mnt

  4. Remove the installation media from the media drive.