- Do one of the following on the primary Business Continuity Manager server:
- Configure proxy with default credentials:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [SSH_USER] --pass [SSH_PASS]
- Configure proxy with custom credentials:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [SSH_USER] --pass [SSH_PASS] --cu [PROXY_CERT_USER] --cp [PROXY_CERT_PASS]
- Configure proxy for cloud platforms with the PEM file:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [non-root] --pem [PEMFILE_PATH]
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. - Configure proxy with default credentials:
- After successfully configuring the primary server, do one of the following on the standby Business Continuity Manager server:
- Configure proxy with default credentials:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [SSH_USER] --pass [SSH_PASS] -m
- Configure proxy with custom credentials:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [SSH_USER] --pass [SSH_PASS] --cu [PROXY_CERT_USER] --cp [PROXY_CERT_PASS] -m
Use the same custom credentials that you used when configuring the primary server. - Configure proxy for cloud platforms with the PEM file:
/opt/teradata/bcm/scripts/proxy_cert_config.py -t [TDPID] --user [non-root] --pem [PEMFILE_PATH]
- Configure proxy with default credentials:
- Follow steps 1 and 2 for the standby Teradata system once you have configured proxy authentication for the primary Teradata system.
PostrequisiteComplete the proxy authentication by performing a tpareset on the new Teradata system and a manual tpareset on SQLE 17.05, later versions of SQLE do not require this.