HPE Virtual Connect FC Fabric Failed

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

HPE Virtual Connect FC Fabric has failed

Knowledge Base article:

Summary

HPE Virtual Connect FC Fabric has failed

Causes

This could be caused by the following:

Resolutions

Ensure all the ports for this fabric are linked or enabled. Also ensure that ports do not have an E-key fault. 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

7600

HPE Device Monitor

HPE Common Services - SNMP VC

VC FC Fabric Managed Status (7600) is not normal. This trap is sent when the managed status of VC FC Fabric has changed. Source IP Address: '%1'; Domain ID: '%4'; Domain Name: '%5'; FC Fabric Name: '%6'; vcFcFabricManagedStatus=%7 (unknown=1, normal=2, warning=3, minor=4, major=5, critical=6, disabled=7, info=8); FC Fabric Root Cause: '%8'; FC Fabric Cause: '%9'; FC Fabric Reason Code: '%10' [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.VCFCFabric_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">7600</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 FC Fabric has failed</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
<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>
</WriteAction>
</WriteActions>
</Rule>