Top
ETERNUS SF AdvancedCopy Manager 14.1 Operator's Guide

11.5.4 swsrpvssbackup_exchange (Exchange VSS backup execution command)

NAME

swsrpvssbackup_exchange - backup of a Storage group


SYNOPSIS

program-directory\bin\swsrpvssbackup_exchange [-evs Virtual-Server-Name] [-skipchk] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]

DESCRIPTION

This command cooperates with VSS to perform an on-line backup of a Storage group.

The command performs the following processing:

  1. By using VSS and AdvancedCopy, the backup data of a Storage group is created on a backup server.

    • For snapshot type backups, shadow copies are created by starting an OPC, or QuickOPC.

    • For synchronous type backups, shadow copies are created by suspending an EC or REC in an equivalency maintenance state. (Not supported when Windows Server 2008 is combined with Exchange Server 2007).

  2. A drive letter is assigned to the backup volume based on a drive letter map file. The backup volume can be accessed as a read-only volume.

  3. ESEUTIL is performed against backup data to verify data integrity. When there is no problem with data integrity, Exchange deletes unnecessary log files.

  4. The metadata documents, which are needed at the time of restoration, are saved in the following locations of the backup server:

    File

    Output place

    Writer metadata Document

    If the copy set group name is "BkupGroup" (the default name)

    environmental setting directory\etc\repl\data\exchange\<Storage Server name of Exchange server>\metadoc\<Storage group name>.wmd.xml

    If the copy set group name is anything other than "BkupGroup" (the default name)

    environment settings directory\etc\repl\data\exchange\<Storage Server name of Exchange server>\metadoc\<Storage group name >.<Copy set group name>.wmd.xml

    Note) The specification method for which <Copy set group name> is specified is not supported when Windows Server 2008 is combined with Exchange Server 2007.

    Backup component Document

    If the copy set group name is "BkupGroup" (the default name)

    environmental setting directory>\etc\repl\data\exchange\<Storage Server name of Exchange server>\metadoc\<Storage group name>.bcd.xml

    If the copy set group name is anything other than "BkupGroup" (the default name)

    environment settings directory\etc\repl\data\exchange\<Storage Server name of Exchange server>\metadoc\<Storage group name >.<Copy set group name>.bcd.xml

    Note) The specification method for which <Copy set group name> is specified is not supported when Windows Server 2008 is combined with Exchange Server 2007.


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 used, the name of an Exchange virtual server (EVS) is specified.
When cluster employment is omitted, there is no necessity for specification.

-skipchk

This specifies that data consistency verification should not be performed by ESEUTIL.

-copygrp Copyset-Group-Name

Specifies the copy set group name.
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