RDF System Management Manual

Table Of Contents
Introducing RDF
HP NonStop RDF System Management Manual524388-003
1-33
RTD Warning Thresholds
RTD Warning Thresholds
RDF/IMP, IMPX, and ZLT allow you to designate a pair of RTD warning thresholds: one
for the extractor, and another for all of the updaters. Having set those thresholds, you
then can issue a STATUS RTDWARNING command with a designated repeat interval
to display information and statistics for only those processes (the extractor or any
updater) that have fallen behind the configured RTD threshold. For information about
setting the RTD threshold, see the SET RDF command description.
Process-Lockstep Operation
Process-lockstep operation, which is available with the RDF/IMPX and ZLT products,
prevents an application from executing further processing based on a committed
business transaction until all audit associated with that transaction is safely stored in
the image trails on the backup system.
This is accomplished by means of a new procedure, named DoLockstep, that you call
immediately after calling EndTransaction. With this lockstep protocol, the business
transaction is actually committed on the primary system prior to the start of the
DoLockstep operation, but the application is not allowed to continue processing until
DoLockstep has returned status to the application.
For information about this capability, see Section 14, Process-Lockstep Operation.
Support for Network Transactions
The RDF/IMPX and ZLT products support network transactions: transactions that
update data residing on more than one RDF primary system.
More specifically, the updates for a transaction on one of the two primary systems may
have been successfully transmitted and applied to the associated backup database,
but a disaster brought down the other primary system before the updates by the
transaction on that system could be sent to its backup database. After executing RDF
takeover operations on both backup systems, the data from the network transaction
would be present in one backup database but not in the one brought down by the
disaster. Thus the distributed backup database is inconsistent with regard to the
affected network transaction.
For information about this capability, see Section 13, Network Transactions.
RDF and NonStop SQL/MX
RDF can replicate NonStop SQL/MX user tables and indexes as well as NonStop
SQL/MP objects and Enscribe files.
For information about this capability, see Section 15, NonStop SQL/MX and RDF.