RDF System Management Manual

Table Of Contents
Entering RDFCOM Commands
HP NonStop RDF System Management Manual524388-003
8-58
Command Overview
Furthermore, RDF objects with a particular ATINDEX value greater than 0 must
together constitute a complete set, as follows:
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