This example recovers only the master directory RDAREA to the most recent synchronization point before an error occurred. The system log is being unloaded.
In the case of a HiRDB/Parallel Server, check the system log files at all servers.
pdlogls -d sys |
Unload the current system log file checked in step (1).
In the case of a HiRDB/Parallel Server, unload the current system log files at all servers.
pdlogunld -d sys -g log01 -o /unld/unldlog02 |
Use another product's restore facility to recover the master directory RDAREA to a backup acquisition point.
pdstart -r |
pdrstr -m /rdarea/mast/mast01 -l /unld/unldlog01,/unld/unldlog02 |
pdstop |
Use another product's backup facility to back up the HiRDB file system area that comprises the master directory RDAREA.
pdstart |
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.