RDF/IMP, IMPX, and ZLT System Management Manual
Installing and Configuring RDF
HP NonStop RDF/IMP, IMPX, and ZLT System Management Manual—524388-002
3-29
Configuring RDF
The following guidelines are strongly recommended:
•
There should be an identical one-to-one volume relationship between volumes on
the primary system and those on the backup system.
•
Each backup volume should have the same name as the associated primary
volume.
If the backup volume names are not identical to the corresponding primary volume
names, then you will have to update every partitioned file and every file that has
alternate keys on the backup system so that each points to the correct volume name.
You can use INCLUDE and EXCLUDE lists to specify which files are to be, or are not
to be, protected by RDF. For a description of INCLUDE and EXCLUDE lists, see
Section 11, Subvolume- and File-Level Replication.
The following RDFCOM commands configure an updater named $UP01 to run as a
process pair in CPUs 2 and 4 at a priority of 180. The updater will be associated with
an secondary image trail on the volume $IMAGA1. The name of the backup volume
and the primary volume being protected is $DATA01.
]SET VOLUME PROCESS $UP01
]SET VOLUME CPUS 2:4
]SET VOLUME IMAGEVOLUME $IMAGA1
]SET VOLUME PRIORITY 180
]SET VOLUME UPDATEVOLUME $DATA01
]SET VOLUME ATINDEX 0
]ADD VOLUME $DATA01
Note that the mapping between the configured updater process and a particular
primary volume is accomplished by the ADD VOLUME command.
You can issue ADD VOLUME commands only when RDF is stopped.
You must configure all updaters to use secondary image trails, thereby leaving the
RDFVOLUME (master image trail) exclusively for use by the master receiver (at index
0).
RDFNET Process
Use SET RDFNET and ADD RDFNET commands to configure the following RDFNET
parameters:
•
CPUS primary-CPU : backup-CPU
•
PRIORITY
•
PROCESS
The CPUS option value specifies the processors in the primary system in which the
RDFNET process will run.