Falha na inicialização de um cache de disco

Microsoft.Forefront.TMG.A_disk_cache_failed_to_initialize.Rule (Rule)

Essa regra gera alertas quando a inicialização de um cache de disco falha

Knowledge Base article:

Resumo

Falha na inicialização de um cache de disco.

Causas

O evento pode ser causado por uma falha de E\S de disco, memória insuficiente ou por um erro interno. A descrição do evento contém mais informações sobre a causa da falha.

Resoluções

Identifique o motivo da falha de cache, examinando eventos registrados anteriormente ou o código de erro. Verifique se o disco está conectado e se não está corrompido. Se a recuperação do cache de disco foi iniciada, procure outro evento que indique o status da recuperaçã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.A_disk_cache_failed_to_initialize.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>^(14176)$</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.A_disk_cache_failed_to_initialize.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>