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
- ResetEVClient
- Vault Store Usage Reporter
Recreating archive points
You can use FSAUtility with the -a parameter to recreate the archive points on the original path for a target volume.
FSAUtility -a -s UNC_path [-l log_level] [-r]
Where:
-s UNC_path specifies the UNC path to the target volume.
-l log_level specifies whether to log both successful operations and failed operations (0) or failed operations only (1). By default, FSAUtility logs failed operations only.
-r specifies report-only mode. FSAUtility generates a text report that outlines the activities that it would perform if you were to run it in normal mode, but without performing those activities. The report is named
EV_FILESYSTEM_UTILITY_REPORT_DateTime.txt
, and it is generated in the folderinstallpath\Reports\FSAUtility
.If you run the command in normal mode (without -r), FSAUtility generates an XML report of the actions it has taken, named
EV_FILESYSTEM_UTILITY_REPORT_DateTime.xml
.
When FSAUtility recreates an archive point, it examines the relevant records in the Directory database to determine which archive is associated with the folder path. If more than one archive is associated with the folder path, FSAUtility does as follows:
It assigns the archive ID of the oldest non-empty archive to the archive point.
It records in its XML report or in the report-only mode's text report, the archive IDs of the multiple archives that were found to be associated with the folder path.
The following command reports on the archive points that FSAUtility would recreate for the volume \\myserver\users
:
FSAUtility -a -s \\myserver\users -r
The following command recreates the archive points for the volume \\myserver\users
, recording both the successful operations and failed operations in the XML report:
FSAUtility -a -s \\myserver\users -l 0