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.
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>]]
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.
If you specify a primary server name, DumpDB searches the Arcserve Backup database and responds as follows:
Note: This argument must be used with -exportTo and -importFrom.
If you specify a primary server name and a domain name, DumpDB searches the Arcserve Backup database and responds as follows:
Note: This argument must be used with -exportTo and -importFrom.
Exports session passwords stored in a database to specified target file.
If include this switch and specify a password during exporting, the output file will be encrypted by this password.
Imports session passwords stored in a specified file to a database.
If you included a password during exporting, you will need to input the correct password during importing, otherwise the import operation will fail.
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.
YYYYMMDD[hh[mm[ss]]]
Note: The year, month, and day are required. The hours, minutes, and seconds are optional.
nnnn (0 <= nnnn <= 9999)
Note: The parameter range for number of days ago is 0-9999.
Examples: Syntax
The following are examples of syntax for the DumpDB utility:
DumpDB.exe -exportto "c:\sesspwd.dump.out" -from 100
DumpDB.exe -exportto "c:\sesspwd.dump.out" -from 20080101
DumpDB.exe -importfrom "c:\sesspwd.dump.out"
Note: The imported session passwords can only be accessed by current Arcserve Domain
DumpDB.exe -as
DumpDB.exe -as primaryname -exportto "c:\sesspwd.dump.out"
DumpDB.exe -as primaryname -importfrom "c:\sesspwd.dump.out"
Note: The imported session passwords can only be accessed by the Arcserve Backup domain that relates to the specified primary server.
DumpDB.exe -as green\apple -exportto "c:\sesspwd.green.out"
DumpDB.exe -as purple\grape -importfrom "c:\sesspwd.green.out"
DumpDB.exe -as green$\apple$ -exportto "c:\sesspwd.green.out"
DumpDB.exe -as red$\grape$ -exportto "c:\sesspwd2.red.out"
DumpDB.exe -as purple\plum -importfrom "c:\sesspwd.green.out"
DumpDB.exe -as orange\mango -importfrom "c:\sesspwd2.red.out"
Copyright © 2016 |
|