RDF System Management Manual for H-Series RVUs (RDF 1.8)
SET VOLUME UPDATEVOLUME $DATA01
ADD VOLUME $DATA01
In the above example, all audited files and tables on \PRIMARY.$DATA01 are replicated to
\BACKUP.$DATA01.
Now consider this updater configuration example:
SET VOLUME CPUS 1:2
SET VOLUME IMAGEVOLUME $IMAGE
SET VOLUME PRIORITY 185
SET VOLUME PROCESS $MM01
SET VOLUME UPDATEVOLUME $DATA01
SET VOLUME INCLUDE MMTEST10.*
SET VOLUME EXCLUDE MMTEST10.CONC0826
SET VOLUME INCLUDE DATA*.*
SET VOLUME EXCLUDE DATA*.C*
SET VOLUME INCLUDE DB*.*
ADD VOLUME $DATA01
There is still one updater responsible for replicating changes from $DATA01 on the primary
system to $DATA01 on the backup system, but the INCLUDE and EXCLUDE clauses explicitly
identify which subvolumes and files on \PRIMARY.DATA01 are to be replicated (all audited
files and tables in the subvolumes MMTEST10, DATA*, and DB* are replicated, except
MMTEST10.CONC0826 and any files or tables in DATA* whose names start with "C").
Summary Examples 263










