DELLEMC Enterprise SI Storage Group Status of Virtual Volume Alert Rule

EMC.SI.LunMaskingView.VirtualVolume.Alert.Rule (Rule)

Alert when unhealthy virtual volumes.

Knowledge Base article:

Summary

This rule checks the status of all the Virtual Volumes within the storage group (LUN masking view / Storage View) and generates an alert if there is an unhealthy state for any of the LUNs.

Configuration

The alert will contain a list of the first 1024 virtual volumes in an unhealthy state along with the health state, health state details and operational status. You can override this Maximum Entities value up to a maximum of 8192 virtual volumes. Smaller values will result in more efficient processing and a smaller alert description, which may be of concern if sending alerts via email or messaging systems or a ticketing system.

Causes

An unhealthy state occurs for a storage group (LUN masking view / Storage View) if an unhealthy state occurs for the virtual volume. It can also occur if certain operations, such as migrations, reduce the performance of the virtual volume.

Or an unhealthy state can occur if software operations or hardware failures disable the read or write cache and cause a virtual volume to become degraded.

Resolutions

Check and resolve any issues with the virtual volume's storage group (LUN masking view / Storage View). Wait for performance-reducing operations to complete and then check the state.

Additional

For more information about this storage system component, refer to your storage system documentation.

External

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

Element properties:

TargetEMC.SI.LunMaskingView
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
DELLEMC Enterprise SI Storage Group Status of Virtual Volumes

This is a suppressed alert and information displayed here might be outdated. For the most current list of elements in warning or error state go to Alert Context tab in Alert Properties dialog box.
There are {0} {4} in a Warning state and {1} in an Error state. {2}
There are {5} remaining unhealthy {4}. For details: {3}.

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.Get.SubEntity.Status.DataSource Default
Filter ConditionDetection System.ExpressionFilter Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="EMC.SI.LunMaskingView.VirtualVolume.Alert.Rule" Enabled="true" Target="ESILib!EMC.SI.LunMaskingView" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="EMC.SI.Get.SubEntity.Status.DataSource">
<IntervalSeconds>331</IntervalSeconds>
<SyncTime/>
<ESIServiceHost>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ESIServiceHost$</ESIServiceHost>
<Port>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Port$</Port>
<ProxyServer>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ProxyServer$</ProxyServer>
<BypassList>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/BypassList$</BypassList>
<IgonreCertificateErrors>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/IgonreCertificateErrors$</IgonreCertificateErrors>
<HTTPStoHTTPFallBack>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/HTTPStoHTTPFallBack$</HTTPStoHTTPFallBack>
<Orphaned>false</Orphaned>
<UserName>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/UserName$</UserName>
<Password>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Password$</Password>
<HostComponentId>$Target/Property[Type="ESILib!EMC.SI.LunMaskingView"]/LunMaskingViewId$</HostComponentId>
<EntityClass>VirtualVolume</EntityClass>
<MaxEntities>1024</MaxEntities>
<TimeoutSeconds>600</TimeoutSeconds>
<DebugLevel>$Target/Property[Type="ESILib!EMC.SI.StorageDevice"]/DebugLevel$</DebugLevel>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">Property[@Name='WarningCount']</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Integer">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">Property[@Name='ErrorCount']</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Integer">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="EMC.SI.LunMaskingView.VirtualVolume.Alert.Rule_AlertMessageResourceID"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name='WarningCount']$</AlertParameter1>
<AlertParameter2>$Data/Property[@Name='ErrorCount']$</AlertParameter2>
<AlertParameter3>$Data/Property[@Name='UnhealthyEntities']$</AlertParameter3>
<AlertParameter4>$Data/Property[@Name='DetailsUrl']$</AlertParameter4>
<AlertParameter5>VirtualVolume</AlertParameter5>
<AlertParameter6>$Data/Property[@Name='RemainingUnhealthyCount']$</AlertParameter6>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Property[Type="ESILib!EMC.SI.LunMaskingView"]/LunMaskingViewId$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>