Could not allocate memory for receive structures [INTEL_E1000_10]

Fujitsu.Servers.PRIMERGY.Windows.Rules.INTEL_E1000_10 (Rule)

Error message of driver of Intel LAN Adapter PRO1000XT, PRO1000XF, PRO1000MT Desktop, PRO1000MT Dual, PRO1000MT, PRO1000P and Intel onboard LAN

Knowledge Base article:

Summary

INTEL_E1000_10: Could not allocate memory for receive structures

Causes

This event is caused by the following problem:

Resolutions

Element properties:

TargetFujitsu.Servers.PRIMERGY.Windows.Server
CategoryEventCollection
EnabledTrue
Event_ID10
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
INTEL_E1000_10: Could not allocate memory for receive structures
Error message of driver of Intel LAN Adapter PRO1000XT, PRO1000XF, PRO1000MT Desktop, PRO1000MT Dual, PRO1000MT, PRO1000P and Intel onboard LAN
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.Windows.Rules.INTEL_E1000_10" Enabled="true" Target="FTSWIN!Fujitsu.Servers.PRIMERGY.Windows.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="FTSLIB!Fujitsu.ServerView.Server"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^E1000$|^E1[ENGKQYCR]?express$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Windows.Rules.INTEL_E1000_10.AlertMessage"]$</AlertMessageId>
<AlertParameters/>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventLevel$</SuppressionValue>
<SuppressionValue>$Data/EventNumber$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>