Progress
Installation and Configuration Guide
Version 9
for UNIX


Tailoring Startup Scripts

Typically, the installation procedure automatically tailors the startup scripts for the Progress products you install. Tailoring involves setting each script’s environment variable to point to the directory where you installed the product referenced by the script. If the installation procedure is interrupted before the script tailoring is complete or if the normal installation procedure is not used, you might have to tailor the scripts manually.

Depending on the products you purchase and install, your Progress installation provides the required scripts. These are some of the Progress Version 9.1 startup scripts:

adaptman
mpro
proadsv
prooidrv
aiaman
mssman
proaiw
proserve
asbman
nsman
proapw
proshut
bpro
odbman
probiw
prowdog
dbman
oraman
probrkr
rfutil
mbpro
pro
prooibrk
wtbman

NOTE: The scripts listed above are located in $DLC/bin.

If the automatic tailoring did not take place, you receive the following error message when you try to start your Progress product:

module-name not found 

The module-name is the Progress module that the script is trying to start. For example, if the script is pro, the module name is _progres.

If it is necessary to tailor your startup scripts manually, follow these steps:

  1. Use any text editor to edit the scripts.
  2. Look for the following syntax:
  3. SYNTAX
    env_variable=${env_variable-pathname}; export env_variable 
    

    For example:

    DLC=${DLC-/usr/grp/dlc};export DLC 
    

  4. Change the pathname to the full pathname of the directory where you installed your Progress product.

Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095