FileNet P8 Content Search Engine, Version 5.0.+            Operating systems:  AIX, HP-UX, Linux, Solaris

Setting environment variables for IBM Legacy Content Search Engine (UNIX®)

IBM® Legacy Content Search Engine requires environment variables to be added to the .profile file of the Autonomy K2 operating system user.

To set environment variables:

In the .profile file for k2_os_user, set the PATH , SHLIB_PATH, LIBPATH, and LD_LIBRARY_PATH environment variables (depending on your operating system), each on its own line, without line breaks.
Important: If your .profile file has a line containing set -u that appears before the lines involving PATH , SHLIB_PATH, LIBPATH, or LD_LIBRARY_PATH, you must do one of the following edits before setting the environment variables:
  • Remove the line containing set -u from the .profile file.
  • Move the line containing set -u to a point in the .profile file below the lines involving PATH, SHLIB_PATH, LIBPATH, or LD_LIBRARY_PATH.
AIX®
PATH=$PATH:verity_install_path/k2/_rs6k43/bin
export PATH
LIBPATH=$LIBPATH:verity_install_path/k2/_rs6k43/bin
export LIBPATH
HP-UX
PATH=$PATH:verity_install_path/k2/_hpux/bin
export PATH
SHLIB_PATH=$SHLIB_PATH:verity_install_path/k2/_hpux/bin
export SHLIB_PATH
Linux®
PATH=$PATH:verity_install_path/k2/_ilnx21/bin
export PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:verity_install_path/k2/_ilnx21/bin
export LD_LIBRARY_PATH
Solaris
PATH=$PATH:verity_install_path/k2/_ssol26/bin
export PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:verity_install_path/k2/_ssol26/bin
export LD_LIBRARY_PATH


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)