사용 가능한 비페이징 풀의 크기가 시스템에서 정의한 최소값 이상입니다.

Microsoft.Forefront.TMG.The_size_of_the_free_non_paged_pool_is_above_the_system_defined_minimum.Rule (Rule)

이 규칙은 사용 가능한 비페이징 풀의 크기가 시스템에서 정의한 최소값 이상일 때 경고를 생성합니다.

Knowledge Base article:

요약

페이징되지 않은 사용 가능한 풀의 크기가 시스템 정의 최소값보다 높은 수준으로 돌아왔기 때문에 TMG Server에서 새 연결이 다시 허용됩니다.

원인

사용 가능한 비페이징 풀의 크기가 시스템 정의 최소값보다 높은 수준으로 반환되었습니다.

해결

사용자 작업이 필요하지 않습니다.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
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_size_of_the_free_non_paged_pool_is_above_the_system_defined_minimum.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" 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/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(21281)$</EventsPattern>
<EventType>4</EventType>
<SourcePattern>Microsoft Forefront TMG Firewall</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_size_of_the_free_non_paged_pool_is_above_the_system_defined_minimum.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>