EMC Isilon V8 Disk Queued Collection Rule

EMC.Isilon.V8.DiskQueued.Collection.Rule (Rule)

This performance rule collects EMC Isilon V8 Disk Queued

Knowledge Base article:

Summary

This rule collects performance data for EMC Isilon Disk.

This workflow targets the EMC Isilon Disk, using SSH protocols call.

The isi command used: isi statistics drive --long --output Drive,Type,OpsIn,BytesIn,SizeIn,OpsOut,BytesOut,SizeOut,TimeAvg,Slow,TimeInQ,Queued,Busy,Used,Inodes --no-header --no-footer --format csv

Performance Counter information:

Configuration

Configuration:

Causes

Possible reasons for this rule for not collecting performance data:

Resolutions

To troubleshoot possible issues with this rule try the following:

Element properties:

TargetEMC.Isilon.Disk
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.Isilon.V8.DiskPerformanceDS Default
MapToPerf ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="EMC.Isilon.V8.DiskQueued.Collection.Rule" Enabled="true" Target="EMC.Isilon.Disk" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="EMC.Isilon.V8.DiskPerformanceDS">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<SNMPAddress>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</SNMPAddress>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="MapToPerf" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>Disk</ObjectName>
<CounterName>Queued</CounterName>
<InstanceName>$Target/Property[Type="EMC.Isilon.Disk"]/Bay$</InstanceName>
<Value>$Data/Property[@Name='$Target/Property[Type="EMC.Isilon.Disk"]/Bay$ Queued']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>