群集服务无法写入文件

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file (Rule)

Knowledge Base article:

摘要

群集服务无法写入文件

解决方案

确保磁盘有足够的可用空间。如果磁盘已满,请创建更多可用空间或撤消占用过多磁盘空间的过程。如果磁盘有足够的可用空间,可能是文件系统已损坏。如果出现这种情况,请在磁盘上运行 Chkdsk /f。

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。

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

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

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
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.SuppressedByCustom Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file" 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>1080</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByCustom">
<Priority>1</Priority>
<Severity>1</Severity>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.service.could.not.write.to.a.file.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>