HPE Virtual Connect Module Failed

HewlettPackard.Servers.VC.SNMP.VCModule_Failed_Rule (Rule)

HPE Virtual Connect Module has failed

Knowledge Base article:

Summary

Virtual Connect Module has failed

Causes

This could be caused by the following:

Resolutions

Check the connectivity of OA with the interconnect bay. Ensure that the module has an IP address. For more details, refer the Related Events Section.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Log File

Publisher

Log Message

7300

HPE Device Monitor

HPE Common Services - SNMP VC

VC Module Status (7300) is not normal. This trap is sent when the managed status of VC Module has changed from Normal to Warning or Critical. Source IP Address: '%1'; Domain ID: '%4'; Domain Name: '%5'; Module ID: '%6'; Module Type: '%7' (vcModuleEnet=1, vcModuleFC=2, vcModuleOther=3); vcModuleManagedStatus=%8 (unknown=1, normal=2, warning=3, minor=4, major=5, critical=6, disabled=7, info=8); Module Root Cause: '%9'; Module Cause: '%10'; Module Reason Code: '%11' [VC-DOMAIN-MIB.MIB]

Related Links

See latest information of Virtual Connect Management Pack:

HPE Microsoft Management Integration Solution

Management Pack Information

HPE Virtual Connect Management Pack

Element properties:

TargetHewlettPackard.Servers.VirtualConnect.HPVirtualConnectDomain
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogHP Device Monitor

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.Servers.VC.SNMP.VCModule_Failed_Rule" Enabled="true" Target="HewlettPackard.Servers.VirtualConnect.HPVirtualConnectDomain" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>HP Device Monitor</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Common Services - SNMP VC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7300</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[4]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HewlettPackard.Servers.VirtualConnect.HPVirtualConnectDomain"]/DomainID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventLevel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HPE Virtual Connect Module has failed</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[6]$</SuppressionValue>
</Suppression>
<Custom1>$Data/Params/Param[1]$</Custom1>
<Custom2>$Data/Params/Param[2]$</Custom2>
<Custom3>$Data/Params/Param[3]$</Custom3>
<Custom4>$Data/Params/Param[4]$</Custom4>
<Custom5>$Data/Params/Param[5]$</Custom5>
<Custom6>$Data/Params/Param[6]$</Custom6>
</WriteAction>
</WriteActions>
</Rule>