DSNB320I csect-name DBNAME database-name SPACENAME space-name INSTANCEinstance-number PARTITION partition-number IN GROUP BUFFERPOOL pool-name IS IN GROUP BUFFERPOOL RECOVERY PENDING STATE
Explanation
The named table space or index space partition is in group buffer pool recovery pending (GRECP) status.
- csect-name
- The name of the control section that issued the message.
- database-name
- The name of the database.
- space-name
- The name of the table space or index space.
- instance-number
- The instance number of the table space or index space.
- partition-number
- The partition number.
- pool-name
- The name of the group buffer pool.
System action
The data in the named partition is not accessible.
User response
Issue the START DATABASE command on the partition to remove the GRECP status and make the data accessible again. You can also use the RECOVER or LOAD utility with the REPLACE option to clear the GRECP status.
Severity
4 (warning)