RDF System Management Manual

Table Of Contents
Entering RDFCOM Commands
HP NonStop RDF System Management Manual524388-003
8-84
Command Overview
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 $DATA1
]ADD VOLUME $DATA01
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 $DATA2
]SET VOLUME INCLUDE OEM2*.*
]SET VOLUME INCLUDE OEM5*.*
]ADD VOLUME $DATA02