Monitor przekroczenia limitu czasu sterownika Miniport Storport

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

Monitor generuje alerty w przypadku przekroczenia limitu czasu żądania przez sterownik Miniport Storport

Knowledge Base article:

Podsumowanie

Monitor wydaje alert w przypadku wystąpienia błędu zdarzenia 153: Sterownik Miniport Storport spowodował przekroczenie limitu czasu żądania.

Przyczyny

Sterownik Miniport może obliczać czas żądania indywidualnie, zamiast zezwalać sterownikowi Storport na wykonywanie obliczania czasu.

Rozwiązania

Jeśli należy regularnie ponawiać próby wykonania żądań, zbadaj kondycję podsystemu dysku pod kątem wszelkich problemów z wydajnością.

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
Sterownik Miniport Storport systemu Windows spowodował przekroczenie limitu czasu żądania
Sterownik Miniport Storport systemu Windows spowodował przekroczenie limitu czasu żądania na serwerze {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>