DSNI021I csect-name GRECP OR LPL RECOVERY FOR function-name - ID = function-id TYPE object-type NAME object-name HAS COMPLETED SUCCESSFULLY.

Explanation

Recovery has completed successfully.

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.
object-type
The type of object, which could be a table space, an index space, or a partition within a table space or index space.
object-name
The name of the object.

This message is always preceded by message DSNI006I, which indicates the beginning of the LPL or GRECP recovery for the object. In addition, this message might be preceded by message DSNI051I, which indicates the beginning of second pass LPL or GRECP recovery for the object.

System action

The object is started normally. The group buffer pool recovery pending (GRECP) or logical page list (LPL) exception state is cleared.

User response

No action is required.