Consultor Eletrônico



Kbase P25462: How to change Progress version Fathom is bound to without re
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/05/2003
Status: Unverified

GOAL:

How to change the Progress installation directory to which Fathom is bound without reinstalling Fathom ?

FACT(s) (Environment):

Fathom 2.0A

FACT(s) (Environment):

UNIX

FIX:

0) following assumes, that $DLCOLD points to old Progress installation and $DLCNEW poinst to new Progress installation
1) stop the (old) AdminServer (it will stop Fathom as well)
2) stop the Fathom db
3) mv $DLCOLD/bin/fathom_env $DLCNEW/bin/.
4) mv $DLCOLD/bin/fathomcp_env $DLCNEW/bin/.
5) mv $DLCOLD/.fathom $DLCNEW/.
6) edit $FATHOM/fathom.init.params and change SET progressInstallDir=<value> point to a $DLCNEW
7) edit $DLCNEW/.fathom and change _szProgressInstallDir=<value> point to a $DLCNEW
8) make sure that $DLCNEW/promsgs are up-to-date, ie issue cp $DLCOLD/promsgs $DLCNEW/promsgs
9) make sure that $DLCNEW/properties/conmgr.properties contains at least entry for FathomTrendDB (from $DLCOLD/properties/conmgr.properties)
10) start the (new) AdminServer