RDF System Management Manual

Table Of Contents
Zero Lost Transactions (ZLT)
HP NonStop RDF System Management Manual524388-003
16-12
Recovering the Primary System After an RDF ZLT
Ta ke o ve r
The file marked with the question mark must be fixed. Use the SNOOP
FIXUPEOF command to reset the crashopen flag. Then use SNOOP READAUDIT
to read the final record. Note that you cannot use the MERGE option when
specifying the name of the audit-trail file. Because the TMF product is not started,
attempting to use the MERGE option results in an error. Using the example of the
MAT above, specify the MAT volume and subvolume when SNOOP issues the
following prompt:
Audit trail name or 'MERGE' (MERGE): $AUDIT.ZTMFAT.AA
Compare the MAT position of the two records to determine which disk has the most
audit records.
2. Recover the database on your former primary system. How you do this depends
upon whether local disks or remote mirrors received the most audit records (which
you determined in the preceding step).
If all of the remote mirrors (MAT and all auxiliary audit trails) have more or the
same number of audit records as the local disks (this typically happens if
CommitHold was configured and enabled on the primary system when the outage
occurred), do as follows:
1. Issue SCF STOP $audit-vol on the former primary system (this stops the local
disk).
2. Issue SCF STOP $audit-vol on the ZLT standby system (this stops the remote
mirror on the ZLT standby system).
3. Issue SCF START $audit-vol -M (this starts only the remote mirror).
4. Once the remote mirror is started, issue SCF START $audit-vol (which causes
the revive from -M to -P)
5. Start TMF. When startup is complete, the database on the primary system
contains the same data that the database on the backup system had at the
conclusion of the RDF takeover operation.
If any local disk (the MAT or any auxiliary audit trail) has more audit records than
the corresponding remote mirror (this can only happen if CommitHold was not
configured or was configured but disabled on the primary system when the outage
occurred), do as follows:
1. Issue SCF STOP $audit-vol on the ZLT standby system (this stops the remote
mirror on the ZLT standby system).
2. Connect the remote mirror to the former primary system.
3. Issue SCF START $audit-vol (this causes a revive from -P to -M).