Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Verifying the Environment Variables on Linux and UNIX

Verifying the Environment Variables on Linux and UNIX

To verify that you correctly defined the library path, installation directory, and ODBC system information environment variables on Linux and UNIX, use the ldd utility to print the shared libraries required for the InitialSync, Extractor, and Applier executables.
For example, use the following commands to run the ldd utility for each executable that works with Teradata sources or targets:
ldd dbsync_extract
ldd dbsync_initiaload_td
ldd dbsync_apply_td
The ldd utility prints the shared library paths for each executable. If any shared libraries are listed as not found, an environment variable is either not defined or not defined incorrectly. In this situation, verify that all of the environment variables are defined correctly, and then run the ldd utility again.

0 COMMENTS

We’d like to hear from you!