Windows Server 2012 – Monitor für Timeouts bei Storport-Miniporttreibern

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

Der Monitor gibt eine Warnung aus, wenn beim Storport-Miniporttreiber ein Timeout für eine Anforderung auftritt.

Knowledge Base article:

Zusammenfassung

EventID 153 wird erstellt, wenn der Storport-Miniporttreiber ein Timeout für eine Anforderung auslöst.

Element properties:

TargetMicrosoft.Windows.Server.6.2.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
Der Windows-Storport-Miniporttreiber hat ein Timeout für eine Anforderung ausgelöst.
Der Windows-Storport-Miniporttreiber hat auf dem Server {0} ein Timeout für eine Anforderung ausgelöst.
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.6.2.StorportMiniportDriver.Timedout.153.Monitor" Accessibility="Public" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.6.2.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.6.2.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>