無法將所需的認證新增至 LSA

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Failed.to.add.required.credentials.to.the.LSA (Rule)

Knowledge Base article:

摘要

無法將所需的認證新增至 LSA

解決方式

對於網路名稱資源,尚未將新增網路名稱認證所需的權限指派給本機安全性原則。檢視 [事件檢視器] 中的事件並查閱錯誤碼可瞭解問題的詳細資訊,以便您指派必要權限給適當的帳戶。如需詳細資訊,請參閱本主題稍後介紹的「開啟事件檢視器和檢視與容錯移轉叢集相關的事件」和「尋找與部分事件訊息所包含錯誤碼相關的詳細資訊」。

重要事項:執行此程序時必須先停止再重新啟動叢集服務,且您可能需要對叢集中的所有節點均執行此程序。如需詳細資訊,請參閱本主題稍後介紹的「重新啟動節點上的叢集服務」。

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

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

尋找與部分事件訊息所包含錯誤碼相關的詳細資訊:

若要重新啟動節點上的叢集服務:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
無法將所需的認證新增至 LSA
{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.Failed.to.add.required.credentials.to.the.LSA" Enabled="onEssentialMonitoring" 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>^(1227|1226)$</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.Failed.to.add.required.credentials.to.the.LSA.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>