与网络名称资源相关联的计算机对象无法更新

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Computer.object.associated.with.a.network.name.resource.could.not.be.updated (Rule)

Knowledge Base article:

摘要

与网络名称资源相关联的计算机对象无法更新

解决方案

Active Directory 域中群集的计算机对象(计算机帐户)尝试更新群集服务或应用程序的计算机对象时出现问题。群集的计算机对象必须具有允许其执行更新的相应权限。检查事件消息中的信息并从“Active Directory 中要检查的项目”选择相应项目。

如果当前不在事件查看器中查看事件消息,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。如果事件中包含您尚未查找的错误代码,请参阅“了解有关某些事件消息包含的错误代码的详细信息”。

通过在域控制器上使用“Active Directory 用户和计算机”,您可以查看以下列表中前三个项目的信息。要在域控制器上打开“Active Directory 用户和计算机”,单击“开始”,指向“所有程序”、“管理工具”,然后单击“Active Directory 用户和计算机”。

若要执行以下过程,您必须是每个群集服务器上本地“管理员”组的成员,并且您使用的帐户必须是域帐户,或者您被委派了等效的权限。

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

要了解有关某些事件消息包含的错误代码的详细信息,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
与网络名称资源相关联的计算机对象无法更新
{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.Computer.object.associated.with.a.network.name.resource.could.not.be.updated" 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>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1206|1207)$</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.6.2.Cluster.Management.Monitoring.Computer.object.associated.with.a.network.name.resource.could.not.be.updated.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>