How to use FLTMC.exe to load and unload the evfilter mini-filter driver for Enterprise Vault (EV) for File System Archiving (FSA)
| Article:TECH54993 | | | Created: 2009-01-22 | | | Updated: 2011-05-10 | | | Article URL http://www.symantec.com/docs/TECH54993 |
Problem
How to use FLTMC.exe to load and unload the evfilter mini-filter driver for Enterprise Vault (EV) for File System Archiving (FSA).
Solution
The FLTMC.exe command is run from a cmd prompt on the Windows file server. The syntax is as follows:
To unload the EvFilter driver:
Fltmc unload EvFilter
To load the EvFilter driver:
Fltmc load EvFilter
To view all instances of loaded drivers:
Fltmc instances
To attach the driver to a specific volume:
Fltmc attach EvFilter C:
To detach the driver from a specific volume:
Fltmc detach EvFilter C:
NOTE: The EV services on the file server should be restarted after unloading and reloading the filter driver.
For troubleshooting purposes the results can be saved to a text file. The syntax would be the same as above but adding > [File name and path]
ie: Fltmc instances > C:\FilterInstance.log
|
|
Related Articles
Legacy ID
293389
Article URL http://www.symantec.com/docs/TECH54993
Terms of use for this information are found in Legal Notices









Thank you.