DSNB744I csect-name DUPLEXING IS BEING STOPPED FOR GROUP BUFFER POOL gbpname, SWITCHING TO SECONDARY REASON = reason1 DB2 REASON CODE = reason2
Explanation
Duplexing is being stopped for the named group buffer pool. To stop the duplexing, the primary group buffer pool will be deallocated, and Db2 will switch to the secondary group buffer pool to go back to simplex mode.
- OPERATOR
- The operator initiated an MVS command to stop duplexing.
- POLICY
- A new CFRM policy has been activated which specifies DUPLEX(DISABLED) for the group buffer pool.
- LOSSCONNPRI
- One or more of the Db2 members lost connectivity to the primary group buffer pool structure.
- STRFAILPRI
- The primary group buffer pool structure failed.
- DB2REASON
- Db2 decided to stop duplexing. The reason code given in reason2 indicates why Db2 stopped duplexing.
If reason1 indicates 'DB2REASON', then reason2 specifies a Db2 reason code that indicates why Db2 stopped duplexing. If reason1 is not 'DB2REASON', then reason2 is zero.
This message is issued by each Db2 member connected to the duplexed group buffer pool.
System action
The primary group buffer pool structure is discarded, and Db2 enters back into simplex mode on the secondary group buffer pool structure. If DUPLEX(ENABLED) is specified in the active CFRM policy for the group buffer pool, then duplexing will be automatically reinitiated, if duplexing is still possible.
System programmer response
If the rebuild stopped because of DB2REASON
,
see the explanation for the reason code given. If duplexing is not
automatically reinitiated and duplexing is needed for the group buffer
pool, then use the MVS SETXCF
command to reestablish duplexing.