Consultor Eletrônico



Kbase P73837: Where to implement database start and stop scripts on Linux
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

Can Progress start and stop scripts run in the init.d directory on Linux

GOAL:

How to implement Progress start and stop scripts on UNIX

GOAL:

How to use UNIX init.d for starting and stopping a database

FACT(s) (Environment):

Linux Intel

FIX:

Add start and stop script to /etc/rc.d/init.d directory.

When a Linux system starts up, it reads a series of startup commands from system initialization files located in /etc/rc.d directory.

The initialization files are organized according to different tasks. Some are located in the /etc/rc.d directory itself, and others are located in a subdirectory called init.d.

The /etc/rc.d/init.d directory is designed primarily to hold scripts that both startup and shut down different specialized daemons. The files in init.d are designed in a way to make it easy to write scripts for starting up and shutting down specialized applications.