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

13.4.3 swsrpvssbackup_exchange (Exchange VSS Backup Execution Command)

NAME

swsrpvssbackup_exchange - backup of a Storage group or a database

SYNOPSIS

For Exchange Server 2007:
<program-directory>\bin\swsrpvssbackup_exchange [-evs virtualServerName] [-skipchk] -sgname storageGroupName [-copygrp copysetGroupName]
For Exchange Server 2010, Exchange Server 2013:
<program-directory>\bin\swsrpvssbackup_exchange [-skipchk] -dbname databaseName

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.

    • Shadow copies are created by starting an OPC or QuickOPC.

  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 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 storage group name containing a space needs to attach double quotation marks (" ")

-evs virtualServerName

When cluster is used, the name of a clustered mailbox server 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 copysetGroupName

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