LINK port on link module is not managed by this appliance.

HewlettPackard.OneView.Synergy.HPManagedEnclosure.EmLinkNeighborOwnerMismatch.Rule (Rule)

Knowledge Base article:

Summary

LINK port on link module is not managed by this appliance.

Causes

This could be caused by the following:

Resolutions

If the enclosure cabled to link module is cabled in error, disconnect the LINK port from link module and re-cable it to another link module in an enclosure managed by this appliance. Alternatively, if the intent is to manage the enclosure, then enclosure must be factory reset before it can be managed by this appliance. A factory reset will remove all prior configuration from enclosure.

For additional troubleshooting, the following tasks are available:

Related Events

This rule monitors the following NT Event Log entries:

Event ID

Log File

Publisher

Log Message

31024

HP OneView Management

HP OneView Event Manager-Synergy

LINK port on link module is not managed by this appliance (31024)
The LINK port on link module %1 is connected to link module %3 in enclosure %2 that is not managed by this appliance. As a result, it is not possible to communicate with the connected link module. {"name":"Learn More","uri":"/doc#/cic/enclosures/linkmodule/learn"}.
User Action: If the enclosure cabled to link module %1 is cabled in error, disconnect the LINK port from link module %1 and re-cable it to another link module in an enclosure managed by this appliance. Alternatively, if the intent is to manage the enclosure, then enclosure %2 must be factory reset before it can be managed by this appliance. A factory reset will remove all prior configuration from enclosure %2.

Description: '%1';
User Action: '%2';
Appliance IPV4 Address: '%3';
Host Name: '%4';
Resource Type: '%5';
Resource Name: '%6';
Resource Serial Number: '%7';
Resource Part Number: '%8';

[hpris.emRegistry.1.0.EmLinkNeighborOwnerMismatch]

Related Links

See the latest information about Hewlett Packard Enterprise OneView Enclosure Management Pack:

HPE Microsoft Management Integration Solution

Management Pack Information

Hewlett Packard Enterprise OneView Enclosure Management Pack

Element properties:

TargetHewlettPackard.OneView.Synergy.HPManagedEnclosure
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogHP OneView Management

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.OneView.Synergy.HPManagedEnclosure.EmLinkNeighborOwnerMismatch.Rule" Target="HewlettPackard.OneView.Synergy.HPManagedEnclosure" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<LogName>HP OneView Management</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP OneView Event Manager-Synergy</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">31024</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[7]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HewlettPackard.OneView.Synergy.HPManagedEnclosure"]/SerialNumber$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>LINK port on link module is not managed by this appliance.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[7]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>