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

(recovers) the data from the secondary volume to the the primary volume by resynchronizing the
volumes. This example uses Operation_A as the operation ID.
To perform restoration of data from a VSS backup, the Protection Manager service must be running
on the backup server.
To restore a storage group:
1. Check the backup ID of the backup data.
To check the backup ID of the backup data used to restore the data from tape to the secondary
volume, execute the drmtapecat command on the backup server.
BKServer >drmtapecat -hostname DBServer -l
BACKUP-ID ORIGINAL-ID HOSTNAME BACKUP-OBJECT INSTANCE SNAPSHOT TIME EXPIRATION TIME
BACKUP-MEDIA
0000000002 0000000001 DBServer MSEXCHANGE - 2002/06/01 17:45:36 PERMANENT
MEDIA1
:
:
When restoring a database or Information Store relating to a specific storage group by executing
the restoration command with the -target option specified, you must confirm the restoration
target. In this case, execute the drmtapecat command with the following options specified:
-o MSEXCHANGE
-backup_id backup-ID
2. Restore the backed up data from the tape to the secondary volume.
To restore the data, execute EX_DRM_TAPE_RESTORE on the backup server.
BKServer > EX_DRM_TAPE_RESTORE Operation_A -backup_id 0000000002
3. Export backup information to temporary files.
To restore the data from the secondary volume to the primary volume, you must copy backup
information about the restore performed from the tape to the secondary volume. Copy this
information to the database server. To export the backup information to temporary files in the
temporary folder for extended commands, execute EX_DRM_DB_EXPORT.
BKServer > EX_DRM_DB_EXPORT Operation_A
4. Receive the temporary files on the database server.
To batch-receive the temporary files held on the backup server onto the database server, execute
EX_DRM_FTP_GET on the database server. In this example, the user ID used for logon to the
FTP server is admin and the password is password. Temporary files are stored in the temporary
folder for extended commands, on the database server.
DBServer > EX_DRM_FTP_GET Operation_A -server BKServer -user admin -password password
5. Import the temporary files, which were transmitted from the database server, into the backup
catalog on the database server.
To import the temporary files, which were transmitted from the database server, into the backup
catalog on the database server, execute EX_DRM_DB_IMPORT on the database server.
DBServer >EX_DRM_DB_IMPORT Operation_A
Operation for Exchange databases410