EMC SI LUN Storage Service Node Physical Components Total Count Collection Rule (DB)

EMC.SI.LunStorageServiceNodeTotalCount.CollectionRule (Rule)

Saves to Operational Database total count of all physical components for the LUN Storage Service Node

Knowledge Base article:

Summary

This rule records count of all physical components in given LUN Storage Service Node including components hosted by other containers

Causes

This count value changes if components are added or removed or failed. It can be used for root cause analysis of physical component failures over longer period of time

Resolutions

Make sure that changes in count value are caused by intended actions

Additional

For additional information, refer to the EMC Storage Integrator for Windows 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.LunStorageServiceNode
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.ComponentCount.DataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="EMC.SI.LunStorageServiceNodeTotalCount.CollectionRule" Enabled="true" Target="ESILib!EMC.SI.LunStorageServiceNode" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="EMC.SI.ComponentCount.DataSource">
<IntervalSeconds>5431</IntervalSeconds>
<SyncTime/>
<ESIServiceHost>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ESIServiceHost$</ESIServiceHost>
<Port>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Port$</Port>
<ProxyServer>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ProxyServer$</ProxyServer>
<BypassList>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/BypassList$</BypassList>
<IgonreCertificateErrors>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/IgonreCertificateErrors$</IgonreCertificateErrors>
<HTTPStoHTTPFallBack>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/HTTPStoHTTPFallBack$</HTTPStoHTTPFallBack>
<Orphaned>false</Orphaned>
<UserName>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/UserName$</UserName>
<Password>$Target/Host/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Password$</Password>
<HostComponentId>$Target/Property[Type="ESILib!EMC.SI.LunStorageServiceNode"]/ServiceNodeId$</HostComponentId>
<HostComponentName>Lun Storage Service Node</HostComponentName>
<EntityClass>ManagedElement</EntityClass>
<EntityClassName>Total</EntityClassName>
<TimeoutSeconds>600</TimeoutSeconds>
<DebugLevel>0</DebugLevel>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLib!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>