Top
ETERNUS SF AdvancedCopy Manager 14.1 Operator's Guide

11.5.5 swsrpvssrestore_exchange (Exchange VSS restore execution command)

NAME

swsrpvssrestore_exchange - restore of a Storage group


SYNOPSIS

program-directory\bin\swsrpvssrestore_exchange [-evs Virtual-Server-Name] (-point|-roll) -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]

DESCRIPTION

This command cooperates with VSS to perform the restoration of a Storage group.
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 a backup time)

By restoring all the files (i.e., those with extensions *.edb, *.stm, *.log, *.chk) that constitute a Storage group from the backup volume, a Storage group is restored to the time that the backup was created.
In Exchange Server 2007, the above "*.stm" file does not exist.

Roll forward restoration (restoration to the 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 Exchange Server 2007, the above "*.stm" file does not exist.


OPTIONS

-sgname Storage-Group-Name

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

-evs Virtual-Server-Name

When cluster is being used, the name of an Exchange virtual server (EVS) 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 Copyset-Group-Name

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 an environment where Windows Server 2008 is combined with Exchange Server 2007.


EXIT STATUS

=0:Completed successfully

>0:Terminated abnormally


EXAMPLES

NOTES