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. For more information, see Siebel Search Environmental Variables. Unlike the Windows platform, in which Siebel code sets up the environment variables for you automatically, you must set it manually in UNIX. The following steps 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:

    vi setfuladmin.csh

  2. Set variables (Change the following paths for SIEBEL_ROOT and FULHOME to the correct values for your installation.) 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 Solaris and 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 Copyright © 2009, Oracle and/or its affiliates. All rights reserved. Legal Notices.