Using the Bundle Available on the Local Machine to Configure the TTU Repository - Teradata Tools and Utilities

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

Product
Teradata Tools and Utilities
Release Number
16.20
Published
November 2020
Language
English (United States)
Last Update
2020-11-19
dita:mapPath
del1512703274392.ditamap
dita:ditavalPath
linux_No_ie.ditaval
dita:id
B035-3160
lifecycle
previous
Product Category
Teradata Tools and Utilities
Complete the following steps to install TTU packages through YUM using the bundle available on the local machine.
  1. Make sure the Bundle is copied to target machine.
  2. Change directory to the repository location available inside the Bundle:
    cd <Bundle-Location>/Linux|Ubuntu/<Arch>
  3. Run the mkrepo.sh shell script (without any inputs) which will add the Teradata repository to the local YUM configuration:
    sh mkrepos.sh
    No inputs are provided to the ./mkrepo.sh script
    So assuming that Bundle(and rpm repo) is available on local host. Configuring rpm repo locally
    Would you like to continue:(y/N)?
    y
    Use the following Yum repository file:
    
    Filename: /etc/yum.repos.d/ttu-foundation-1620.repo
    -----------------------------------------------------------------
    [ttu-foundation-1620]
    name=TTU Foundation 1620 i386-x8664
    baseurl=file://<Bundle-Location>/TeradataToolsAndUtilitiesBase/Linux/Arch>
    enabled=1
    gpgcheck=1
    gpgkey=https://access.teradata.com/resources/html/RPM-GPG-KEY-teradata
    -----------------------------------------------------------------
    Copy /tmp/ttu-foundation-1620.repo to /etc/yum.repos.d? [y/n]:
  4. Provide “y” as input so that the TTU repo will be added to the YUM configuration.
    Here:
    • <Bundle-Location> is the absolute path of the Bundle.
    • <Arch> is the bundle-supported architectures. Ex: i386-x8664, s390x.