Configure Proxy Authentication on a System/Single Node | Teradata Business Continuity Manager - Manually Configuring Proxy Authentication on a Teradata System or Single Node - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Do one of the following:
    • Run the systemProxyConfig.sh script using the bcmPasswd tool with the required credentials. With this option, you do not have to specify required credentials as arguments.

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

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

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

    • To repair the proxy on all Teradata system nodes and on all Business Continuity Manager servers in parallel, use the PROXY PAIR command at the bcmadmin prompt:

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

    The PROXY PAIR command does not support the bcmPasswd tool for supplying a password.
    To use this command, synchronize the root password on all system nodes.
PostrequisitePerform a TPAReset of the Teradata system to complete the proxy configuration.