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

Knowledge Base article:

Özet

FileServerVssAgent boşta durma zaman aşımı.

Nedenler

FileServerVssAgent, belirli bir sunucuda herhangi bir anda yalnızca bir gölge kopya oluşturma oturumuna izin verir. Yanıtsız bir istemcinin dosya sunucusunu çok uzun süre bekletmesinden kaçınmak için, gölge kopya oluşturma dizisi sırasında bir sonraki RPC komutunun beklenen süre içinde alınmaması durumunda zaman aşımı oluşturmak için bir gölge kopya oluşturma dizisi zamanlayıcısı tutar. Zamanlayıcının iki süre aralığı vardır: İstemci tarafındaki uzun işlemler (AddToShadowCopySet/PrepareShadowCopySet ve GetShareMapping/RecoveryComplete gibi) arasında 30 dakika ve istemci tarafındaki kısa işlemler arasında 60 saniye.

Çözümler

Hem dosya sunucusunda hem de uygulama sunucusunda VSS olay günlüğünü denetleyin. Yeniden deneyin ve istemci tarafındaki işlemlerin beklenen zaman aralıklarında tamamlandığından ve bir sonraki RPC komutunun zamanında verildiğinden emin olun.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3.FssAgentEnabled
CategoryAvailabilityHealth
EnabledTrue
Event_ID1008
Event SourceMicrosoft-Windows-FileShareShadowCopyAgent
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
FileServerVssAgent, gölge kopya oluşturma dizisinde bir sonraki RPC komutunu beklenen süre içinde alamadı
FileServerVssAgent, gölge kopya oluşturma dizisinde bir sonraki RPC komutunu beklenen süre içinde alamadı.
Event LogMicrosoft-Windows-FileShareShadowCopyAgent/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.FssAgentRpcServerIdleTimeout" Target="Microsoft.Windows.FileServices.Service.SMB.6.3.FssAgentEnabled" 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-FileShareShadowCopyAgent/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-FileShareShadowCopyAgent</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1008</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.FssAgentRpcServerIdleTimeout.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>