Kbase P5467: How to change the Progress installation directory after installing on UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/16/2008 |
|
Status: Verified
GOAL:
How to change the Progress installation directory after installing
GOAL:
How to change the target directory after installation
FACT(s) (Environment):
Progress 9.X
UNIX
FIX:
Following steps have been tested and approved:
1) Shutdown all Progress processes.
2) Edit the $DLC/installd.ini file
Search for the following header within the $DLC/installd.ini file.
[State Info]
targetDir=/usr1/v91C
Change this to the new target directory path.
3) The original target directory path is also contained within some files under
the $DLC/bin directory. These files also need 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 DLC 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 P5013,
How to change the working directory after a Progress 9.x UNIX installation