RDF System Management Manual

Table Of Contents
Entering RDFCOM Commands
HP NonStop RDF System Management Manual524388-003
8-15
Command Overview
RDF State Requirement
While RDF is running, the only configuration parameters you can alter are the log file,
the purge time, the RDF updater delay, and the priority of each RDF process. You can
also change the RDF updater open while RDF is running, but updating must be
stopped. To change the setting of any other parameter, you must first stop RDF.
Usage Guidelines
Before entering the ALTER command, you can display the current configuration
parameters with the INFO RDF command. After entering ALTER, you can confirm
your changes by again entering INFO RDF.
If you use an ALTER RECEIVER command to change the EXTENTS parameter, the
change will occur on the next RDF image file rollover, unless RDF has never been
started since its last reinitialization.
Although you can use the SET RECEIVER RDFVOLUME command to specify the disk
volume used for the master image trail, you cannot respecify this volume by entering
an ALTER RECEIVER RDFVOLUME command. To change this volume, you must
reinitialize RDF and use another SET RECEIVER RDFVOLUME command followed by
an ADD RECEIVER command.
If you need to change an updater’s image trail volume, it is recommended that you
stop TMF; wait for RDF to stop; delete the volume; re-add the volume back into the
configuration, associating it to a different image trail volume; and then restart the TMF
and RDF subsystems. This is the only way to ensure that the backup database will
remain synchronized with the primary database.
Examples
To change the priority at which an extractor process is currently running, issue an
ALTER EXTRACTOR PRIORITY command. For example, the following command
changes the execution priority of the master extractor process to 170:
]ALTER EXTRACTOR PRIORITY 170
The following command changes the execution priority of the auxiliary extractor
process associated with the auxiliary audit trail AUX02 to 170:
]ALTER EXTRACTOR ATINDEX 2 PRIORITY 170
Note. Altering the RDF UPDATERDELAY value is not recommended unless you have a very
specific reason for doing so; any value less than the default (10 seconds) may affect updater
performance.