19.5.2 Example 2: Recovering specified RDAREAs to the point at which a backup was made

This example recovers user RDAREAs (rdarea01 and rdarea02) to the point at which a backup was made.

Organization of this subsection
(1) Use the pdclose command to close RDAREAs in error shutdown status
(2) Use another product's facility to recover all RDAREAs
(3) Use the pdrels command to open recovered RDAREAs by releasing their error shutdown status

(1) Use the pdclose command to close RDAREAs in error shutdown status

pdclose -r rdarea01,rdarea02

(2) Use another product's facility to recover all RDAREAs

Use another product's restore facility to recover the HiRDB file system area that comprises the RDAREAs (rdarea01, rdarea02).

(3) Use the pdrels command to open recovered RDAREAs by releasing their error shutdown status

pdrels -r rdarea01,rdarea02 -o

It is recommended that after the command has executed you check whether or not the execution results are correct. For details on how to check command execution results, see the manual HiRDB Version 8 Command Reference.