RDF System Management Manual for J-series and H-series RVUs (RDF 1.10)
Furthermore, RDF objects with a particular ATINDEX value greater than 0 must together constitute
a complete set:
• If there is an extractor with an ATINDEX value of 1, there must also be a receiver with an
ATINDEX value of 1.
• If there is a receiver with an ATINDEX value of 1, there must also be a secondary image trail
with an ATINDEX of 1.
• An updater with an ATINDEX value of 1 must be protecting a primary system data volume
configured to auxiliary audit trail AUX01, and its secondary image trail must also have an
ATINDEX value of 1.
For a discussion on the use of INCLUDE and EXCLUDE lists, see Chapter 11 (page 266).
Once an updater process has been added to the RDF configuration, you cannot alter its INCLUDE
or EXCLUDE parameters. If you must do so, it is recommended that you STOP RDF, reinitialize RDF
(with the INITTIME option), and reconfigure it with correct INCLUDE and EXCLUDE lists. See
Chapter 3 (page 62) for a discussion of how to reinitialize RDF with the INITTIME option.
You can specify a maximum of 100 INCLUDE and EXCLUDE parameters for each volume, in any
combination.
Unlike the behavior of other SET parameters, successive INCLUDE or EXCLUDE parameters do not
supersede preceding ones in the RDF configuration memory table (they merely extend the include
and exclude lists for the particular data volume).
If you want to use the same INCLUDE/EXCLUDE lists for each volume, you only have to use the
SET commands when configuring the first updater. After you ADD that updater, the same
INCLUDE/EXCLUDE lists are retained in memory, and you only need to configure the other updater
attributes. When you ADD the next updater, it inherits the same INCLUDE/EXCLUDE lists.
If you want to specify different INCLUDE/EXCLUDE lists for each volume, then you should use the
RESET VOLUME command after you ADD each updater. The RESET VOLUME command clears out
any INCLUDE/EXCLUDE lists you SET for the previous updater.
To view the current INCLUDE and EXCLUDE parameters in the RDF configuration memory table,
issue a SHOW VOLUME command.
To view the INCLUDE and EXCLUDE parameters for an updater that has already been added,
issue an INFO VOLUME or INFO $volume command.
Examples
Suppose that one of the volumes containing audited files on the primary system is named $DATA01
and you want to create an updater process named $U01 to maintain a copy of that volume, named
$DATA1, on the backup system.
To configure the updater process to run in CPUs 3 and 4 at the default priority of 160 using the
secondary image trail volume $SECIT1, issue these commands:
]SET VOLUME PROCESS $U01
]SET VOLUME CPUS 3:4
]SET VOLUME IMAGEVOLUME $SECIT1
]SET VOLUME UPDATEVOLUME $DATA1
]ADD VOLUME $DATA01
Suppose that another volume on the primary system is named $DATA02 and you want to create
an updater process named $U02 to replicate changes to only those tables and files on $DATA02
whose subvolume name begins with OEM2 or OEM5.
To configure the updater process to run in CPUs 5 and 6 at the default priority of 160 using
secondary image trail volume $SECIT2 and data volume $DATA2 on the backup system, issue
these commands:
]SET VOLUME PROCESS $U02
]SET VOLUME CPUS 5:6
]SET VOLUME IMAGEVOLUME $SECIT2
RDFCOM Commands 227










