Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ Utilities
Last Published:
2017-07-28
Product(s):
Enterprise Vault (12.1)
- 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
Policy Manager initialization file example 5: NSF migration
The [NSFDefaults] section in this initialization file does the following:
Turns on process mode
Allows two concurrent migrations
Sets Business as the default retention category
Turns on the migration of Trash items
Specifies that the read-only attributes on NSF files are set after successful migration
The subsequent [NSF] sections specify the locations and the names of individual NSF files. Some of these settings override the default migration settings.
[Directory] DirectoryComputerName = DominoServer sitename = EV1 ; Default option settings applicable to all NSF migrations [NSFDefaults] MigrationMode = Process ConcurrentMigrations = 2 RetentionCategory = Business IncludeTrash = True SetNSFReadOnly = True ; Individual NSF migration settings [NSF] FileName = \\FileServer\e$\Users\UserA\Archive.nsf DeleteNSF = True IncludeTrash = False [NSF] FileName = \\FileServer\e$\Users\UserB\Q1.nsf ArchiveName = User B/Veritas SetNSFReadOnly = False [NSF] FileName = \\FileServer\e$\Users\UserC\Personal.nsf UserCN = CN=John Doe/O=Veritas RetentionCategory = Personal