Scripts > Installation, Environment, and Customization Scripts
  
Installation, Environment, and Customization Scripts
QAD Enterprise Edition provides scripts for starting and shutting down Linux/UNIX and Windows environments during product installation and configuration.
Beginning with QAD 2012 Enterprise Edition, the product provides several scripts that allow you to add databases and custom PROPATHs and to customize your environment. QDT generates the scripts during installation. The existing Enterprise Edition scripts call the generated scripts. They are not overwritten by QDT.

Installation, Environment, and Customization Scripts
 
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.