Previous Topic: ARCserveCfg.exe - Known IssuesNext Topic: IsSafe.bat Utility


DumpDB Utility

The DumpDB utility is used to import and export session passwords to and from the Arcserve Backup database. The DumpDB utility dumps only session passwords, it will not export other information about a session. You should run the DumpDB utility on a regular basis so that you can import the session password information back into the database.

Important! If you execute this utility after a database has been purged or pruned, session passwords will not be exported. Therefore, it is important that this utility is run prior to purging or pruning a database.

Syntax
DumpDB.exe -ExportTo <filename> [-from startTime] [-to endTime] [-password <password>]
DumpDB.exe -ImportFrom <filename> [-password <password>]
DumpDB.exe -as [[-domain\]primary -exportTo [filename] [-from startTime] [-to endTime] [-password <password>]]
DumpDB.exe -as [[-domain\]primary -importFrom [filename] [-password <password>]] 
-as

Lists all of the domains in the Arcserve Backup database that are used by the local Arcserve Backup server, and then closes.

Important! The DumpDB -as argument lets you analyze only the Arcserve Backup database associated with the Arcserve Backup server where you execute the utility. The utility not analyze data in any other Arcserve Backup database.

-as primary

If you specify a primary server name, DumpDB searches the Arcserve Backup database and responds as follows:

  • If DumpDB does not detect the server name in the Arcserve Backup database, DumpDB closes.
  • If DumpDB detects one record of the server name in the Arcserve Backup database, DumpDB completes the execution.
  • If DumpDB detects more than one record of the server name in the Arcserve Backup database, DumpDB warns you and then closes.

Note: This argument must be used with -exportTo and -importFrom.

-as domain\primary

If you specify a primary server name and a domain name, DumpDB searches the Arcserve Backup database and responds as follows:

  • If DumpDB does not detect the server name and domain name in the Arcserve Backup database, DumpDB closes.
  • If DumpDB detects one record of the server name and domain name in the Arcserve Backup database, DumpDB completes the execution.
  • If DumpDB detects more than one record of the server name and domain name in the Arcserve Backup database, DumpDB warns you and then closes.

Note: This argument must be used with -exportTo and -importFrom.

-ExportTo

Exports session passwords stored in a database to specified target file.

-password

If include this switch and specify a password during exporting, the output file will be encrypted by this password.

-ImportFrom

Imports session passwords stored in a specified file to a database.

-password

If you included a password during exporting, you will need to input the correct password during importing, otherwise the import operation will fail.

Time format:

The time format for scheduling when to run the DumpDB utility can be specified as a calendar time period or a number of days ago time period.

Examples: Syntax

The following are examples of syntax for the DumpDB utility: