In Windows, you can start and stop Sybase Search containers and the Web administration server from the Start menu or from a command prompt.
Starting Sybase Search from the Windows Start menu
Select Programs | Sybase.
Select Sybase Search 4.0.
To start a single server installation, select Start Single Server. The single container and Web administration server starts and runs 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 4.0.
To stop a single server installation, select Stop Single Server. The single container and Web administration server stops 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 install_location\OmniQ\bin 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.
By default, log files are not created for containers
when you use the command line start scripts. 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 install_location\Hyena\bin and enter:
Hyena32.bat -start
Stopping Sybase Search from a Windows command
prompt
Open a Windows command prompt.
To stop a container, navigate to install_location\OmniQ\bin and enter:
sysearch32.bat -stop ID
where ID is the container ID of the container you want to stop.
To stop the Web administration server, navigate to install_location\Hyena\bin and enter:
Hyena32.bat -stop
In Solaris and HP, start and stop Sybase Search containers and the Web administration server from a command line.
Before starting any containers, set the library path
environment variable LD_LIBRARY_PATH. Go to install_location\OmniQ\bin and
enter:
. ./env.sh
To start a Sybase Search container, go to install_location\OmniQ\bin and enter:
./sysearch64.sh start ID
where ID is the container ID of the container you want to start.
To start the Web administration server, go to install_location\Hyena\bin and enter:
./Hyena64.sh start
To stop a Sybase Search container, go to install_location\OmniQ\bin and enter:
./sysearch64.sh stop ID
where ID is the container ID of the container you want to stop.
To stop the Web administration server, go to install_location\Hyena\bin and enter:
./Hyena64.sh stop
In AIX and Linux, start and stop Sybase Search containers and the Web administration server from a command line.
Before starting any containers, 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, go to install_location\OmniQ\bin and
enter:
. ./env.sh
To start a Sybase Search container, go to install_location\OmniQ\bin and enter:
./sysearch32.sh start ID
where ID is the container ID of the container you want to start.
To start the Web administration server, go to install_location\Hyena\bin and enter:
./Hyena32.sh start
To stop a Sybase Search container, go to install_location\OmniQ\bin and enter:
./sysearch32.sh stop ID
where ID is the container ID of the container you want to stop.
To stop the Web administration server, go to install_location\Hyena\bin and enter:
./Hyena32.sh stop