|
Starting and Stopping the Data Server Automatically - UNIXTo set the Data Server to start when the system is booted up and stop when it is shut down, add the Data Server to the list of daemons that TCP automatically starts and kills. Adding the Data Server to the daemon list varies greatly between operating systems. Below are some examples for popular platforms. It may be possible to adapt these to your particular operating system. Contact your System Administrator for assistance. AIX UNIXDo the following to set the AIX UNIX version of the Data Server to start and stop automatically: 1 Add an entry to the /etc/rc.local file. If this file does not exist, create one and add the following: /usr/pro5ds/pro5.server –p1100 –c/usr/pro5ds/config.bbx –r 2 In the /etc/inittab file, add the following lines: rc.local:2:wait:sh: /etc/rc.local > /dev/console 2>&1 3 In the /etc/tcp.clean file, add pro5.server to the list of daemons to be stopped. SCO UNIXDo the following to set the SCO UNIX version of the Data Server to start and stop automatically: 1 In the /etc/tcp file, add pro5.ser to PROCS, the list of processes to stop. 2 In the same file, add the full path of the Data Server to the list of daemons to start, as follows: /usr/pro5ds/pro5.server System V Release 4 UNIXDo the following to set the System V Release 4 UNIX version of the Data Server to start and stop automatically: 1 In the /etc/init.d/win file, add pro5.server to the list of daemons to start. 2 In the same file, add pro5.server to the list of daemons to kill. For more information, see Command Line Options - UNIX Data Server. ______________________________________________________________________________________ Copyright BASIS International Ltd. BBj®, Visual PRO/5®, PRO/5®, and BBx® are registered trademarks. |