RDF System Management Manual

Table Of Contents
Online Database Synchronization
HP NonStop RDF System Management Manual524388-003
7-12
Synchronizing Selected Database Portions Online
corresponding database volumes on the primary system ($DATA0 and $DATA1).
Issue the following commands:
volume $data2.test
fup dup *,\rdfb.$data0.test.*
fup alter \rdfb.$data0.test.part0100, &
altfile (0, \rdfb.$data0.test.altf0100 )
fup alter \rdfb.$data0.test.part0101, &
altfile (0, \rdfb.$data0.test.altf0101 )
volume $data3.test
fup dup *,\rdfb.$data1.test.*
fup alter \rdfb.$data1.test.part0200, &
altfile (0, \rdfb.$data1.test.altf0200 )
fup alter \rdfb.$data1.test.part0201, &
altfile (0, \rdfb.$data1.test.altf0201 )
7. Turn on the audit attributes for the backup database.
8. Issue the RDFCOM START UPDATE command. When all of the updaters have
logged a message 782, the backup synchronization is complete.
Synchronizing Selected Database Portions Online
There are a number of reasons why you might want to synchronize only selected
portions of your database. For example:
If you have a large database, it might be easier to break the total number of
volumes into subsets, and then synchronize one subset at a time.
If a file or table has become corrupt, you might want to synchronize just that one
file.
If an individual partition of a file or table has become corrupt, you might want to
synchronize just that one partition.