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

14.4.4 swsrpvssrestore_exchange (Exchange VSS Restore Execution Command)

NAME

swsrpvssrestore_exchange - restore of a Storage group or a database

SYNOPSIS

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

When using WSFC for cluster operation in a Windows environment, 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 "15.1.8.1 When Using WSFC for Cluster Operation".

OPTIONS

-dbname databaseName

A database name is specified.
If the database name contains a space, enclose it with double quotes.

-point

A Point-in-Time system is restored.

-roll

A roll forward system is restored.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES