Enterprise Vault™ Classification using the Veritas Information Classifier
- About this guide
- Preparing Enterprise Vault for classification
- Setting up Veritas Information Classifier policies
- Defining and applying Enterprise Vault classification policies
- Defining classification policies
- Running classification in test mode
- Using classification with smart partitions
- Appendix A. Enterprise Vault properties for use in custom field searches
- Appendix B. PowerShell cmdlets for use with classification
- Appendix C. Classification cache folder
- Appendix D. Migrating from FCI classification to the Veritas Information Classifier
- Appendix E. Monitoring and troubleshooting
Initialize-EVClassificationVIC
Note:
This cmdlet is only for use with the Veritas Information Classifier in Enterprise Vault 12.2 and later. It is not designed for use with the classification features in earlier versions of Enterprise Vault, such as classification using the Microsoft File Classification Infrastructure (FCI).
Initialize-EVClassificationVIC enables the Veritas Information Classifier on all the Enterprise Vault servers in the specified site. For each of these servers, the cmdlet also configures the Veritas Information Classifier website in Microsoft Internet Information Services (IIS).
Permission to run Initialize-EVClassificationVIC is restricted to the Vault Service account. Run this cmdlet on an Enterprise Vault server rather than, for example, a separate computer on which you have installed a standalone Vault Administration Console.
Before you run the cmdlet for the first time, do the following:
In the Vault Administration Console, in the properties of the Enterprise Vault Directory, set up the Data Access account. Enterprise Vault uses this account to access the Veritas Information Classifier system.
On a shared network drive to which all the Enterprise Vault servers have access, create a folder in which the Veritas Information Classifier can keep policy information. Both the Vault Service account and the Data Access account must have read/write access to the folder.
If a self-signed SSL certificate for Enterprise Vault has been installed in IIS, replace it as soon as possible with a certificate that you have obtained from a trusted authority. Otherwise, this cmdlet may not work.
After you have run the cmdlet, we recommend that you do the following:
If you have not already done so, import the SSL certificate that you have installed in IIS into the Java Runtime Environment (JRE) keystore in the Enterprise Vault installation folder.
See Configuring the Veritas Information Classifier for secure client connections.
Enable at least one Veritas Information Classifier policy.
Take regular backups of the policy information folder. In the event of a system failure, you can then recover any custom policies that you have created and any changes that you have made to the built-in policies, such as enabling or disabling those policies.
Initialize-EVClassificationVIC is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Initialize-EVClassificationVIC [-PoliciesPath <String>] [-SiteId <String>] [<CommonParameters>]
Table: Initialize-EVClassificationVIC parameters
Parameter | Description |
---|---|
-PoliciesPath | Specifies the UNC path to the folder in which the Veritas Information Classifier should keep policy information. The folder must already exist; the cmdlet does not create it. It is mandatory to specify this parameter when you run Initialize-EVClassificationVIC for the first time. For subsequent runs, you can omit the parameter if you want the cmdlet to use the folder path that you previously specified. Alternatively, you can specify the parameter again to nominate a different folder path. If you do nominate a different path, move the contents of the old policy folder to the new one before you use the Veritas Information Classifier again. |
-SiteId | Specifies the ID of the Enterprise Vault site for which to configure the Veritas Information Classifier. If you omit this parameter, Initialize-EVClassificationVIC checks the registry to determine the ID of the current site. The cmdlet displays an error message if this check fails for any reason. You can use Get-EVSite to obtain the site ID. |
Initialize-EVClassificationVIC -PoliciesPath \\server1\VicPolicies
Runs the cmdlet with the specified policy folder path on the current Enterprise Vault server. As no site ID is specified, the cmdlet checks the registry to determine the ID of the current site.
Initialize-EVClassificationVIC -Verbose -PoliciesPath \\server1\VicPolicies -SiteId 198...example.com
Runs the cmdlet in verbose mode with the specified policy folder path and Enterprise Vault site.
Initialize-EVClassificationVIC -Verbose
Runs the cmdlet in verbose mode with the existing policy folder path on the current Enterprise Vault server. If you have not previously specified the folder path, the cmdlet displays an error message.
None.