Consultor Eletrônico



Kbase P5013: How to change the working directory after a Progress 9.x UNIX installation
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/12/2008
Status: Verified

GOAL:

How to change the working directory after a Progress 9.x UNIX installation

FACT(s) (Environment):

Progress 9.X
UNIX

FIX:

The following steps have been tested and approved:

1) Shut down all the Progress processes.

2) Edit the $DLC/installd.ini file

Search for the following header within the $DLC/installd.ini file.

[State Info]
workDir=/usr1/progwrk/v91C

Change this to the new working directory path.

3) The original working directory path is also contained within some files under
the $DLC/bin directory. These files also needs to be changed.

(We highly recommend that you make a backup copy of the all the files
contained within the $DLC/bin directory before moving on to the next step.)

cd $DLC/bin
perl -p -i -e 's/<old_directory_path>/<new_directory_path>/g' *

The perl command will replace the <old_directory_path> with the new string
contained within the <new_directory_path>.

4) If your are using the WRKDIR operating system environment variable, you must
also change it accordingly.

5) Next, verify that the <new_directory_path> really exists.

6) Start the Progress processes again.

Progress solution P5467, How to change the target directory after a Progress 9.x UNIX installation