Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  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

Preparing Netezza Target Systems

Preparing Netezza Target Systems

After you install Informatica Data Replication on a Netezza target system, you must complete several tasks to prepare the system for data replication.
  1. Download the Netezza ODBC driver from the Netezza Support website at http://www.netezza.com/support/index.aspx.
    1. Download the CLI package for your operating system from the Netezza FTP site. For example, download linux64cli.package.tar.
    2. Extract the contents of the tar file by using the tar command. For example:
      tar -xvf linux64cli.package.tar
      The following files are extracted:
      • npsclient.
        version
        .
        patchlevel
        .tar.Z
      • unpack
    3. Run the unpack shell script. Point to the location where the Netezza ODBC driver is installed. The expanded directories include a
      lib64
      directory and a
      bin64
      directory.
    4. For AIX, create a symbolic link in the lib64 directory:
      ln -s libnzodbc.a libnzodbc.so
  2. To define the ODBC data source, define an ODBC driver named “NetezzaSQL” in the odbcinst.ini file.
    The following statements are required:
    [NetezzaSQL]
    Driver=$<Netezza_installation>/lib64/libnzodbc.so
    Threading=0
    The following parameters are optional:
    APILevel=1
    CharacterTranslationOption=all
    ConnectFunctions=YYN
    DebugLogging=false
    Description=Netezza ODBC driver
    DriverODBCVer= 03.51
    LogPath=/tmp
    PreFetch=256
    Setup=$<Netezza_installation>/lib64/libnzodbc.so
    Socket=16384
    UnicodeTranslationOption=utf8
    If the odbcinst.ini file does not exist, you can create it in any directory.
  3. Define the DD_INSTALLDIR, ODBCINST, and ODBCINI environment variables in the user profile:
    DD_INSTALLDIR=$DBSYNC_HOME/dd
    ODBCINST=$DD_INSTALLDIR/odbcinst.ini
    ODBCINI=<user_home>/.odbc.ini
  4. Add the ODBC environment variable values to the library path environment variable.
    The library path environment variable varies by operating system:
    • LD_LIBRARY_PATH on Linux
    • LD_LIBRARY_PATH_64 on Solaris
    • LIBPATH on AIX
    • SHLIB_PATH on HP-UX
    For example:
    library_path
    =$DBSYNC_HOME/support:
    Netezza_driver_installation
    /lib64:
    library_path

0 COMMENTS

We’d like to hear from you!