Consultor Eletrônico



Kbase P50724: What are the steps for starting a database with after imaging (ai) ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/12/2009
Status: Verified

GOAL:

What are the steps for starting a database with after imaging (ai) ?

GOAL:

Which commands are required to start After Imaging on a DB ?

GOAL:

How to start After Imaging on a DB ?

FACT(s) (Environment):

All Supported Operating Systems
Progress 6.x
Progress 7.x
Progress 8.x
Progress 9.x
OpenEdge 10.x

FIX:

Below are the steps for starting a database using ai after you have created the ai files using the prostrct add command against a database.

1) Back up the database using probkup. Note: If you back up the database not using probkup then you need to mark the database as backed up.(rfutil <dbname> ?C mark backedup)

2) rfutil <dbname> ?C aimage begin (Enables After Imaging)

3) proserve <dbname> (Starts the database) or use dbman -start -db dbname

Notice the bi file automatically truncates before AI begins.