Kbase P23230: How to extend a database when AI is enabled.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/11/2003 |
|
Status: Unverified
GOAL:
How to extend a database when AI is enabled.
FIX:
1. Shutdown database.
_proshut dbname -by
2. Switch AI extents
rfutil dbname -C aimage new
3. Truncate bi with AI still enabled.
proutil dbname -C truncate bi
4. Switch AI extents
rfutil dbname -C aimage new
5. Apply all AI files which have not been applied to the hot backup.
6. Truncate bi on hot backup.
proutil hot-backup-dbname -C truncate bi
7. Remove empty extent if desired.(should be done to both databases)
prostrct remove extent-token
8. Add new extents to the database.(should be done to both databases)
Prostrct add dbname add.st (add.st contains entries for new extents.)
9. Production database may be restarted.
Continue process AI files as before.