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

13.4.1 swsrpdbinfo_exchange (Exchange Server Database Information Registration Command)

NAME

swsrpdbinfo_exchange - registers or deletes information about a storage group or database.

SYNOPSIS

For Exchange Server 2007:
To Register Information of Exchange Server Database
<program-directory>\bin\swsrpdbinfo_exchange [-evs virtualServerName] [-sgname storageGroupName]
To Delete Information of Exchange Server Database That Is Not Mounted or Does Not Exist
<program-directory>\bin\swsrpdbinfo_exchange [-evs virtualServerName] -clean
To Delete Information of Exchange Server Database Regardless of Database Status
<program-directory>\bin\swsrpdbinfo_exchange -delete [-sgname storageGroupName]
For Exchange Server 2010, Exchange Server 2013:
To Register Exchange Server Database Information
<program-directory>\bin\swsrpdbinfo_exchange [-dbname databaseName]
To Delete Information of Exchange Server Database That Is Not Mounted or Does Not Exist
<program-directory>\bin\swsrpdbinfo_exchange -clean
To Delete Information of Exchange Server Database Regardless of Database Status
<program-directory>\bin\swsrpdbinfo_exchange -delete [-dbname databaseName]

DESCRIPTION

This command registers or deletes information about a storage group or database.

The command is used before Exchange Server backup/restore is performed, or after the file configuration of a storage group (database) is changed.

Executing the command registers or deletes information about the files that constitute a storage group (database) and information on AdvancedCopy Manager device names. (The files that constitute a storage group include mailbox store and public folder store database files, transaction files, and checkpoint file.)

OPTIONS

-sgname storageGroupName

Specifies the storage group name.
If this option is omitted when registering the Exchange Server database information, information on all storage groups are registered.
If this option is omitted when deleting the Exchange Server database information with -delete option, information on all storage groups are deleted.
The database name containing a space needs to attach double quotation marks (" ")

-dbname databaseName

Specifies the database name.
If this option is omitted when registering the Exchange Server database information, information on all databases are registered.
If this option is omitted when deleting the Exchange Server database information with -delete option, information on all databases are deleted.
The database name containing a space needs to attach double quotation marks (" ")

-clean

Specifies when deleting information of the database that is not mounted or does not exist.
If you delete the database information of Exchange Server 2013, execute this command after deleting the Exchange Server database information.

-evs virtualServerName

Specifies the name of a clustered mailbox server when cluster operation is used.
Need not be specified unless cluster operation is used.

-delete

Specifies when deleting information of the registered storage groups or database whether or not they are mounted.
This option is available for Windows Server 2008 or later 64bit environment.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES