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.
Examples
To configure an extractor process named $EXTR (associated with the MAT) to run in CPUs 3 and
4 at the default priority of 165 with an RTD warning threshold of 180 seconds, issue the following
commands:
]SET EXTRACTOR PROCESS $EXTR
]SET EXTRACTOR CPUS 3:4
]SET EXTRACTOR RTDWARNING 180
]ADD EXTRACTOR
To configure an auxiliary extractor process named $EXT1 (associated with auxiliary audit trail
AUX01) to run in CPUs 5 and 6 at the default priority of 165 with an RTD warning threshold of
180 seconds, issue the following commands:
]SET EXTRACTOR ATINDEX 1
]SET EXTRACTOR PROCESS $EXT1
]SET EXTRACTOR CPUS 5:6
]SET EXTRACTOR RTDWARNING 180
]ADD EXTRACTOR
To configure a master extractor in an RDF/ZLT environment, where there are two active volumes
($TMFMAT1 and $TMFMAT2), and one overflow volume ($MATOFLO), issue the following
commands:
]SET EXTRACTOR PROCESS $EXTR
]SET EXTRACTOR CPUS 3:4
]SET EXTRACTOR RTDWARNING 165
]SET EXTRACTOR VOLUME $TMFMAT1
]SET EXTRACTOR VOLUME $TMFMAT2
]SET EXTRACTOR VOLUME $TMFOFLO
]ADD EXTRACTOR
SET IMAGETRAIL
The SET IMAGETRAIL command associates an image trail with a specific audit trail on the primary
system. The supplied value is not applied to the RDF configuration file, however, until you issue an
ADD IMAGETRAIL command.
SET IMAGETRAIL ATINDEX audittrail-index-number
ATINDEX audittrail-index-number
is an integer value identifying a configured TMF audit trail on the primary system. 0 specifies
the MAT. 1 through 15 specify auxiliary audit trails AUX01 through AUX15.
If 0, the image trail specified in the subsequent ADD IMAGETRAIL command is managed by
the master receiver; if 1 through 15, it is managed by the auxiliary receiver with that same
ATINDEX value. The default value is 0.
For information about protecting auxiliary audit trails, see Chapter 13 (page 276).
212 Entering RDFCOM Commands










