HP StorageWorks P9000 Replication Manager Software 7.1 CLI User Guide (TB584-96026, May 2011)

6. Resynchronize the copy group.
To resynchronize the copy group, execute EX_DRM_RESYNC on the database server.
DBServer > EX_DRM_RESYNC Operation_A
Restoring an SQL Server database to a remote site
The example provided below explains the operation used to restore an SQL Server database in a
remote site if the local site has encountered a problem.
Operation at the remote site
1. Split the Continuous Access Software pair (usual operation is in the pair status).
Change the pair status from PAIR to SMPL.
BKServer > pairsplit -g TC01 -d SQL11 -S
BKServer >
BKServer > pairsplit -g Cnt Ac01 -d SQL11 -S
BKServer >
2. Check the backup ID of the backup you want to use for restoration.
To check the backup ID, execute the drmtapecat command on the backup server.
BKServer >drmtapecat
BACKUP-ID ORIGINAL-ID BACKUP-OBJECT INSTANCE SNAPSHOT TIME EXPIRATION TIME
BACKUP-MEDIA
0000000002 0000000001 MSSQL default 2004/08/05 10:00:00 2004/11/05 10:00:00 -
:
:
BKServer >
3. Restore data from its backup tape to the secondary volume.
To restore data, execute EX_DRM_TAPE_RESTORE on the backup server.
BKServer > EX_DRM_TAPE_RESTORE Operation_A -backup_id 0000000002
When restore is performed, information about the restore operation is registered in the backup
catalog on the backup server with new backup ID 0000000003.
Operation for SQL Server databases332