DFS-R: 削除された競合ファイル数

Microsoft.Windows.FileServer.DFSR.ConflictFilesCleanedup (Rule)

このルールは、監視対象のコンピューター上でパフォーマンス カウンター "DFS Replicated Folders\Conflict Files Cleaned Up" を 15 分ごとに照会します。

Knowledge Base article:

概要

このルールは、監視対象のコンピューター上でパフォーマンス カウンター "DFS Replicated Folders\Conflict Files Cleaned Up" を 15 分ごとに照会します。このパフォーマンス カウンターを監視すると、管理者は監視対象のコンピューター上でクリーンアップされたレプリケーションの競合の数を追跡できます。競合して削除された領域の使用率を監視することは、監視対象のコンピューターでレプリケーションの競合とレプリケート フォルダーから削除されたファイルを格納するための十分な領域を確保する上で役立ちます。

クリーンアップ操作が頻繁に行われる場合は、レプリケート フォルダー内のファイルが短期間の間に複数のサーバーで頻繁に変更されていることを示しています。異なる複数のサーバーで複数のユーザーが同じファイルを同時に変更する必要がある場合は、Windows SharePoint Services のファイルのチェックアウト機能を使用して、複数のユーザーが 1 つのファイルを扱わないようにする必要があります。

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replicated Folders
Counter NameConflict Files Cleaned up
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Microsoft.Windows.FileServer.DFSR.MonitoringAccount
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.FileServer.DFSR.ConflictFilesCleanedup" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="Microsoft.Windows.FileServer.DFSR.MonitoringAccount" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Conflict Files Cleaned up</CounterName>
<ObjectName>DFS Replicated Folders</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>