![]() |
![]() |
![]() |
![]() |
![]() |
This method performs the backup directly from the Secondary data volumes while the replication to Secondary is frozen. Make sure the Secondary SRL is large enough to hold the writes sent from the Primary while the backup is in progress. In this method, the Secondary data volumes are under replication control, and hence you cannot write to them. Use this method only if the backup process does not perform any writes to the Secondary data volumes.
onfreeze
script and copy it in the /etc/vx/vvr/ibc_scripts/dss_app
directory on Secondary host:
In the onfreeze
script, include the following commands to perform block-level backup of the Secondary data volumes:
dd if=/dev/vx/rdsk/hrdg/hr_dv01 of=/dev/rmt/0
dd if=/dev/vx/rdsk/hrdg/hr_dv02 of=/dev/rmt/0
Note
This example does not need the
prefreeze
and postfreeze
scripts.