RDF/IMP and IMPX System Management Manual (RDF 1.3+)
Entering RDFCOM Commands
Compaq NonStop™ RDF/IMP and IMPX System Management Manual—522204-001
8-33
Command Overview
INFO EXTRACTOR Command
To display the current configuration parameters for the auxiliary extractor process
associated with auxiliary audit trail AUX02, enter the following command:
]INFO EXTRACTOR ATINDEX 2
The output shows that the auxiliary extractor for AUX02 is configured with its default
parameter values: running in CPUs 2 and 1, with a priority of 165, with the default RTD
warning threshold of 60 seconds, and with a process name assigned by the subsystem
(and thus unlisted in the display):
EXTRACTOR ATINDEX 2
EXTRACTOR CPUS 2:1
EXTRACTOR PRIORITY 165
EXTRACTOR PROCESS $EXT02
EXTRACTOR RTDWARNING 60
INFO EXTRACTOR Command With OBEYFORM Option
The OBEYFORM option is useful when you want to create an RDF configuration
command file from an existing configuration: for example, for later use in an OBEY
command. To copy the current extractor process configuration parameters in command
file format to the output file named $RDF.EX.COMFL, enter:
]OUT $RDF.EX.COMFL
]INFO EXTRACTOR, OBEYFORM
RDF produces the following output, based on the configuration used in the previous
example:
SET EXTRACTOR ATINDEX 2
SET EXTRACTOR CPUS 2:1
SET EXTRACTOR PRIORITY 165
SET EXTRACTOR PROCESS $EXT02
SET EXTRACTOR RTDWARNING 60
ADD EXTRACTOR
INFO MONITOR Command
To display the current configuration parameters for the monitor process, enter:
]INFO MONITOR
Assuming that you did not explicitly name the monitor process, RDF displays output in
the following format:
MONITOR CPUS 2:1
MONITOR PRIORITY 170
You would see this particular output, for example, if you originally configured the
monitor to run in CPUs 2 and 1 at the default priority of 165, but later changed the
priority to 170 (using an ALTER command).