|
Script
|
Description
|
|
base-live-set.pf
|
Primary Enterprise Edition script for connecting to databases. Do not modify this script.
|
|
extradbs.pf
|
User-modified script for defining custom or add-on database connections. Database connection format:
-db <database> -ld <logical_name> <optional_
parameters> This script is used by Enterprise Edition during run time and QDT during compile time. The script is referenced from
base-live-set.pf and batch-compile.pf. |
|
startenv.<environment_name>
|
Linux/UNIX start environment script. Do not modify this script.
|
|
startenv-<environment_name>.bat
|
Windows start environment script. Do not modify this script.
|
|
startextraapps.bat
|
User-modified Windows script used to start custom application processes. Referenced from
startenv-<environment_name>.bat |
|
startextraapps.ksh
|
User-modified Linux/UNIX script used to start custom application processes. Referenced from
startenv.<environment_name> |
|
startextradbs.bat
|
User-modified Windows script used to start custom or add-on additional Progress databases. Referenced from
startenv-<environment_name>.bat Refer to start-<environment_name>.bat for an example of the Progress database startup command.
|
|
startextradbs.ksh
|
User-modified Linux/UNIX script used to start custom or add-on Progress databases. Referenced from
startenv.<environment_name> Refer to the start.<environment_name> script for an example of the Progress database startup command.
|
|
stopenv.<environment_name>
|
Linux/UNIX script used to shut down the environment. Do not modify this script.
|
|
stopenv-<environment_name>.bat
|
Windows script used to shut down the environment. Do not modify this script.
|
|
stopextraapps.bat
|
User-modified Windows script used to shut down custom application processes. Referenced from
stopenv-<environment_name>.bat |
|
stopextraapps.ksh
|
User-modified Linux/UNIX script used to shut down custom application processes. Referenced from
stopenv.<environment_name> |
|
stopextradbs.bat
|
User-modified Windows script used to shut down custom or add-on Progress databases. Referenced from
stopenv-<environment_name>.bat Refer to the stop-<environment_name>.bat script for an example of the Progress database shutdown command.
|
|
stopextradbs.ksh
|
User-modified Linux/UNIX script used to shut down custom or add-on Progress databases. Referenced from
stopenv.<environment_name> Refer to the stop.<environment_name> script for an example of the Progress database shutdown command.
|