To optimize the time to transfer the PVS data onto a remote recovery server at a remote site:
-L option with the scconfig command for specific logical volumes to mark the state map zero percent dirty.-
On the production server:
-
Stop any application(s)
-
Stop Assure MIMIX for AIX and unload the drivers:
rtstop -FC <Context ID> -
-
On the recovery server
-
Stop any application(s) that are using a snapshot
-
Unmount the file systems on a snapshot
rtumnt -C <Context ID>-
Release any snapshots
scrt_ra -WC <Context ID>-
Stop Assure MIMIX for AIX and unload the drivers.
rtstop -FC <Context ID> -
-
Save the protected data on the production server to tape or disk. You must save at the LV level in block sequence.
-
Save to tape:
dd if=/dev/db2 of=/dev/rmt0 bs=1024-
Save to disk:
dd if=/dev/db2 of=/dev/db2bu bs=16m -
-
Clean the state map on the production server.
scconfig -WC <Context ID> -
Start Assure MIMIX for AIX on the production server.
rtstart -C <Context ID> -
Restore the data from tape or disk to the Replica on the recovery server.
Note: The restore must be done to the pt LVs.-
Restore data from tape:
dd of=/dev/ptdb2 if=/dev/rmt0 bs=1024-
Restore data from disk:
dd of=/dev/ptdb2 if=/dev/db2bu bs=16m -
-
Start Assure MIMIX for AIX on the recovery server. The changes made after the save to tape or disk synchronize to the recovery server.
rtstart -C <Context ID>