EMC SI Storage System Data Refresh Time Collection (DW)

EMC.SI.DataRefreshTime.CollectionRule.DW (Rule)

Collect the time it takes for the ESI Service to refresh the data for a storage system and stores it in the data warehouse for reporting purposes.

Knowledge Base article:

Summary

This rule collects the time it takes for the ESI Service to refresh the data for a storage system and stores the data in the Data Warehouse.

Configuration

This rule is disabled by default. If required, EMC Customer Support may instruct you to enable this monitor and set any required overrides. The data refresh time value is measured in seconds. For example, 120,000 seconds equals 2 minutes.

Additional

For additional information, refer to the EMC Storage Integrator for Windows Suite Technical Notes or Online Help.

External

For more information or technical support, refer to EMC Online Support at support.emc.com.

Element properties:

TargetEMC.SI.StorageSystem
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.DataPerformance.DataSource Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="EMC.SI.DataRefreshTime.CollectionRule.DW" Enabled="false" Target="ESILib!EMC.SI.StorageSystem" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="EMC.SI.DataPerformance.DataSource">
<IntervalSeconds>907</IntervalSeconds>
<SyncTime/>
<ESIServiceHost>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ESIServiceHost$</ESIServiceHost>
<Port>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Port$</Port>
<ProxyServer>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ProxyServer$</ProxyServer>
<BypassList>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/BypassList$</BypassList>
<IgonreCertificateErrors>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/IgonreCertificateErrors$</IgonreCertificateErrors>
<HTTPStoHTTPFallBack>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/HTTPStoHTTPFallBack$</HTTPStoHTTPFallBack>
<Orphaned>true</Orphaned>
<UserName>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/UserName$</UserName>
<Password>$Target/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Password$</Password>
<HostComponentId>$Target/Property[Type="ESILib!EMC.SI.StorageSystem"]/StorageSystemId$</HostComponentId>
<EntityClass>RegisteredSystem</EntityClass>
<EntityID>$Target/Property[Type="ESILib!EMC.SI.StorageSystem"]/StorageSystemId$</EntityID>
<ObjectName>$Target/Property[Type="ESILib!EMC.SI.StorageDevice"]/FriendlyClassName$</ObjectName>
<InstanceName>$Target/Property[Type="ESILib!EMC.SI.StorageSystem"]/StorageSystemId$</InstanceName>
<CounterName>ElapsedSeconds</CounterName>
<TimeoutSeconds>600</TimeoutSeconds>
<DebugLevel>0</DebugLevel>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>