DFS-R:使用的冲突空间

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

此规则每 15 分钟在受监视的计算机上对性能计数器“DFS 已复制文件夹\使用的冲突空间”进行一次查询。

Knowledge Base article:

摘要

此规则每 15 分钟在受监视的计算机上对性能计数器“DFS 已复制文件夹\使用的冲突空间”进行一次查询。监视冲突和已删除区域的空间利用率可帮助确保有足够的空间来存储从受监视计算机上的已复制文件夹删除的复制冲突和文件。通过查看 DfsrPrivate 文件夹中的 ConflictandDeletedManifest.xml 文件,可以查看冲突文件及其原始文件名的日志。

大量的已使用冲突空间表示已复制文件夹中的文件在短期内频繁在多个服务器上遭到修改。当多个用户需要同时在不同服务器上修改相同文件时,请使用 Windows SharePoint Services 的文件检查功能来确保同一时间只有一个用户在处理一个文件。

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replicated Folders
Counter NameConflict Space In Use
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.ConflictSpaceInUse" 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 Space In Use</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>