Consultor Eletrônico



Kbase P98822: How to backup Fathom Management configuration
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/8/2011
Status: Verified

GOAL:

How to backup Fathom Management configuration

GOAL:

How to restore Fathom Management configuration

GOAL:

How to save OpenEdge Management configuration

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge Management 3.1x
Fathom Management 3.0A
Fathom Management 3.1A

FIX:

In Fathom Management 3.0A and 3.1A, there is a pre-defined job for backing-up your fathom configuration.
This job backs up the Fathom project (fathomInstallDir/config/fathom.od*), fathom.properties and fathomRealm.properties.
To backup the Fathom project, it uses the fathomInstallDir/bin/fathom -dump command. This command backs up the project to an xml file. Using the "fathom -dump <dumpfile>.xml" command is the accepted way to back up the project.
There are two ways to execute the backup: Run the command manually or via pre-define backup job.
To restore a Fathom project, follow these steps:
1) shutdown the AdminServer where Fathom is running (if not already down)
2) rename the fathom.od* files in the fathomInstallDir/config directory
3) copy your backup xml file to fathomInstallDir/config/fathom.xml
4) restart the AdminServer where Fathom is installed
5) at start up, Fathom will recognize there is no fathom.od* files and there is a fathom.xml file
so it will rebuild the fathom.od* (PSE pro database) project on the fly