DSNB312I csect-name DBNAME database-name SPACENAME space-name INSTANCE instance-number PARTITION partition-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. A partition of the named table space or index 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 partition; this point is the earliest point at which you can recover the LPL pages for that partition.
- 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.
- partition-number
- The partition number.
System action
The pages in the LPL are not accessible until they have been recovered.
System programmer response
Issue the START DATABASE command on the table space or index space partition 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.