Kbase P100481: Database Server fails to start as a result of the error 5350
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
Database server fails to start due to the error 5350 with enabled after imaging
Database Server shutting down as a result of after-image extent switch failure. (5350)
Cron script running every 5 minutes switching between 50 ai extents and copying full extents to a network drive
CAUSE:
Network error during copy of the full extent to the network drive, therefore interrupting
the script execution at the point where it should mark the extent as empty.
FIX:
1. Make the OS copy of all AI extents
2. Run: rfutil db-name -C aimage extent list
3. Mark all full extents as empty by running:
rfutil db-name -C aimage extent empty
4. Perform the switch on the last ai extent:
rfutil db-name -C aimage new
5. Start the database server