Kbase P153799: What is the process for adding extents to a replicated database in Progress 9.1D?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/10/2009 |
|
Status: Unverified
GOAL:
What is the process for adding extents to a replicated database in Progress 9.1D?
GOAL:
How to add extents to a database that is being replicated?
GOAL:
What is the process for adding extents to a database that is being replicated?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
Fathom Replication
FIX:
There is no need to disable or shutdown replication when adding extents to the database.
The process for adding extents or new areas to a database that is being replicated is:
1. Shutdown the source and target databases using either dbman, Progress Explorer or proshut command depending upon how you started the database.
2. Create a new structure file like add.st that contains the extents that you would like to add to the database.
3. Then run the command prostrct add <targetdbname> add.st to add the extents to the target database.
4. Run the command prostrct add <sourcedbname> add.st to add the extents to the source database.
5. Then bring up the target database. The agent will now be listening for the server to come back on line.
6. Start the source database.
The target and the source will now start to sync up.