RDF System Management Manual

Table Of Contents
Introducing RDF
HP NonStop RDF System Management Manual524388-003
1-28
Available Types of Replication to Multiple Backup
Systems
Alternatively, if your two databases must share the same disks, then you must explicitly
specify which files and tables you want replicated by each RDF subsystem. For
erxample, RDF Subsystem 1 would INCLUDE only Primary DB 1, and RDF Subsystem
2 would INCLUDE only Primary DB 2.
Available Types of Replication to Multiple
Backup Systems
RDF allows you to replicate database changes from a single primary system to multiple
backup systems. This makes possible simultaneous read-only access to all of the
backup systems, a capability particularly desirable for query-intensive applications
where a central volatile database can be distributed to several remote systems for local
access by queries.
Replication to multiple backup systems is achieved by establishing multiple RDF
configurations, each protecting the same database on the primary system. As an
example, you might wish to replicate the same data to different backup systems as
follows:
RDF Configuration #1
\A ---------> \B
RDF Configuration #2
\A ---------> \C
RDF Configuration #3
\A ---------> \D
You can also have two RDF configurations replicating two separate databases (DB1
and DB2) from the same primary system to two different backup systems, as follows:
RDF Configuration #1, protecting database DB1
\A ---------> \B
RDF Configuration #2, protecting database DB2
\A ---------> \C
As a third possibility, you can also have two RDF configurations replicating two
separate databases (DB1 and DB2) from the same primary system to the same
backup system, as follows:
RDF Configuration #1, protecting database DB1
\A ---------> \B
RDF Configuration #2, protecting database DB2
\A ---------> \B
In the preceding examples, each RDF configuration operates entirely independently of
the other RDF configuration primaried on the same node; that is, each RDF
configuration has its own extractor and monitor process. In this way, line failures
affecting one configuration may not necessarily affect the others (depending on the
configuration).