RDF System Management Manual

Table Of Contents
Entering RDFCOM Commands
HP NonStop RDF System Management Manual524388-003
8-88
Command Overview
RDFCOM includes the line containing PROCESS process-name in the display only
if the process name was specified in a SET command.
SHOW PURGER Command
Suppose that a series of SET PURGER commands specifies that a purger process
named $PURG is to run in CPUs 3 and 2 at priority 165 with a RETAINCOUNT of 50.
To display the values specified by those SET PURGER commands, enter:
]SHOW PURGER
In response, RDFCOM displays the following:
PURGER CPUS 3:2
PURGER PRIORITY 165
PURGER PROCESS $PURG
PURGER RETAINCOUNT 50
PURGER PURGETIME 60
RDFCOM includes the line containing PROCESS process-name in the display only
if the process name was specified in a SET command.
SHOW VOLUME Command
Suppose that a series of SET VOLUME commands specified the following
configuration parameter values:
The updater process named $UP07 is to run in CPUs 2 and 1 of the backup
system at a priority of 160.
The volume $DATA7 on the backup system is to be used for receiving database
updates to the volume $DATA07 on the primary system (which is configured to the
auxiliary audit trail $AUX01).
The updater is to use the secondary image trail $SECIT1 (which was previously
added to the RDF configuration by way of an ADD IMAGETRAIL command).
To display the values specified by those SET VOLUME commands, enter:
]SHOW VOLUME
The following output results:
VOLUME ATINDEX 1
VOLUME CPUS 2:1
VOLUME PRIORITY 160
VOLUME UPDATEVOLUME $DATA7
VOLUME IMAGEVOLUME $SECIT1
VOLUME PROCESS $UP07