Backup of the Exchange server databases can be stopped by performing the following steps:
Delete the shadow copy
Stop the copy process during execution
Delete the shadow copy by executing swsrpshadowadm_exchange (Exchange VSS shadow copy management command) on the Exchange server.
Example:
C:\>set SWSTGNODE=nodeAGT C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpshadowadm_exchange delete -evs VSVR -sgname FirstStorageGroup-copygrp BK1 swsrpshadowadm_exchange delete successfully completed C:\> |
Executing this command:
Deletes any shadow copy that exists on the backup server.
Deletes the backup server "writer metadata" documents and the "backup component" documents.
Makes the hardware provider stop the OPC physical copy if it is in progress.
For synchronous type backups, synchronous processing must be stopped first.
Stop synchronous processing by executing swsrpvsssync_exchange (Exchange VSS synchronous processing command) on the Exchange server.
Example:
C:\>set SWSTGNODE=nodeAGT C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvsssync_exchange cancel -evs VSVR -sgname FirstStorageGroup -copygrp BK1 swsrpvsssync_exchange successfully completed C:\> |
It is also possible to stop synchronous processing by executing eternus_stopcopy (Copy stop command).
To perform differential snapshot type backups, tracking processing must first be stopped.
Stop tracking processing by executing swsrpshadowadm_exchange (Exchange VSS shadow copy management command) on the Exchange server.
Example:
C:\>set SWSTGNODE=nodeAGT C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpshadowadm_exchange stopqopc -evs VSVR -sgname FirstStorageGroup -copygrp BK1 swsrpshadowadm_exchange successfully completed C:\> |
It is also possible to stop tracking processing by executing eternus_stopcopy (Copy stop command) at the command line.
Stop the restoration copy process by executing swsrpcancel (Replication cancellation command) on the Exchange server.
Example:
C:\>set SWSTGNODE=nodeAGT C:\> C:\Win32App\AdvancedCopyManager\bin\swsrpcancel g1d11p1@BKUP-SVR g1d2p1@EXCHG-SVR FROM=g1d3p1@BKUP-SVR, TO=g1d1p1@EXCHG-SVR swsrpcancel completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpcancel g1d12p1@BKUP-SVR g1d2p1@EXCHG-SVR FROM=g1d4p1@BKUP-SVR, TO=g1d2p1@EXCHG-SVR swsrpcancel completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpstat_exchange -sgname FirstStorageGroup Server Original-Volume Replica-Volume Direction Status Execute EXCHG-SVR g1d1p1@EXCHG-SVR g1d11p1@BKUP-SVR ---- ---- ---- EXCHG-SVR g1d2p1@EXCHG-SVR g1d12p1@BKUP-SVR ---- ---- ---- EXCHG-SVR g1d1p1@EXCHG-SVR g1d13p1@BKUP-SVR ---- ---- ---- EXCHG-SVR g1d2p1@EXCHG-SVR g1d14p1@BKUP-SVR ---- ---- ---- C:\> |
When this command is executed, any restoration copy process in progress will be stopped.
It is generally not possible to use a transaction volume as a normal file system after restoration copy process has been stopped;
The transaction volumes must be reformatted so that they can be used again.