Kbase P7219: What to do when ai drive dies
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/29/2003 |
|
Status: Unverified
GOAL:
What to do when ai drive dies.
CAUSE:
The Hard Drive(s) which the after image files reside upon has died.
FIX:
1) OS Backup the database files (db, d1, d(x)...., b1, b(x)...)
2) prostrct list <dbname> temp.st
3) edit the temp.st file and copy all references to ai files
4) create a text file named add.st paste the references you copied in step 3
5) in the add.st file change all database name references to sports and save the file
6) prodb sports sports
7) prostrct add sports add.st
8) if you had a special after image blocksize for your original database which does not match the default ai blocksize of 8k then you will need to truncate your ai file
rfutil sports -C aimage truncate -aiblocksize
9) rename all your after image files from sports to your current database name with the appropriate .a(x) extension
10) prostrct unlock <dbname>
Try a single user connection to your database now to verify all is well.
pro <dbname>