通用服务失败

Microsoft.Windows.10.0.Cluster.Management.Monitoring.Generic.service.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.Generic.service.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1042</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>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Generic.service.failed.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>