Example: illustration of consistency group time

The example in Figure 1 further illustrates the concept of consistency group time. The frozen point-in-time in the example shows how the system data mover (SDM) processes successive groups of volume updates. The SDM reads data updates from the primary volumes, groups them into time intervals, and then writes them to the journal and secondary volumes. The word Done in a column means that the action has completed.

Figure 1. A point-in-time look at the XRC volume synchronization process
 
           Group      Read from       Write to         Write to
                       Primary        Journal          Secondary
          ----------------------------------------------------------
 
             1          Done            Done             Done
 
             2          Done            Done         Not yet started
 
             3          Done         In process
 
             4       In process
The following are definitions for the column headings in Figure 1:
Group
This collective information set represents all of the write updates that XRC has received from all of the primary volume’s storage controls during a given time interval.
Read from Primary
A "Done" status indicates that the SDM has read the group into its storage.
Write to Journal
A "Done" status indicates that the SDM has successfully written the group onto the journal data sets, which are accessible from the recovery site along with the control data set.
Write to Secondary
A "Done" status indicates that the SDM has completed all update write operations on the secondary disk device for that group’s time interval.
Examples: These examples show the consistency group time that is reported for each of the following commands issued at the point in time that is shown in the example in Figure 1.
Note: For a coupled session that was not ended or suspended by an XRC command, the starting consistency_group_time reported is the timestamp for the last known update for the session when the following conditions exist:
  • A session status is noninterlocked
  • Updates were not occurring when the session ended (the session was idle).
If the above conditions exist, the consistency time reported may be earlier than the master recovery time or the last session consistency time indicated in the output of an XQUERY command.