Synchronizing Time on the Servers | Teradata DSA | DSE | DSU - Synchronizing Time on the Servers - BAR - Data Stream Architecture - Data Stream Extensions

Teradata® DSA - DSE for IBM Spectrum Protect Installation, Configuration, and Upgrade Guide

Product
BAR
Data Stream Architecture
Data Stream Extensions
Release Number
17.10
Published
March 2021
Language
English (United States)
Last Update
2021-04-19
dita:mapPath
xcs1611950516794.ditamap
dita:ditavalPath
gjr1576617673366.ditaval
dita:id
B035-3155
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
The time must be synchronized between all servers in the DSA environment so that messages expired from the ActiveMQ server are not lost. The servers include:
  • DSC server
  • DSA media server
  • Viewpoint server
  • DBS node(s)

The servers should be set in the same time zone with teradata-ntp to achieve synchronization of timestamps.

Use this procedure for each server in the DSA environment.

  1. Log on as root to the server.
  2. Open and edit /etc/ntp.conf.
  3. Add the following to the end of the file where host is the hostname of the time server:
    server host
    For example:
    server time00.teradata.com
  4. To verify that the NTP service runs when the server starts up, type:
    chkconfig ntp on
  5. To restart the NTP service manually, type:
    /etc/init.d/ntp restart