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

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.51
Published
May 2020
Language
English (United States)
Last Update
2020-06-01
dita:mapPath
oic1588030762460.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 at 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.