19.3.3 Restoring in units of servers

This example restores all RDAREAs in a back-end server (bes1) to the most recent status. It assumes that a HiRDB/Parallel Server is running without unloading the system log:

pdrstr -m c:\sysarea\rdsys011\mast01 -b c:\hirdb\pdrstr\backup01
-L -p c:\hirdb\pdrstr\list01 -w c:\hirdb\pdrstr\sortwork -s bes1

Explanation
-m: Specifies the name of the first HiRDB file in the master directory RDAREA.
-b: Specifies the name of the backup file.
-L: Specifies that the system log file is to be read.
-p: Specifies the output file name for the database recovery utility process results listing.
-w: Specifies the work directory for sorting.
-s: Specifies that all RDAREAs in the back-end server (bes1) are to be restored.