RDF System Management Manual

Table Of Contents
Preparing the RDF Environment
HP NonStop RDF System Management Manual524388-003
2-11
Designing Transactions for RDF Protection
The only file-label modifications that RDF replicates are the following:
Purge Operations
The two kinds of purge operations are PURGEDATA and PURGE. RDF replicates
PURGEDATA operations for NonStop SQL/MP tables, NonStop SQL/MX tables, and
Enscribe files. RDF replicates PURGE operations for Enscribe files if
REPLICATEPURGE is set on.
Partitioned Files
All partitions of a partitioned Enscribe file or NonStop SQL/MP or NonStop SQL/MX
table must reside on volumes protected by RDF, or none should. Corresponding
partitions on each system must have the same key values.
If you are using RDF to replicate the creation of partitioned files and an RDF takeover
operation occurs in the midst of a set of creations, some partitions might have been
created while others were not, because each partition of a partitioned file is created
independently.
Temporary Disk Files
File creation, modification, and updates are not replicated for audited temporary disk
files. All audit data is filtered out by the extractor on the primary system for file names
of the form $volume.#nnnnnnn.
A file name that begins with # (pound sign) indicates a temporary disk file; this type of
file name is returned when only the volume name is specified in a call to the file system
CREATE procedure or FILE_CREATE_ procedure.
CREATE To create an audited Enscribe file
ALTER MAXEXTENTS To increase the number of extents for an audited
Enscribe file
PURGEDATA To purge data from an audited Enscribe file
PURGE To purge an Enscribe file (if REPLICATEPURGE is
enabled)
Caution. For partitioned files, it is essential that the partial key value for Enscribe files, or first
key value for NonStop SQL/MP and NonStop SQL/MX tables, on the backup system exactly
match those on the primary system. This is the RDF database administrator’s responsibility.
If the partitions are not mapped correctly on the backup system, then some updates might be
applied to the wrong partition, producing a corrupt database.