CS_PLATFORM - JServer

VNXEvent10932 (Rule)

{0}

Knowledge Base article:

Causes

The conditions specified for the storage projection notification have been met and the notification has fired.

Resolutions

Right-click on the alert and use the pop-up menu to navigate to the appropriate screens in Celerra Manager to potentially resolve the issue. If the storage pool indicated in the event has auto extend enabled, then this condition may be temporary during an extend trigger. View the storage pool list in Celerra Manager for the current status of all storage pools. Check the Storage Pool Properties to determine if the storage pool has auto extend enabled and determine if the storage pool is truly at its maximum capacity. Only system-defined storage pools can be automatically extended. If the storage pool is at capacity, determine if there are disk volumes available to extend the storage pool. Extending the storage pool manually is an option if the appropriate type of disk volumes are available. Two alternatives are to move some of the data from this storage pool to another that has available space, or add the appropriate type of physical disks and extend the storage pool.

External Knowledge Sources

www.emc.com

Element properties:

TargetMicrosoft.SystemCenter.Agent
CategoryCustom
EnabledTrue
Event_ID10932
Event SourceVNXFileMonitorSvc
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
CS_PLATFORM - JServer
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="VNXEvent10932" Enabled="true" Target="SystemCenterWinLibrary!Microsoft.SystemCenter.Agent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="MSWindowsLibrary!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="MSWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10932</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">VNXFileMonitorSvc</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>2AB4</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemCenterHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="VNXEvent10932.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>