Consultor Eletrônico



Kbase P95272: How to re-enable replication after having disable it
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/08/2009
Status: Verified

GOAL:

How to re-enable replication after having disable it

GOAL:

What to do after -C disableSiteReplication has been run

FACT(s) (Environment):

All Supported Operating Systems
Fathom Replication 2.0A
Fathom Replication 3.0A
OpenEdge Replication 10.x

FIX:

Find below a sample of steps to re-enable Fathom Replication.
Make sure that you have configured Fathom Replication server properties file with defer-agent-startup set to a valid (high enough) time-out value so that you can start "source" database prior to having set Replication for "target" database.
1. Run: proshut source -by
2. Run: rfutil source -C aimage end
# "aimage end" is issued for reinitializing counters
3. Run: rfutil source -C aimage begin
4. Run: proutil source -C enableSiteReplication source
5. Make a backup of the database. You can also copy all database files.
6. Run: proserve source -DBService replserv
# with any additional option
7. Restore backup in the target machine or Transfer the database files copied earlier on the second machine as database files for the target database
# you might need first to run a "prostrct repair target" if the path
# of the database files are different for source and target
8. Run: proutil target -C enableSiteReplication target
9. Run: proserve target -DBService replagent -S service
# with any additional option