Start of change

DSNI006I   csect-name ASYNCHRONOUS GRECP OR LPL RECOVERY IN PROGRESS FOR function-name - ID function-id TYPE object-type NAME object-name

Explanation

Recovery has started for an object with group buffer pool recovery pending (GRECP) or logical page list (LPL) status.

csect-name
The name of the control section that issued the message.
function-name
The command or 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-name
The name of the object.
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.

System action

The object is started and GRECP or LPL recovery is initiated. During LPL or GRECP recovery process, additional messages might be issued, including.

  • DSNI005I, which indicates an error
  • DSNI021I, which indicates successful completion

User response

No action is required.

You can issue a DISPLAY DATABASE command with the RESTRICT option for the specified table space or index space to determine whether the GRECP or LPL exception state has been cleared.

End of change