DSNI022I csect-name LPL OR GRECP RECOVERY LOG APPLY FOR function-name - ID = function-id AT LOGPOINT current-position TO LOGPOINT end-position AT LOGPOINT IN LOCAL TIMESTAMP = at-logpoint-timestamp TO LOGPOINT IN LOCAL TIMESTAMP = to-logpoint-timestamp

Explanation

This message is issued periodically to show the progress of group buffer pool recovery pending (GRECP) or logical page list (LPL) recovery.

csect-name
The name of the control section that issued the message.
function-name
The function that triggered the recovery: Expected values are:
  • START DATABASE COMMAND
  • AUTOMATIC GRECP RECOVERY
  • AUTOMATIC LPL RECOVERY
function-id
A decimal number that represents the recovery function.
current-position
The log point of the log record that is being processed when message DSNI022I is issued. This value is an RBA in a non-data sharing environment or an LRSN in a data sharing environment.
end-position
The log point of the last log record that will be applied in this recovery. This value is an RBA in a non-data sharing environment or an LRSN in a data sharing environment.
at-logpoint-timestamp
The local timestamp of the log point of the log record that is being processed when message DSNI022I is issued. If the log point is an RBA, the string ********** is displayed.
to-logpoint-timestamp
The local timestamp of the log point of the last log record that will be applied in this recovery. If the log point is an RBA, the string ********** is displayed.

The local timestamps are in the following format:

 hh:mm:ss month dd, yyyy
hh:mm:ss
The time portion of the timestamp, expressed as hours, minutes, and seconds.
month
An alphanumeric abbreviation for the month. Possible values are:
Month month value in the local timestamp
January JAN
February FEB
March MAR
April APR
May MAY
June JUN
July JUL
August AUG
September SEP
October OCT
November NOV
December DEC
dd
The day of the month.
yyyy
The year.

System action

Processing continues.

During the LPL or GRECP recovery process, additional messages might be issued, including:

  • DSNI005I, which indicates an error
  • DSNI006I, which indicates the start of recovery
  • DSNI021I, which indicates successful completion
  • DSNI051I, which indicates that second pass log apply has started

User response

No action is required.