In this example, RDAREAs are moved to a different back-end server in the same unit.
Estimate memory requirements for the target back-end server. For details about estimating memory requirements, see the manual HiRDB Version 8 Installation and Design Guide.
pdcopy -m /rdarea/mast/mast01 -M r -a -b /pdcopy/backup01 -p /pdcopy/list01 |
pdhold -r RDAREA1,RDAREA2,RDAREA3 -c |
Create a control statements file (/pdmod/move01) containing a move rdarea statement for the pdmod command. The following shows the contents of this control statements file:
move rdarea RDAREA1,RDAREA2,RDAREA3 1 |
pdmod -a /pdmod/move01 |
pdstop |
pdstart |
pdcopy -m /rdarea/mast/mast01 -M r -a -b /pdcopy/backup02 -p /pdcopy/list02 |