DSNB311I csect-name DBNAME database-name SPACENAME space-name INSTANCE instance-number HAS PAGES IN THE LOGICAL PAGE LIST

Explanation

This message is issued after a loss of connectivity to a group buffer pool is detected. The named table space or index space has one or more pages in the logical page list (LPL) that need to be recovered. This message is issued after Db2 has completed its processing for the table space or index space; this point is the earliest point at which you can recover LPL pages for that table space or index.

csect-name
The name of the control section that issued the message.
database-name
The name of the database that is associated with the recovery.
space-name
The name of the table space or index space that is associated with the recovery.
instance-number
The instance number of the table space or index space.

System action

The pages in the LPL are not accessible until they have been recovered.

System programmer response

Issue the START DATABASE command with the named table space or index to recover the LPL pages. You must issue the START DATABASE command from a Db2 member that can connect to the group buffer pool. Alternatively, you can use the RECOVER utility or the LOAD utility to recover the LPL pages.