RDF System Management Manual

Table Of Contents
Installing and Configuring RDF
HP NonStop RDF System Management Manual524388-003
3-35
Configuring RDF
trail with the ADD IMAGETRAIL command. Also, the ATINDEX of this updater must
match the ATINDEX of the associated image trail.
The PRIORITY parameter specifies the priority at which the updater will run. You
should set the updater’s priority higher than that of any application’s process but less
than the priority of the RDF receiver process.
The PROCESS parameter supplies a name for the updater process. You should
specify a meaningful mnemonic such as $UP01. The process name can be any unique
valid process name up to 5 characters, including the $ symbol. However, you cannot
specify HP reserved process names that are of the form $X*, $Y*, or $Z*, in which *
is any alphanumeric string.
The UPDATEVOLUME parameter specifies the name of the disk volume on the
backup system that corresponds to a particular volume on the primary system. This
parameter enables you to use different volume names on the backup system than are
being used on the primary system, if you so desire.
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 ATINDEX 0
]SET VOLUME PROCESS $UP01
]SET VOLUME CPUS 2:4
]SET VOLUME IMAGEVOLUME $IMAGA1
]SET VOLUME PRIORITY 180
]SET VOLUME UPDATEVOLUME $DATA01
]ADD VOLUME $DATA01
Note that the mapping between the configured updater process and a particular
primary volume is accomplished by the ADD VOLUME command.