Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

8.1.7 Stopping Operation

Backup of the Exchange server databases can be stopped by performing the following steps:

8.1.7.1 Deleting the shadow copy

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:

  1. Deletes any shadow copy that exists on the backup server.

  2. Deletes the backup server "writer metadata" documents and the "backup component" documents.

  3. Makes the hardware provider stop the OPC physical copy if it is in progress.


8.1.7.2 Stopping synchronous processing (for synchronous type backups only)

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).


8.1.7.3 Stopping tracking processing (only for differential snapshot type backups)

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.


8.1.7.4 Stopping restoration copies

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.