Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.5.1 swsrpdbinfo_ex2k3/swsrpdbinfo_exchange (Exchange database information registration command)

NAME

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


SYNOPSIS

For Exchange Server 2003:
To register information of Exchange database
<program-directory>\bin\swsrpdbinfo_ex2k3 [-evs Virtual-Server-Name] [-sgname Storage-Group-Name]
To delete information of Exchange database
<program-directory>\bin\swsrpdbinfo_ex2k3 [-evs Virtual-Server-Name] -clean
For Exchange Server 2007:
To register information of Exchange database
<program-directory>\bin\swsrpdbinfo_exchange [-evs Virtual-Server-Name] [-sgname Storage-Group-Name]
To delete information of Exchange database that is not mounted or does not exist
<program-directory>\bin\swsrpdbinfo_exchange [-evs Virtual-Server-Name] -clean
To delete information of Exchange database regardless of the database status
<program-directory>\bin\swsrpdbinfo_exchange -delete [-sgname Storage-Group-Name]
For Exchange Server 2010, Exchange Server 2013:
To register Exchange database information
<program-directory>\bin\swsrpdbinfo_exchange [-dbname Database-Name]
To delete information of Exchange database that is not mounted or does not exist
<program-directory>\bin\swsrpdbinfo_exchange -clean
To delete information of Exchange database regardless of the database status
<program-directory>\bin\swsrpdbinfo_exchange -delete [-dbname Database-Name]

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 Storage-Group-Name

Specifies the storage group name.
If this option is omitted when registering the Exchange database information, information on all storage groups are registered.
If this option is omitted when deleting the Exchange 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 Database-Name

Specifies the database name.
If this option is omitted when registering the Exchange database information, information on all databases are registered.
If this option is omitted when deleting the Exchange 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 database information.

-evs Virtual-Server-Name

Specifies the name of an Exchange virtual server (EVS) 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