RDF/IMP and IMPX System Management Manual (RDF 1.3+)

Additional Reference Information
Compaq NonStop™ RDF/IMP and IMPX System Management Manual522204-001
B-5
Sample Configuration File
Sample Configuration File
The following is a sample OBEY command file for configuring the RDF subsystem for
the first time.
Comment lines begin with the | symbol and are ignored by RDFCOM.
| ***
| *** Remove all information from the current RDF configuration
| *** file.
| ***
INITIALIZE RDF, BACKUPSYSTEM \LONDON, SUFFIX 1 !
| ***
| *** Set the global parameters.
| ***
SET RDF BACKUPSWAP $SWAP01
SET RDF PRIMARYSWAP $SWAP01
| ***
| *** Add the global parameters to the
| *** RDF configuration file.
| ***
ADD RDF
| ***
| *** Set the monitor parameters.
| ***
SET MONITOR CPUS 1:2
SET MONITOR PRIORITY 165
| ***
| *** Add the monitor parameters to the
| *** RDF configuration file.
| ***
ADD MONITOR
| ***
| *** Set the extractor parameters.
| *** $EXT is the name of the extractor process.
| ***
SET EXTRACTOR CPUS 2:1
SET EXTRACTOR PRIORITY 165
SET EXTRACTOR PROCESS $EXT
| ***
| *** Add the extractor parameters to the
| *** RDF configuration file.
| ***
ADD EXTRACTOR