How Db2 writes changed data to disk
Periodically, Db2 must write changed pages from the primary group buffer pool to disk. This process is called castout.
The member that is responsible for casting out the changed data uses its own address space because no direct connection exists from a coupling facility to disk, as shown in the following figure. The data passes through a private buffer, not through the Db2 buffer pools.
When a group buffer pool is duplexed, data is not cast out from the secondary group buffer pool to disk. After a set of pages is written to disk from the primary group buffer pool, Db2 deletes those pages from the secondary group buffer pool.