community.borland.com

Article #25175: How to start and stop the InterBase server on UNIX platforms.

Problem:
How to shutdown / start the server manually.


Solution:
NOTE:	
It is critical to ensure there are not any current
connections to any active databases on the server 
prior to shut down.

To stop the server:
gds_drop -a
			

To starting the server:
Make a connection to a database on the server.

Last Modified: 29-SEP-00