IBM Books

DB2 Replication Guide and Reference


Setting up a UNIX User Account

Before you set up the Capture and Apply programs, you must set up a UNIX user account to run the programs. To set up a user account, add the following two statements to your .profile:

export SHLIB=$SHLIB:/db2dir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/db2dir

Where db2dir is the library directory where DB2 is installed. For example, if you're working in a Solaris environment, add the following statements to your .profile:

export SHLIB=$SHLIB:/opt/ibmdb2/v5.0/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBMdb2/v5.0/lib


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]