Top
ETERNUS SF AdvancedCopy Manager V16.1 Operation Guide
FUJITSU Storage

13.4.4 swsrpvssrestore_exchange (Exchange VSS Restore Execution Command)

NAME

swsrpvssrestore_exchange - restore of a Storage group or a database

SYNOPSIS

For Exchange Server 2007:
<program-directory>\bin\swsrpvssrestore_exchange [-evs virtualServerName] (-point|-roll) -sgname storageGroupName [-copygrp copysetGroupName]
For Exchange Server 2010, Exchange Server 2013:
<program-directory>\bin\swsrpvssrestore_exchange (-point|-roll) -dbname databaseName

DESCRIPTION

This command cooperates with VSS to perform the restoration of a Storage group or a database.
Because it cooperates with VSS, the writer metadata document and backup component document which are saved in the backup server are used. One of the following two restoration systems is chosen and restoration is performed.

Point-in-time Restoration (Restoration to Backup Time)

By restoring all the files (i.e., those with extensions *.edb, *.stm, *.log, *.chk) that constitute a Storage group or a database from the backup volume, a Storage group is restored to the time that the backup was created.

Roll Forward Restoration (Restoration to Newest State)

In this case, only database files (i.e., files with extensions *.edb, *.stm) are restored, the log application is performed using the log file which exists on the operating volume, and the database is restored to the newest time.

In the case of MSCS or WSFC operation, this command performs automatic configuration of the maintenance mode of the physical disk resources to which the volume belongs with pre- and post-processing. For more information, refer to "14.1.7.1 When Using MSCS or WSFC for Cluster Operation".

OPTIONS

-sgname storageGroupName

A Storage group name is specified.
The storage group name containing a space needs to attach double quotation marks (" ")

-dbname databaseName

A database name is specified.
The database name containing a space needs to attach double quotation marks (" ")

-evs virtualServerName

When cluster is being used, the name of a clustered mailbox server is specified.
When cluster usage is omitted, there is no need to specify this option.

-point

A Point-in-Time system is restored.

-roll

A roll forward system is restored.

-copygrp copysetGroupName

A copy set group name is specified.
If this option is omitted, the copy set group name will be the default name "BkupGroup".
This option is not supported in Windows Server 2008 or later.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES