SMB sunucusu bir dosya paylaşımında CA özelliğini ayarlayamadı

Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF (Rule)

SMB sunucusu bir dosya paylaşımında Sürekli Kullanılabilir (CA) özelliğini ayarlayamadı.

Knowledge Base article:

Özet

SMB sunucusu yeni veya varolan bir dosya paylaşımında kesintisiz kullanılabilirlik özelliğini ayarlayamadı.

Nedenler

Yönetici veya uygulama, küme diskinde bulunan, ancak devam anahtarı filtresinin diske takılı olmadığı bir paylaşımda kesintisiz kullanılabilirlik özelliğini ayarlamaya çalışıyorsa bu durum görülebilir.

Çözümler

Devam Anahtarı filtresinin küme diskine neden takılmadığını belirlemek için ResumeKeyFilter olay günlüğünü inceleyin.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3.Clustered
CategoryAvailabilityHealth
EnabledTrue
Event_ID1801
Event SourceMicrosoft-Windows-SMBServer
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
SMB sunucusu bir dosya paylaşımında CA özelliğini ayarlayamadı
SMB sunucusu bir dosya paylaşımında Sürekli Kullanılabilir (CA) özelliğini ayarlayamadı.
Event LogMicrosoft-Windows-SMBServer/Operational

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF" Target="Microsoft.Windows.FileServices.Service.SMB.6.3.Clustered" Remotable="true" Enabled="true">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Windows-SMBServer/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SMBServer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1801</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServices.Service.SMB.6.3.SetCAFailureNoRKF.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>