RDF System Management Manual

Table Of Contents
Managing RDF
HP NonStop RDF System Management Manual524388-003
5-32
RDF and NonStop SQL/MX Operations
system \A keeping half of the table on system \A and moving the other half to a table
on system \X because RDF on system \X does not know about the shared access
NonStop SQL/MP DDL operation (the Stop-RDF-Updater audit records for the
operation on system /A go to system /B, not to system /Y).
Network Configurations and Shared Access NonStop
SQL/MP DDL Operations
Under certain circumstances, takeover network undo processing after having
performed a shared access NonStop SQL/MP DDL operation can lead to an abort with
database corruption.
You can, however, avoid that situation entirely by using the protocol described under
Network Configurations and Shared Access NonStop SQL/MP DDL Operations in
section 13 when performing shared access NonStop SQL/MP DDL operations in a
network environment:
RDF and NonStop SQL/MX Operations
For information about replicating NonStop SQL/MX objects, see Section 15, NonStop
SQL/MX and RDF.
Backing Up Image Trail Files
The RDF image trail files exist strictly for use by the receiver, purger, and updater
processes, and should not be explicitly opened by RDF users for any reason, including
backup to tape. Once the receiver has processed an image file, this file may no longer
serve a purpose (except in the case of triple contingency, where the file may be used
in a COPYAUDIT operation). In particular, image files are not like TMF audit dump
files; they cannot be used to restart RDF in the same way that audit files are used to
restart TMF. Typically, image files should only be accessed by RDF itself or by RDF
specialists and support people.
However, if you do wish to back up image trail files at your site, you should be aware of
the way RDF accesses these files and the ramifications of this access. When the
receiver updates an image trail file, it opens that file with shared read/write access.
When updaters read audit information from an image trail file and apply it to the backup
database, they open the image trail file with shared read-only access. When the RDF
purger process determines that a particular image trail file is no longer needed by any
updater, it purges that file unless the current RETAINCOUNT precludes doing so. If
you want to back up an image trail file, you should hold that file open to prevent the
purger from purging it until your backup is complete.