CS_PLATFORM - ConnectHome

VNXEvent10903 (Rule)

{0}

Knowledge Base article:

Causes

The ConnectEMC trimmer has detected the number of ConnectHome files, in the /opt/connectemc/poll and /opt/connectemc/recycle directories, has exceeded the preset limit, currently 100, and it has deleted an X number of ConnectHome files to reduce them to a preset threshold, currently 90 files.

Resolutions

If this happens frequently, then there is a recurring issue that's generating Callhomes.\n\n \n You maybe able to determine that issue by using the following commands:\n \n 'find /opt/connectemc/poll/ -iname '*.xml' | sort -rn | xargs grep -h 'Brief Description:' | cut -d: -f2 | uniq -c | head -5' :\n 1 Brief Description: Slot 0 filesystem repair found errors\n 390 Brief Description: JServer reports nas_cmd errors.\n 1 Brief Description: Slot 0 filesystem repair found errors\n 1326 Brief Description: JServer reports nas_cmd errors.\n \n 'find /opt/connectemc/recycle/ -iname '*.xml' | sort -rn | xargs grep -h 'Brief Description:' | cut -d: -f2 | uniq -c | head -5' :\n 8 Brief Description: JServer reports nas_cmd errors.\n 1 Brief Description: srcvol:6698 Replication inactive reason:InActive Replication recovered\n 748 Brief Description: JServer reports nas_cmd errors.\n 1 Brief Description: Slot 3 reason code of 0 is stale\n 36 Brief Description: JServer reports nas_cmd errors.\n \n The listing shows the 5 most recent events first and their respective counts.

External Knowledge Sources

www.emc.com

Element properties:

TargetMicrosoft.SystemCenter.Agent
CategoryCustom
EnabledTrue
Event_ID10903
Event SourceVNXFileMonitorSvc
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
CS_PLATFORM - ConnectHome
{0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="VNXEvent10903" Enabled="true" Target="SystemCenterWinLibrary!Microsoft.SystemCenter.Agent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="MSWindowsLibrary!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="MSWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10903</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">VNXFileMonitorSvc</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>2A97</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemCenterHealth!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>0</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="VNXEvent10903.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>