Siebel Search Administration Guide > Installing Siebel Search Under UNIX >

Search Server Environment Variable Settings


In order to work correctly, Hummingbird requires you to create environment variables. See Siebel Search Environmental Variables for further information. Unlike the Windows platform, in which Siebel code will set up for you automatically, you need to set it manually in UNIX. The following steps will show you how to prepare a script file that sets these environment variables. Then when you run Hummingbird and DataDirect utilities, you can use the "source" command to load these parameters and set them in one step.

To prepare a script file to set up environmental variables

  1. Navigate to your Hummingbird installation directory and create a script file named setfuladmin.csh to set up Hummingbird environment variable like this:
  2. vi setfuladmin.csh

  3. Set variables (Change the paths below for SIEBEL_ROOT and FULHOME to the correct values for your installation.)
  4. For example:

    setenv SIEBEL_ROOT /export/home/Siebel

    setenv FULHOME /export/home/fulcrum

    setenv FULSEARCH ${FULHOME}/fultext:${SIEBEL_ROOT}/search/ServerDataSrc/index

    setenv FULCREATE ${SIEBEL_ROOT}/search/ServerDataSrc/index

    setenv FULTEMP ${SIEBEL_ROOT}/search/ServerDataSrc/temp

    setenv PATH ${FULHOME}/bin:$PATH

    setenv STRBLOBBLOC ${FULHOME}/fultext

    setenv LXDATALOC ${FULHOME}/fultext/inxight

    setenv LD_LIBRARY_PATH ${FULHOME}/DataDirect/lib:${FULHOME}/lib:$LD_LIBRARY_PATH (for Solaris only)

    setenv LIBPATH ${FULHOME}/DataDirect/lib:${FULHOME}/lib:$LIBPATH (for aix only)

    setenv SHLIB_PATH /export/home/fulcrum/lib:$ SHLIB_PATH (for HP-UX only)

    setenv ODBCINI ${FULHOME}/DataDirect/odbc.ini


 Siebel Search Administration Guide 
 Published: 19 June 2003