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
[NSFDefaults] section in the Policy Manager initialization file
This section is mandatory when you use Policy Manager to migrate the contents of NSF files to Enterprise Vault.
Use this section to specify the default settings that apply to NSF migrations. You can override these default settings for individual NSF files in the [NSF] section of the initialization file.
If you do not specify a value for an optional keyname in the [NSFDefaults] section, Policy Manager uses the value that is marked as "default" as the default setting.
Optional. Controls whether Policy Manager migrates the unexpired calendar items that are contained in the NSF files. If you choose to migrate unexpired calendar items, users must restore the items before they can modify them.
Possible values:
True
False (default)
Optional. Controls whether the NSF files are compacted after successful migration.
Possible values:
True (default)
False
Optional. Sets the maximum number of concurrent NSF migrations. This setting takes effect only when MigrationMode is set to Process.
Possible values:
An integer in the range 1 (default) to 5
Optional. Controls whether the NSF files are deleted after successful migration.
Possible values:
True
False (default)
Optional. By default, EVPM does not process an NSF file if the Domino archiving user does not have sufficient access set the ACL of the corresponding mail file. Set this keyname to True to override this default behavior.
Possible values:
True
False (default)
Optional. By default, EVPM does not process an NSF file if the Domino archiving user does not have manager access set in the ACL of the corresponding mail file. Set this keyname to True to override this default behavior.
Possible values:
True
False (default)
Optional. By default, EVPM does not migrate the contents of NSF files whose associated mail file is not available. Set this keyname to True to override this default behavior.
Possible values:
True
False (default)
Optional. By default, EVPM does not process an NSF file that is based on a non-standard template. The list of standard templates is determined by a registry string value which is called DominoMailTemplates under the following registry key on all the storage servers:
HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node \KVS \Enterprise Vault \Agents
Set this keyname to True to override this default behavior and migrate the contents of NSF files that are based on non-standard templates.
Possible values:
True
False (default)
Optional. Controls whether Policy Manager migrates the deleted items from the Trash folders in the NSF files.
Possible values:
True
False (default)
Optional. Sets the name of the migration target folder. Policy Manager creates this folder beneath the
view in each user's mail file, if it does not exist already. Policy Manager then places shortcuts and migrated content in this folder.Possible values:
A folder name. For example,
. If you do not specify a folder name, Policy Manager uses the default name .
Optional. For users who have multiple NSF files, MergeNSFFolders controls whether the NSF files' folder structures are merged or kept separate in the users' mail files.
Possible values:
True (default). Merge the folder structures that are contained in multiple NSF files. For example, two NSF files that belong to one user, both contain a folder called Personal. Policy Manager places the shortcuts to the contents of these folders in a merged Personal folder in the user's mail file.
False. Keep separate the folder structures from multiple NSF files. In the user's mail file, a new folder is created for each NSF file, and the shortcuts to its contents are placed in the folders.
Mandatory. Controls whether Policy Manager runs in report mode or in process mode.
Possible values:
Report. Policy Manager checks each NSF file listed in the [NSF] sections of the initialization file, to determine whether it can migrate the file's contents. Policy Manager creates a new initialization file, which contains a count of all the files that are not ready for migration. In the new initialization file, any NSF file which cannot be migrated has the entry DoNotProcess=True added to its [NSF] section. This setting prevents Policy Manager from attempting to process the file when it is next run in process mode.
The new initialization file has the same name as the original, with a number appended to make it unique. For example, if the original file was called
NSFMigration.ini
, the new file is calledNSFMigration_1.ini
.Process. Policy Manager migrates items from the NSF files that are listed in the [NSF] section, and generates summary and detailed reports. Policy Manager also writes a new initialization file. You can use the new file to migrate any failed files when you have corrected the problems that prevented their migration. Each NSF file has a JobStatus entry added to its [NSF] section of the new initialization file. For example, the files that were successfully migrated have JobStatus=Processed added to the [NSF] section. Policy Manager does not attempt to migrate these files again when you use the new initialization file for the next migration run.
The new initialization file has the same name as the original, with a number appended to make it unique. For example, if the original file was called
NSFMigration.ini
, the new file is calledNSFMigration_1.ini
.
Mandatory. Specifies the name of the default retention category that is applied to items during migration.
Possible values:
A retention category name
A retention category ID
Optional. Controls whether Policy Manager sets the hidden attribute on NSF files after successful migration. This option is provided for compatibility with the NSF migrator wizard and is not likely to be used in scripted migrations.
Possible values:
True
False (default)
Optional. Controls whether Policy Manager sets the read-only attribute on NSF files after successful migration. This setting prevents users from adding new items to the NSF files after migration.
Possible values:
True
False (default)
Optional. Controls what Policy Manager does with the contents of the NSF files after migration.
Possible values:
MailFileShortcuts (default). Creates shortcuts to the migrated items and puts them in the users' mail files.
NSFShortcuts. Creates shortcuts to the migrated items and leaves the shortcuts in the NSF files.
NoShortcuts. Does not create any shortcuts to migrated items. Any items that were excluded from archiving remain in the NSF files.
More Information