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
17.00
Published
November 30, 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
qqn1544831938746.ditamap
dita:ditavalPath
bbv1473194095470.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) to 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-1700.repo
    -----------------------------------------------------------------
    [ttu-foundation-1700]
    name=TTU Foundation 1700 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-1700.repo to /etc/yum.repos.d? [y/n]:
  4. Provide “y” as input so that the TTU repo is added to the YUM configuration.
    • <Bundle-Location> is the absolute path of the Bundle.
    • <Arch> is the bundle-supported architectures. Ex: i386-x8664, s390x.