Quota Driver Loaded

Microsoft.Windows.FileServices.Service.FSRM.QuotaDriverLoaded (UnitMonitor)

This monitor checks to see if the File Server Resource Manager (FSRM) quota driver is running.

Knowledge Base article:

Summary

For quota enforcement to work, the quota minifilter driver must be loaded. If the quota minifilter driver is experiencing problems, quota scans might fail, and the updated quota usage information of volumes and folders will not be available. If the driver cannot attach to the volume, quotas cannot be enforced on that volume.

Causes

This issue is rare. It most commonly happens on a computer that is experiencing a heavy load and runs out of memory (RAM).

Resolutions

Load and start the driver

A member of the Administrators group must manually load the quota minifilter driver and then start the driver. If these procedures do not work, the administrator should reboot the computer.

To load the quota minifilter driver to the volume:

1. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

2. At the command prompt, type:

fltmc attach quota[volume]:

Where volume is the drive letter of the volume. For example:

fltmc attach quota c:

To start the quota driver:

1. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

2. At a command prompt, type:

net start quota

Verification

To verify that the quota driver is attached and running, review the output of the net start command.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.FSRM.10.0
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Quota Driver Stopped
The quota driver on computer {0} is not running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.FSRM.QuotaDriverLoaded" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.FSRM.10.0" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.FSRM.QuotaDriverLoaded.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>quota</ServiceName>
<CheckStartupType>False</CheckStartupType>
</Configuration>
</UnitMonitor>