Installing Dependencies - BAR

Teradata Appliance Backup Utility Installation and User Guide

Product
BAR
Release Number
16.20
Published
November 2017
Language
English (United States)
Last Update
2018-07-13
dita:mapPath
myx1512701901323.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3134
Product Category
Teradata Tools and Utilities
You can use the psh procedure to install each package on all Teradata Database nodes or the Parallel Upgrade Utility (PUT) to install the required Teradata client software packages. Refer to Parallel Upgrade Tool (PUT) Reference for information on PUT.
  1. For the psh procedure, copy the package to a temporary directory on one of the nodes.
  2. At the command line on the node, type:
    psh -group tpa
    op s <package_name>.rpm /tmp
    rpm -i /tmp/<package_name>.rpm
    rm /tmp/<package_name>.rpm
    quit
    The package is installed and the rpm file is removed from the /tmp directory on all Teradata Database nodes.