There are two Daylight database servers, Thorserver and Merlinserver. They must run continually to provide access to databases to users via client programs. They may be started and killed directly by the Daylight administrator, or via scripts, or automatically at boot/shutdown.
Starting and killing servers manually:
$DY_ROOT
is defined and $DY_ROOT/bin
is in your path. Then just enter:
thorserver &
merlinserver &
$DY_THOR_LOG_FILE
and
$DY_MERLIN_LOG_FILE
are not set, these
files will be in /tmp.
kill <thorpid>
kill <merlinpid>
START_DCIS_SERVERS
is
provided for this purpose. Edit the script to ensure that
local directories and databases are specified correctly, and
invoke it.
START_DCIS_SERVERS
KILL_DCIS_SERVERS
script assures that
databases are closed and users evicted before killing the servers.
Since it is possible for a database to be corrupted by killing the
Thorserver when a database is opened-writeable, this is a key
feature.
KILL_DCIS_SERVERS