Storport 미니포트 드라이버 시간 초과 모니터

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 미니포트 드라이버 요청 시간이 초과됨
{0} 서버에서 Windows Storport 미니포트 드라이버의 요청 시간이 초과되었습니다.
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>