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 /hirdb/rdarea/mast/mast01 -b /usr/hirdb/pdcopy/backup/backup01
-L -p /usr/hirdb/pdrstr/list/list01 -w /tmp/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.