Veritas Enterprise Vault™ Classification
- About this guide
- Getting started
- Setting up the classification properties
- Configuring your classification rules
- Defining and applying classification policies
- Running classification in test mode
- Publishing classification properties and rules across your site
- Appendix A. Enterprise Vault properties for use in classification rules
- Appendix B. PowerShell cmdlets for use with classification
- Appendix C. Troubleshooting and performance monitoring
Importing the example rule set
If you decide to use the example rule set as the basis for your own classification rules, you can import it into the File Server Resource Manager on a selected Enterprise Vault storage server. Then, after you have configured the rules appropriately, you can publish them to the other storage servers in your environment.
To import the example rule set
- Make sure that you have a copy of the example rule set file,
Example Rules.xml
. The file is installed in theClassification
subfolder of the Enterprise Vault program folder. - Start the Enterprise Vault Management Shell.
PowerShell opens and loads the Enterprise Vault snap-in. The cmdlets are now available in the shell.
- Run the cmdlet Import-EVClassificationRules to import the rules.
For example, you might type the following:
Import-EVClassificationRules -ImportRulesFile "c:\Program Files (x86)\Enterprise Vault\Classification\Example Rules.xml" -Servers localhost
The cmdlet stops the Enterprise Vault Storage service on the server and then, after it has imported the classification properties and rules, it restarts the service.
More Information