叢集服務無法移動叢集登錄區

Microsoft.Windows.6.2.Cluster.Cluster.Service.failed.tomove.cluster.hive (Rule)

Knowledge Base article:

摘要

叢集組態資料庫包含容錯移轉叢集功能的重要資訊。每個節點都會維持一份叢集組態資料庫的副本。如果叢集的仲裁設定包括見證磁碟,則系統也會在該見證磁碟上維持一份叢集組態資料庫的副本。叢集服務會將最新版本的叢集組態複寫到其儲存所在的所有位置。

事件詳細資料

事件識別碼:

1581

來源:

Microsoft-Windows-FailoverClustering

符號名稱:

CLUSSVC_UNABLE_TO_MOVE_HIVE_TO_SAFE_FILE

訊息:叢集設定資料的還原要求無法製作現有叢集設定資料檔 (ClusDB) 的複本。嘗試保留現有的設定時,還原作業無法在位置「%1」建立複本。若現有的設定資料檔已損毀,則可預期此狀況。還原作業已繼續,但嘗試還原為現有叢集設定的作業可能無法執行。搜尋系統錯誤碼 ( http://go.microsoft.com/fwlink/?LinkId=83027)。

原因

現有的設定資料檔已損毀。

解決方式

檢查與檔案複製相關的其他事件

如果叢集服務發現節點上有損毀的叢集組態資料庫 (ClusDB) 執行個體,它會嘗試儲存一份該資料庫的副本,然後使用儲存在叢集中的資料還原 (重建) 叢集組態資料庫。有時候嘗試儲存資料庫副本不一定會成功,不過還原作業會繼續進行。

檢查與此事件相關的其他容錯移轉叢集事件。同時也請針對可能指出複製檔案發生問題的其他磁碟或檔案系統事件,檢查系統或其他記錄檔。如果您目前尚未開啟 [事件檢視器],請參閱「開啟事件檢視器和檢視與容錯移轉叢集相關的事件」。

若要執行以下程序,您在每部叢集伺服器上都必須身為本機 Administrators 群組的成員,且您使用的帳戶必須是網域帳戶,或是已經委派您對應的權限。

開啟事件檢視器和檢視與容錯移轉叢集相關的事件

開啟事件檢視器和檢視與容錯移轉叢集相關的事件:

驗證

若要執行以下程序,您在每部叢集伺服器上都必須身為本機 Administrators 群組的成員,且您使用的帳戶必須是網域帳戶,或是已經委派您對應的權限。

啟動節點上的叢集服務並確認其成功執行:

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.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Cluster.Service.failed.tomove.cluster.hive" 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>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1581</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1582</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</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.Cluster.Service.failed.tomove.cluster.hive.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>