Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Data Warehouse Installation and Administration Guide > Installing and Configuring the Siebel Data Warehouse > Configuring Informatica Server and Repository >
Setting the Environment Variables for Informatica Server Under UNIX
Before configuring the server, add
setenv
variables to .cshrc.
- For Solaris, in the root directory, add these to command lines to .cshrc:
setenv PATH ${PATH}:<path of Informatica Server dir>:.
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<path of Informatica Server dir>
For example:
setenv PATH ${PATH}:/export/home/informatica/pm:.
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/export/home/ informatica/pm
- For AIX, in the root directory, add these command lines to .cshrc:
setenv PATH ${PATH}:<path of Informatica Server dir>:.
setenv LIBPATH ${LIBPATH}:<path of Informatica Server dir>
For example:
setenv PATH ${PATH}:/export/home/informatica/pm:.
setenv LIBPATH ${LIBPATH}:/export/home/informatica/pm
- For HP-UX, in the root directory, add these command lines to .cshrc:
setenv PATH ${PATH}:<path of Informatica Server dir>:.
setenv SHLIB_PATH ${SHLIB_PATH}:<path of Informatica Server dir>
For example:
setenv PATH ${PATH}:/export/home/informatica/pm:.
setenv SHLIB_PATH ${SHLIB_PATH}:/export/home/informatica/pm
Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Data Warehouse Installation and Administration Guide, Version 7.5, Rev. C Published: 18 April 2003 |