Detectado problema de conectividade de rede no nó do cluster

Microsoft.Windows.10.0.Cluster.Management.Monitoring.Cluster.node.network.connectivity.problem.detected (Rule)

Knowledge Base article:

Resumo

Detectado problema de conectividade de rede no nó do cluster

Resoluções

Se o Visualizador de Eventos ainda não estiver aberto, consulte "Abrindo o Visualizador de Eventos e exibindo eventos relacionados ao clustering de failover". Depois de analisar as mensagens de eventos, escolha as ações que se aplicam à sua situação:

Para executar esses procedimentos, você deve ser membro do grupo local de Administradores no servidor ou ter recebido a autoridade equivalente.

Para usar o Assistente para Validar Configuração para examinar a configuração da rede:

Para abrir o Visualizador de Eventos e exibir eventos relacionados ao clustering de failover:

Element properties:

TargetMicrosoft.Windows.10.0.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Detectado problema de conectividade de rede no nó do cluster
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.10.0.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Cluster.node.network.connectivity.problem.detected" Enabled="true" Target="Clus8Library!Microsoft.Windows.10.0.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.10.0.Cluster.EventProvider">
<Criteria>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1553|1554|1572)$</Pattern>
</RegExExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Cluster.node.network.connectivity.problem.detected.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>