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
ListSavesetLocations command
The ListSavesetLocations command lists the locations where Enterprise Vault has stored all the parts of the specified saveset.
ListSavesetLocations EntryId SavesetId [-o OutputFolder]
Where the parameters are as follows:
EntryId | Identifies the required vault store entry, archive entry, or archive folder entry. EVSVR uses this to determine the location of the saveset. |
SavesetId | Specifies the required saveset ID or transaction ID. |
OutputFolder | Specifies the path to the folder in which to store the retrieved files and log file. By default, this is the |
In the following example, the parameters specify the vault store entry ID and saveset transaction ID of the required saveset, and the folder in which to output the results:
ls 1995C3ACBB9472646AB0F3A0FDC7066B91210000testsrv1.domain.local 713C88D67D80E8046FFF279AE27D46B1 -o c:\MyOutputFolder
If the output folder does not exist, ListSavesetLocations creates it. All ListSavesetLocations files are output to a time-stamped folder under this output folder, such as EVSVR_ListSavesetLocations_20100715112935
. So, in this example, the full output path is as follows:
C:\MyOutputFolder\EVSVR_ListSavesetLocations_20100715112935
Table: Files that are directly under the full output path
Output | Description |
---|---|
Log | This is the log file. In the example above, its file name is Always review the log file to determine how successful the operation was. The file shows any errors that occurred. |
More Information