RDF System Management Manual for H-Series RVUs (RDF 1.8)
The ATINDEX parameter specifies an integer value from 0 through 15 specifying the audit trail
on the primary system to which the data volume being protected is mapped. 0 specifies the MAT.
1 through 15 specifies auxiliary audit trails AUX01 through AUX15, respectively. The default is
0.
The CPUS parameter specifies the processors in the backup system in which the updater will
run.
The IMAGEVOLUME parameter associates this updater process with a specific image trail you
have previously added to the RDF configuration. You cannot add this updater process, associating
it to an image volume, unless you have already added the image 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 Chapter 11 (page 261).
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
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).
Creating a Configuration Command File
You can use the INFO * command with the OBEYFORM parameter to create a configuration
command file quickly and easily from an existing RDF configuration:
Initializing and Configuring RDF 97










