CIM Indications Listener Event Log Error

Fujitsu.Servers.PRIMERGY.ESXi.CIMIndicationsListener.Errors.Rule (Rule)

Knowledge Base article:

Summary

CIM Indications Listener service reported a critical error. Content, host server and occurrence time of the error message is shown in Alert Description.

Causes

This alert is shown because the CIM Indications Listener service reported an error and probably has problem with receiving CIM Indications. This error needs to be acknowledged to clear the error condition.

This event can be caused by the following problems:

Resolutions

After acknowledging the problem log into host server and repair configuration or certificate problems manually

Element properties:

TargetFujitsu.Servers.PRIMERGY.ESXiSeed.HostServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
CIM Indications Listener Event Log Error

CIM Indications Listener on host server {2} reported an error ({1}):
{3}
Event LogSVISCOM-ESXi

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.ESXi.CIMIndicationsListener.Errors.Rule" Enabled="true" Target="FTSESXSEED!Fujitsu.Servers.PRIMERGY.ESXiSeed.HostServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>SVISCOM-ESXi</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventLevel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Integer">1</Value>
</ValueExpression>
</SimpleExpression>
</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.ESXi.CIMIndicationsListener.Errors.Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventSourceName$</AlertParameter1>
<AlertParameter2>$Data/EventDisplayNumber$</AlertParameter2>
<AlertParameter3>$Data/LoggingComputer$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
<SuppressionValue>$Data/EventCategory$</SuppressionValue>
<SuppressionValue>$Data/UserName$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>