群集配置数据的还原操作已失败

Microsoft.Windows.10.0.Cluster.Management.Monitoring.The.restore.operation.of.the.cluster.configuration.data.has.failed (Rule)

Knowledge Base article:

摘要

群集配置数据的还原操作已失败

解决方法

与还原群集配置相关的操作未成功。在还原过程中,还原软件必须获取给定节点上群集配置数据库的独占访问权限。如果其他软件也具有访问权限(打开数据库的句柄),将无法执行还原操作。如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。检查最近的事件后,请考虑以下哪些操作适用于您的情况:

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

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

Element properties:

TargetMicrosoft.Windows.10.0.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.10.0.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.10.0.Cluster.Management.Monitoring.The.restore.operation.of.the.cluster.configuration.data.has.failed" 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>^(1542|1543)$</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.The.restore.operation.of.the.cluster.configuration.data.has.failed.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>