Veritas Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- Provisioning API scripting properties for Policy Manager scripts
- Provisioning API Advanced settings for Policy Manager scripts
- Provisioning API Interface methods for Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
Running EVDuplicateCleaner
If you have not already done so, configure EVDuplicateCleaner by setting the required values in the EVDuplicateCleaner.exe.config
file.
Running EVDuplicateCleaner
- Log on to the Enterprise Vault server as the Vault Service account.
- Stop the Exchange Journaling task and Domino Journaling task.
- Open a command prompt window with administrator privileges.
- Change to the Enterprise Vault program folder (typically
C:\Program Files\Enterprise Vault
). - The vault_store_name parameter is mandatory. The archive_entry_ID parameter is optional and lets you process the nominated archive only. If you omit this parameter, EVDuplicateCleaner processes all the archives in the nominated vault store.
Type one of the following commands:
EVDuplicateCleaner Execute vault_store_name [archive_entry_ID]
This command instructs EVDuplicateCleaner to delete all the duplicate savesets that it finds.
EVDuplicateCleaner Report vault_store_name [archive_entry_ID]
This command generates a log file that lists the duplicate savesets, but it does not delete them.
EVDuplicateCleaner Summary vault_store_name [archive_entry_ID]
This command provides a count of the estimated number of duplicate savesets in each archive.
EVDuplicateCleaner generates two log files for each processing run:
EVDuplicateCleaner_timestamp.log
for legacy (pre-8.0) savesetsEVDuplicateCleanerv2_timestamp.log
for 8.0 and later savesets
In each log file, the "Estimated duplicate saveset counts" values show the number of savesets for which duplicates may exist; the "Estimated duplicate item counts" values show the potential number of duplicates. For example, when three savesets each have four duplicates, the "Estimated duplicate saveset counts" is 3 and the "Estimated duplicate item counts" is 12.
- Restart the Exchange Journaling task and Domino Journaling task.