In this example, data is not written to one copy storage pool in a simultaneous-write operation.
You specify COPYPOOL1 and COPYPOOL2 as copy storage pools for DISKPOOL and you set the value of the COPYCONTINUE parameter to YES. You also specify ACTIVEDATAPOOL as the active-data pool for DISKPOOL. This configuration is identical to the configuration in the first example.

backup stgpool diskpool copystgpool1
backup stgpool tapepool copystgpool1
Suppose, in this scenario, that an error occurred while writing to ACTIVEDATAPOOL, rather than COPYPOOL1. In this situation, ACTIVEDATAPOOL is removed from the active-data pool list held in memory by the server, and the transaction fails. The client tries the backup operation again. The in-memory active-data pool list does not contain ACTIVEDATAPOOL. Files A, B, C, and D are written simultaneously to DISKPOOL, COPYPOOL1, and COPYPOOL2. File E is written to TAPEPOOL, COPYPOOL1, and COPYPOOL2. However, files A and B are not written to the active-data pool.
copy activedata diskpool activedatapool
As a precaution, issue the BACKUP STGPOOL and COPY ACTIVEDATA commands after the backup operation has completed. Data that is simultaneously written to copy storage pools or active-data pools during migration is not copied when primary storage pools are backed up or when active data is copied.