RDF System Management Manual

Table Of Contents
Online Database Synchronization
HP NonStop RDF System Management Manual524388-003
7-6
Considerations When Synchronizing Entire
Databases
it, but now does not), and the audit information will not be applied to the backup
database. In this particular case the database is not corrupted, but data corruption
could occur for other NonStop SQL/MP DDL SHARED ACCESS operations.
If you did recently perform a NonStop SQL/MP operation with SHARED ACCESS on
the primary system and you want to initialize the RDF subsystem to a synchdbtime,
you must specify a synchdbtime such that the starting position in the MAT is after the
Stop-RDF-Updater record.
As a precaution, if RDFCOM encounters a Stop-RDF-Updater record during its
backward search of the MAT, it issues a warning message to that effect asking if you
want to proceed with initialization. If the extractor encounters such a record while
operating in database synchronization mode, it abends.
TMF Shutdown Records
TMF shutdown records in the MAT do not cause a problem, except that RDF shuts
down and you must then restart it.
CREATE/LOAD Issues
The LOAD command only works on tables and files that are nonaudited. If you create
the empty duplicate tables and files as audited entities, you must then use FUP ALTER
commands to turn off their audit attributes before you can load them.
For information about the SQLCI LOAD or FUP LOAD commands, refer to the HP
NonStop SQL/MP Reference Manual or the File Utility Program (FUP) Reference
Manual, respectively. The following information is general in nature and is not
intended as a substitute for the information contained in those two manuals.
General Considerations for Enscribe Files
Key-sequenced Files. To improve the performance of the load operations,
specify the SORTED option.
Relative Files. To ensure complete consistency with the source files, specify the
NO COMPACT option.
Entry-sequenced and Unstructured Files. Currently there is no reliable
mechanism to synchronize these file types online. Entry-sequenced and
unstructured files should be synchronized offline.
Partitioned Files (key-sequenced or relative). For partitioned files, you can
initiate the load operation with a single command by executing the LOAD
command against the primary partition.
Alternate Key Files (key-sequenced or relative). You should execute LOAD
commands against all alternate key files.