Starting and stopping Sybase Search

Windows

In Windows, you can start and stop Sybase Search containers and the Web administration server from the Windows Start Menu or from a command prompt.

StepsTo start Sybase Search from the Windows Start menu

  1. Select Programs | Sybase.

  2. Select Sybase Search 3.2.

StepsTo stop Sybase Search from the Windows Start menu

  1. Select Programs | Sybase.

  2. Select Sybase Search 3.2.

StepsTo start Sybase Search from a Windows command prompt

  1. Open a Windows command prompt.

  2. To start a container, navigate to the install_location\OmniQ\bin directory and enter:

    sysearch32.bat -start ID
    

    where ID is the container ID of the container you want to start. The container ID of the hub container is always 1.

  3. To start the Web administration server, navigate to the install_location\Hyena\bin directory and enter:

    Hyena32.bat -start
    

StepsTo stop Sybase Search from a Windows command prompt

  1. Open a Windows command prompt.

  2. To stop a container, navigate to the install_location\OmniQ\bin directory and enter:

    sysearch32.bat -stop ID
    

    where ID is the container ID of the container you want to start. The container ID of the hub container is always 1.

  3. To stop the Web administration server, navigate to the install_location\Hyena\bin directory and enter:

    Hyena32.bat -stop
    

Solaris

In Solaris, you can start and stop Sybase Search containers and the Web administration server from a command line.

NoteBefore starting any containers, you must set the library path environment variable LD_LIBRARY_PATH. To set this variable, navigate to the install_location\OmniQ\bin directory and enter:

. ./env.sh

AIX and Linux

In AIX and Linux, you can start and stop Sybase Search containers and the Web administration server from a command line.

NoteBefore starting any containers, you must set the library path environment variable for the current profile. The library path environment variable is LIB_PATH and LD_LIBRARY_PATH for AIX and Linux, respectively. To set this variable, navigate to the install_location\OmniQ\bin directory and enter:

. ./env.sh