Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.5.4 swsrpvssbackup_exchange (Exchange VSS backup execution command)

NAME

swsrpvssbackup_exchange - backup of a Storage group or a database


SYNOPSIS

For Exchange Server 2003, Exchange Server 2007:
<program-directory>\bin\swsrpvssbackup_exchange [-evs Virtual-Server-Name] [-skipchk] -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
For Exchange Server 2010, Exchange Server 2013:
<program-directory>\bin\swsrpvssbackup_exchange [-skipchk] -dbname Database-Name

DESCRIPTION

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

The command performs the following processing:

  1. By using VSS and AdvancedCopy, the backup data of a Storage group or a database 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.

  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

    • Windows Server 2003

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

        <Environment directory>\etc\repl\data\exchange\<Managed 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 directory>\etc\repl\data\exchange\<Managed Server name of Exchange server>\metadoc\<Storage group name>.<Copy set group name>.wmd.xml

    • Windows Server 2008 or later

      <Environment directory>\etc\repl\data\exchange\<Managed Server name of Exchange server>\metadoc\<storage group name or database name>.wmd.xml

    Backup component Document

    • Windows Server 2003

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

        <Environment directory>\etc\repl\data\exchange\<Managed 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 directory>\etc\repl\data\exchange\<Managed Server name of Exchange server>\metadoc\<Storage group name>.<Copy set group name>.bcd.xml

    • Windows Server 2008 or later

      <Environment directory>\etc\repl\data\exchange\<Managed Server name of Exchange server>\metadoc\<storage group name or database name>.bcd.xml


OPTIONS

-sgname Storage-Group-Name

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

-dbname Database-Name

A database 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 Windows Server 2008 or later.


EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally


EXAMPLES

NOTES