Replication Service Connection for TLS 1.2 | Teradata Data Mover - Setting up a TLS 1.2 Connection for Replication Service - Teradata Data Mover

Teradata® Data Mover Installation, Configuration, and Upgrade Guide for Customers - 20.03

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.03
Published
July 2024
ft:locale
en-US
ft:lastEdition
2024-07-17
dita:mapPath
vuu1713418923137.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
pqq1467243714524
Product Category
Analytical Ecosystem

Perform the following steps to set up TLS 1.2 for the PostgreSQL Replication Service using your own certificates:

  1. If active, stop the failover monitoring service:
    /opt/teradata/client/nn.nn/datamover/failover/dmcluster stopmonitor

    Where nn.nn in the path refers to the version numbers of Data Mover.

  2. Run the following on both the primary and secondary systems:
    1. Edit the /var/opt/teradata/postgres/data/postgresql.conf configuration file.
    2. Replace the following properties with your certificate files:
      • ssl_cert_file=server certificate
      • ssl_key_file=server private key
      • ssl_ca_file=trusted certificate authorities

      For more information on these properties, refer to https://www.postgresql.org/docs/10/runtime-config-connection.html#GUC-SSL-CERT-FILE.

    3. Stop the Daemon service:
      /etc/init.d/dmdaemon stop
    4. Stop the DSC service:
      /etc/init.d/dsc stop
    5. Restart the Postgres service:
      /etc/init.d/postgresql restart
    6. Start the DSC service:
      /etc/init.d/dsc start
    7. Start the Daemon service:
      /etc/init.d/dmdaemon start
  3. Start the failover monitoring service if it was previously configured:
    /opt/teradata/client/nn.nn/datamover/failover/dmcluster startmonitor