Name
nbdbms_start_server — start and stop database server
SYNOPSIS
-stop [-f]
-stat
The directory path to this command is /usr/openv/db/bin
DESCRIPTION
This command operates only on UNIX systems.
Sybase ASA runs as a daemon on UNIX that starts or stops by using a script. If you initiate the program without any argument, the server starts.
OPTIONS
- -stop
Causes the server to shut down.
- -stat
Returns a status that indicates if the server is up or down. A zero (0) indicates that the server is active (up).
- -f
Causes a forced shutdown of the server irrespective of active connections. This option is only applicable when used with the -stop option.