One or more previously unavailable array member is not handling VPN connections

Microsoft.Forefront.TMG.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.Rule (Rule)

This Rule generates alerts when One or more previously unavailable array member is not handling VPN connections

Knowledge Base article:

Summary

In an NLB-enabled array, at least one array member, which had been previously unavailable, is not handling VPN connections.

Causes

In an NLB-enabled array, VPN tunnels are not distributed evenly amongst the array members. This may be because a server that was previously unavailable is running again. However, the server is not handling any VPN connections.

TMG Server does not redistribute active connections, in order to avoid a temporary tunnel disconnection.

Resolutions

Manually disconnect VPN tunnels on the server. These tunnels will be automatically re-distributed to the less-busy servers. less-busy servers.

Element properties:

TargetMicrosoft.Forefront.TMG.VPN.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.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.VPN.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>^(21246)$</EventsPattern>
<EventType>2</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.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>