DSNB351I csect-name DBNAME database-name SPACENAME space-name INSTANCE instance-number PARTITION partition-number CANNOT BE AUTOMATICALLY RECOVERED. DB2 REASON CODE = reason-code
Explanation
Following a group buffer pool failure, Db2 cannot automatically recover the named table space or index space 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.
- reason-code
- The Db2 reason code value that indicates the reason for the failure. For explanations of reason codes, see Db2 reason codes.
System action
The partition remains in group buffer pool recovery pending (GRECP) status and is inaccessible.
User response
Use the START DATABASE command on the partition to remove the GRECP status and make the data accessible. You can also use the RECOVER or LOAD utility with the REPLACE option to clear the GRECP status.
Severity
4 (warning)