Generic Service Failed

Microsoft.Windows.2003.Cluster.Resource.FailedBringOnline.GenericService (Rule)

Failed to bring Generic Service resource online.

Knowledge Base article:

Summary

This rule reports when Failed to bring Generic Service resource online.

Element properties:

TargetMicrosoft.Windows.2003.Cluster.Monitoring.Service
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Failed to bring Generic Service resource online.
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.2003.Cluster.EventProvider Default
GenerateAlert WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.2003.Cluster.Resource.FailedBringOnline.GenericService" Enabled="true" Target="Clus2003Library!Microsoft.Windows.2003.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.2003.Cluster.EventProvider">
<ComputerName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</ComputerName>
<Criteria>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1040|1041|1042)$</Pattern>
</RegExExpression>
</Criteria>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name='Microsoft.Windows.2003.Cluster.Resource.FailedBringOnline.GenericService.AlertMessage']$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>