Clustered Data ONTAP: Publish Storage Virtual Machine iSCSI Write Operations Performance to Data Warehouse Rule

DataONTAP.Cluster.PublishToDW.DataVserverISCSIWriteOperations.Rule (Rule)

The Publish Storage Virtual Machine iSCSI Write Operations Performance to Data Warehouse Rule inserts the Storage Virtual Machine I/O counter into the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse.

Knowledge Base article:

Summary

The Publish Storage Virtual Machine iSCSI Write Operations Performance to Data Warehouse Rule inserts the Storage Virtual Machine I/O counter into the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse. This rule works in conjunction with all the other performance collection counter rules in this management pack.

Configuration

Three overrides are available for this rule. Sync Time and Interval Seconds determine when and how often the rule runs. Timeout Seconds determines how long System Center Operations Manager waits for the rule to complete.

If you want to override parameters for any of the performance rules, ensure that all rules use the same override parameter values.

Resolutions

If you suspect a problem with this rule, check the OnCommand and System Center Operations Manager event logs on the management server running the rule.

Element properties:

TargetDataONTAP.Cluster.DataVserver
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PublishToDataWarehouseDS DataSource DataONTAP.Cluster.Performance.GetPerformanceSample.DS Default
CD ConditionDetection DataONTAP.Cluster.Performance.PublishToDW.CD Default
PublishPerformanceDataToDW.WriteAction WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData DataONTAP.SecureReference.RunAsProfile
PublishPerformanceDataToOPSDB.WriteAction WriteAction Microsoft.SystemCenter.CollectPerformanceData DataONTAP.SecureReference.RunAsProfile

Source Code:

<Rule ID="DataONTAP.Cluster.PublishToDW.DataVserverISCSIWriteOperations.Rule" Enabled="true" Target="DataONTAP.Cluster.DataVserver" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PublishToDataWarehouseDS" TypeID="DataONTAP.Cluster.Performance.GetPerformanceSample.DS">
<MonitoringMethodName>GetActiveSampleValueByCounter</MonitoringMethodName>
<CounterName>iSCSI Write (Operations/sec)</CounterName>
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>00:51</SyncTime>
<TimeoutSeconds>600</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="DataONTAP.Cluster.Performance.PublishToDW.CD">
<ObjectName>Clustered Data ONTAP: Storage Virtual Machine</ObjectName>
<CounterName>Storage Virtual Machine I/O</CounterName>
<InstanceName>iSCSI Write (Operations/sec)</InstanceName>
<ObjectID>$Target/Property[Type="DataONTAP.Cluster.AbstractVserver"]/UUID$</ObjectID>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataToDW.WriteAction" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
<WriteAction ID="PublishPerformanceDataToOPSDB.WriteAction" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</WriteActions>
</Rule>