RDF System Management Manual for H-Series RVUs (RDF 1.8)

| ***
ADD RECEIVER
| ***
| *** Add secondary image trails.
| ***
ADD IMAGETRAIL $SECIT1
ADD IMAGETRAIL $SECIT2
| ***
| *** Set the updater parameters for the first
| *** volume to be protected by the RDF product.
| *** $U01 is the name of this updater. Volume
| *** $DB1 on the backup node corresponds to the
| *** volume $DB01 on the primary node. This updater
| *** will use the secondary image trail SECIT1.
| ***
SET VOLUME CPUS 2:1
SET VOLUME PRIORITY 160
SET VOLUME UPDATEVOLUME $DB1
SET VOLUME IMAGEVOLUME $SECIT1
SET VOLUME MAPFILE $DATA05.CONFIG.MAPFILE
SET VOLUME MAPLOG $DATA05.LOG.MAPLOG
SET VOLUME PROCESS $U01
| ***
| *** Add the RDF updater parameters for
| *** the first updater process to the
| *** configuration file.
| ***
ADD VOLUME $DB01
| ***
| *** Set the updater parameters for the second
| *** volume to be protected by the RDF product.
| *** $U02 is the name of this updater. Volume
| *** $DB2 on the backup node corresponds to
| *** the volume $DB02 on the primary node. This
| *** updater will use the secondary image trail
| *** SECIT2.
| ***
SET VOLUME CPUS 2:1
SET VOLUME PRIORITY 160
SET VOLUME UPDATEVOLUME $DB2
SET VOLUME IMAGEVOLUME $SECIT2
SET VOLUME PROCESS $U02
| ***
| *** Add the RDF updater parameters for
| *** the second updater process to the
| *** configuration file.
| ***
ADD VOLUME $DB02
| ***
| *** Set the updater parameters for the third
| *** volume to be protected by the RDF product.
| *** $U03 is the name of this updater. Volume
Sample Configuration File 331