NAME
swsrpvsssync_exchange - synchronous processing operations for storage groups
SYNOPSIS
<program-directory>\bin\swsrpvsssync_exchange start [-evs Virtual-Server-Name] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
<program-directory>\bin\swsrpvsssync_exchange cancel [-evs Virtual-Server-Name] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
DESCRIPTION
This command performs synchronous processing operations for storage groups
Starting or restarting synchronous processing
Stopping synchronous processing
This command starts or restarts synchronous processing for storage groups. It is used to start synchronous type backup operations and to reflect updated (differential) data from a replication established (suspended) state.
This command stops synchronous processing for storage groups. Use this command when an error is detected with synchronous processing or when synchronous type backup operations are to be stopped.
OPTIONS
Specifies the storage group name.
Specifies the name of an Exchange virtual server (EVS) when cluster operation is used.
This option need not be specified unless cluster operation is used.
Specifies the copy set group name.
If this option is omitted, the default copy set group "BkupGroup" will be specified.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Start synchronous processing for the storage group "FirstStorageGroup" on the cluster operation (using MSCS) Exchange server "VSVR":
C:\>set SWSTGNODE=nodeAGT C:\>C:\Win32app\AdvancedCopyManager\bin\swsrpshadowadm_exchange status -copy -evs VSVR -sgname FirstStorageGroup -copygrp BK1 Type Group Original-Disk Replica-Disk Status Execute Trk Update EC BK1 g1d1@EXCHG-SVR g1d11@BKUP-SVR ---- ---- ---- ---- EC BK1 g1d2@EXCHG-SVR g1d12@BKUP-SVR ---- ---- ---- ---- C:\>C:\Win32app\AdvancedCopyManager\bin\swsrpvsssync_exchange start -evs VSVR -sgname FirstStorageGroup -copygrp BK1 swsrpvsssync_exchange successfully completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpshadowadm_exchange status -copy -evs VSVR -sgname FirstStorageGroup -copygrp BK1 Type Group Original-Disk Replica-Disk Status Execute Trk Update EC BK1 g1d1@EXCHG-SVR g1d11@BKUP-SVR sync 3% ---- ---- EC BK1 g1d2@EXCHG-SVR g1d12@BKUP-SVR sync 1% ---- ---- C:\>
Stop synchronous processing for the storage group "FirstStorageGroup" on the cluster operation (using MSCS) Exchange server "VSVR":
C:\>set SWSTGNODE=nodeAGT C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpshadowadm_exchange status -copy -evs VSVR -sgname FirstStorageGroup -copygrp BK1 Type Group Original-Disk Replica-Disk Status Execute Trk Update EC BK1 g1d1@EXCHG-SVR g1d11@BKUP-SVR suspend ---- ---- ---- EC BK1 g1d2@EXCHG-SVR g1d12@BKUP-SVR suspend ---- ---- ---- C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvsssync_exchange cancel -evs VSVR -sgname FirstStorageGroup -copygrp BK1 swsrpvsssync_exchange successfully completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpshadowadm_exchange status -copy -evs VSVR -sgname FirstStorageGroup -copygrp BK1 Type Group Original-Disk Replica-Disk Status Execute Trk Update EC BK1 g1d1@EXCHG-SVR g1d11@BKUP-SVR ---- ---- ---- ---- EC BK1 g1d2@EXCHG-SVR g1d12@BKUP-SVR ---- ---- ---- ---- C:\>
NOTES
For Exchange Server 2007, Exchange Server 2010 or Exchange Server 2013, this command cannot be executed.
Synchronous processing operation cannot be executed in the following cases:
When the database information for the specified storage group was not registered using swsrpdbinfo_ex2k3/swsrpdbinfo_exchange (Exchange database information registration command).
When the database configuration for the specified storage group has been changed.
When copy set information cannot be obtained.
When there is a copy set in the specified storage group whose copy type is not EC.
When communications with the backup server fail (this only affects the start/restart function).
When an error occurs with ETERNUS Disk storage system provider processing.
When a backup LUN volume (i.e., partition) cannot be deleted (this only affects the start/restart function).
When there is a shadow copy on a backup LUN that cannot be deleted (this only affects the start/restart function).
When synchronous processing has not been executed on any of the copy sets in the storage group (this only affects the stop function).
When a store is dismounted (this only affects the start/restart function for Exchange Server 2007).
This command cannot be executed while any of the following commands are running:
If this command is executed when synchronous processing has been executed on all copy sets in the storage group, the following information message will be output and the command will terminate: "swsrp4203 Synchronous processing is already in progress. Storage Group Name = [STORAGE-GROUP-NAME]". (The end status will be normal termination.).
If an error occurs during synchronous processing operations on a storage group that is made up of multiple copy sets, the processing of this command will be interrupted. To execute the synchronous processing operation again, correct the error and then rerun the command.