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-75
Command Overview
command after adding each updater (otherwise the INCLUDE and EXCLUDE
parameters for each added updater are applied to the next added updater as well).
To view the current INCLUDE and EXCLUDE parameters in the RDF configuration
memory table, issue a SHOW VOLUME command.
To view the INCLUDE and EXCLUDE parameters for an updater that has already been
added, issue an INFO VOLUME or INFO $volume command.
Examples
Suppose that one of the volumes containing audited files on the primary system is
named $DATA01 and you want to create an updater process named $U01 to maintain a
copy of that volume, named $DATA1, on the backup system.
To configure the updater process to run in CPUs 3 and 4 at the default priority of 160
using the secondary image trail volume $SECIT1, issue the following commands:
]SET VOLUME PROCESS $U01
]SET VOLUME CPUS 3:4
]SET VOLUME IMAGEVOLUME $SECIT1
]SET VOLUME UPDATEVOLUME $DATA01
]ADD VOLUME $DATA1
Suppose that another volume on the primary system is named $DATA02 and you want to
create an updater process named $U02 to replicate changes to only those tables and files
on $DATA02 whose subvolume name begins with OEM2 or OEM5.
To configure the updater process to run in CPUs 5 and 6 at the default priority of 160
using secondary image trail volume $SECIT2 and data volume $DATA2 on the backup
system, issue the following commands:
]SET VOLUME PROCESS $U02
]SET VOLUME CPUS 5:6
]SET VOLUME IMAGEVOLUME $SECIT2
]SET VOLUME UPDATEVOLUME $DATA02
]SET VOLUME INCLUDE OEM2*.*
]SET VOLUME INCLUDE OEM5*.*
]ADD VOLUME $DATA2