캐시가 올바르게 초기화되지 않았습니다.

Microsoft.Forefront.TMG.The_cache_was_not_properly_initialized.Rule (Rule)

이 규칙은 캐시가 올바르게 초기화되지 않았을 때 경고를 생성합니다.

Knowledge Base article:

요약

디스크 캐시를 초기화하지 못했습니다.

원인

이벤트는 디스크 I/O 오류, 메모리 부족 또는 내부 오류 때문에 발생할 수 있습니다. 이벤트 설명에 오류 원인에 대한 자세한 정보가 포함되어 있습니다.

해결

이전에 기록된 이벤트 또는 오류 코드를 조사하여 캐시 오류의 원인을 확인하십시오. 디스크가 연결되어 있고 손상되지 않았는지 확인하십시오. 디스크 캐시 복구가 시작된 경우 복구 상태를 나타내는 다른 이벤트를 찾아보십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Cache.ServerComponent
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.The_cache_was_not_properly_initialized.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Cache.ServerComponent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(14172)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_cache_was_not_properly_initialized.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>