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.
Starting Sybase Search from the Windows Start menu
Select Programs | Sybase.
Select Sybase Search 3.5.
To start a single server installation, select Start Single Server. The single container and Web administration server start and run in a Windows console.
To start the hub container, select Start Hub Container. The hub container starts and runs in a Windows console.
To start a satellite container, select Start Satellite Container n, where n is the number that identifies the satellite container. The satellite container starts and runs in a Windows console.
To start the Web administration server, select Start Web Administration Server. The Web administration server starts and runs in a Windows console.
Stopping Sybase Search from the Windows Start menu
Select Programs | Sybase.
Select Sybase Search 3.5.
To stop a single server installation, select Stop Single Server. The single container and Web administration server stop and the Windows console closes.
To stop the hub container, select Stop Hub Container. The hub container stops and the Windows console closes.
To stop a satellite container, select Stop Container n, where n is the number that identifies the satellite container. The satellite container stops and the Windows console closes.
To stop the Web administration server, select Stop Web Administration Server. The Web administration server stops and the Windows console closes.
Starting Sybase Search from a Windows command prompt
Open a Windows command prompt.
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.
The log files are not created for containers by default
when using the command line start scripts. Thus, if you need to
create a log file, use the “tee” option
with the script to start a container, such as:
sysearch32.bat -start ID tee
To start the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
Hyena32.bat -start
Stopping Sybase Search from a Windows command prompt
Open a Windows command prompt.
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.
To stop the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
Hyena32.bat -stop
In Solaris and HP, you can start and stop Sybase Search containers and the Web administration server from a command line.
Before 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
To start a Sybase Search container, navigate to the install_location\OmniQ\bin directory and enter:
./sysearch64.sh 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.
To start the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
./Hyena64.sh start
To stop a Sybase Search container, navigate to the install_location\OmniQ\bin directory and enter:
./sysearch64.sh stop ID
where ID is the container ID of the container you want to stop. The container ID of the hub container is always 1.
To stop the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
./Hyena64.sh stop
In AIX and Linux, you can start and stop Sybase Search containers and the Web administration server from a command line.
Before 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
To start a Sybase Search container, navigate to the install_location\OmniQ\bin directory and enter:
./sysearch32.sh 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.
To start the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
./Hyena32.sh start
To stop a Sybase Search container, navigate to the install_location\OmniQ\bin directory and enter:
./sysearch32.sh stop ID
where ID is the container ID of the container you want to stop. The container ID of the hub container is always 1.
To stop the Web administration server, navigate to the install_location\Hyena\bin directory and enter:
./Hyena32.sh stop