DSNB352I csect-name AUTOMATIC RECOVERY CANNOT BE INITIATED FOR GROUPBUFFER POOL gbp-name REASON = reason

Explanation

Following a failure of the named group buffer pool, Db2 is not able to initiate automatic recovery.

reason indicates the reason why automatic recovery was not initiated:
AUTORECNO
The AUTOREC option is set to NO for the group buffer pool.
CONNRELEASE
At least one actively connected Db2 member is not at the proper release to support automatic recovery.

System action

The page sets and partitions that are in group buffer pool recovery pending (GRECP) status remain inaccessible.

User response

Use the Db2 -START DATABASE command on the page sets and partitions to remove the GRECP status and make the data accessible. You can also use the RECOVERor LOAD utility with the REPLACE option to clear the GRECP status.

If reason is AUTORECNO and you want to enable automatic recovery for the group buffer pool, use the ALTER GROUPBUFFERPOOL command to set AUTOREC to YES for the group buffer pool.

If reason is CONNRELEASE, then you must ensure that all Db2 members in the group are running at the appropriate release. Automatic recovery is not supported unless all members are running Version 5 or a later release.

Severity

4 (warning)