This example recovers user RDAREAs (rdarea01 and rdarea02) to the most recent synchronization point before an error occurred. The system log is being unloaded.
pdclose -r rdarea01,rdarea02 |
In the case of a HiRDB/Parallel Server, check the system log files at the dictionary and back-end servers.
pdlogls -d sys |
To unload the current file, swap system log files. In the case of a HiRDB/Parallel Server, swap system log files at the back-end servers where rdarea01 and rdarea02 are located.
pdlogswap -d sys |
Unload the current system log file identified in step (2).
pdlogunld -d sys -g log01 -o /unld/unldlog02 |
Use another product's restore facility to recover rdarea01 and rdarea02 to a backup acquisition point.
pdrstr -m /rdarea/mast/mast01 -l /unld/unldlog01,/unld/unldlog02 |
Use another product's backup facility to back up rdarea01 and rdarea02.
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.