尝试使用网络适配器的 IPv4 的操作由于无法禁用自动配置和 DHCP 而失败

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Attempting.to.use.IPv4.for.network.adapter.failed.due.to.a.failure.to.disable.autoconfiguration.and.DHCP (Rule)

Knowledge Base article:

摘要

尝试使用网络适配器的 IPv4 的操作由于无法禁用自动配置和 DHCP 而失败

解决方案

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。使用事件消息中的信息检查受影响适配器的所有 IPv4 自动配置设置和 DHCP 设置。如果使用 IPv6,同样要检查这些设置。

若要执行以下过程,您必须是每个群集服务器上本地“管理员”组的成员。

要打开事件查看器并查看与故障转移群集相关的事件,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
尝试使用网络适配器的 IPv4 的操作由于无法禁用自动配置和 DHCP 而失败
{0}

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Attempting.to.use.IPv4.for.network.adapter.failed.due.to.a.failure.to.disable.autoconfiguration.and.DHCP" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1555</Value>
</ValueExpression>
</SimpleExpression>
</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>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Attempting.to.use.IPv4.for.network.adapter.failed.due.to.a.failure.to.disable.autoconfiguration.and.DHCP.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>