Монитор времени ожидания для драйвера мини-порта Storport Windows Server 2016

Microsoft.Windows.Server.10.0.StorportMiniportDriver.Timedout.153.Monitor (UnitMonitor)

Этот монитор оповещает об истечении времени ожидания для запроса к драйверу мини-порта Storport

Knowledge Base article:

Сводка

Монитор создает оповещение при появлении ошибки с событием 153: Время ожидания для запроса к драйверу мини-порта Storport истекло.

Причины

Драйвер мини-порта может оценить время выполнения запроса самостоятельно вместо оценки времени выполнения со стороны Storport.

Решения

Если запросы необходимо повторять регулярно, оцените работоспособность подсистемы диска с точки зрения проблем с производительностью.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Computer
Parent MonitorMicrosoft.Windows.Server.Computer.HardwareAvailabilityAggregate
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Время ожидания для запроса к драйверу мини-порта Windows Storport истекло
Время ожидания для запроса к драйверу мини-порта Windows Storport на сервере "{0}" истекло
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.StorportMiniportDriver.Timedout.153.Monitor" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.Computer" ParentMonitorID="WindowsServer!Microsoft.Windows.Server.Computer.HardwareAvailabilityAggregate" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="false" RunAs="System!System.PrivilegedMonitoringAccount">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.StorportMiniportDriver.Timedout.153.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="TimerEventRaised" HealthState="Success" MonitorTypeStateID="TimerEventRaised"/>
<OperationalState ID="EventRaised" HealthState="Error" MonitorTypeStateID="EventRaised"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">153</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Disk</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>86400</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>