|
Q and A
Asked and Answered
How do I inquire about crash recovery status? I'm in the middle of crash recovery (DB2 UDB v. 6.1).
It has completed the forward stage of the recovery according to the db2diag.log. But after that, there are no
updates in the
log stating any kind of completion or state change in crash recovery.
IBM offers this advice:
Use db2spec to find the status of the recovery:
db2spec gfdb - recstatus
The
nextlsn
should be increasing over time. If you don't have db2spec,
try looking at the timestamps of the log files. If they're changing, crash recovery is busy in the undo phase.
See a
complete archive of reader/author Q&As
.
|