Manually Configuring Proxy Authentication on a Teradata System or Single Node - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.50
Published
January 2020
Language
English (United States)
Last Update
2020-02-04
dita:mapPath
frp1571162435023.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Do one of the following:
    • Run the systemProxyConfig.sh script using the unityPasswd tool with required credentials. With this option, you do not have to specify required credentials as arguments.

      Host:/opt/teradata/unity/scripts #./ systemProxyConfig.sh -s tdpid

    • If the username and password were not supplied using the UnityPasswd tool, you must specify the user (typically root) and user password used to configure proxy on the Teradata system:

      Host:/opt/teradata/unity/scripts #./ systemProxyConfig.sh -s tdpid -u root -P [password]

    • To repair the proxy on all Teradata system nodes on all unity servers in parallel, use the PROXY PAIR command from unityadmin:

      unityadmin> proxy pair [tdpid] password <system password>;

    The PROXY PAIR command does not support the unityPasswd tool for supplying a password.
    To use this command, the root password must be synchronized on all system nodes.