SMS 2003 service running event suppression during SMS Site Backup: SMS_SITE_COMPONENT_MANAGER

SMS_2003_service_running_event_suppression_during_SMS_Site_Backup__SMS_SITE_COMPONENT_MANAGER_4_Rule (Rule)

Knowledge Base article:

Summary

SMS_SITE_COMPONENT_MANAGER service availability events are suppressed during SMS Site Backup since stopping this service is a normal backup task.

Additional

This rule runs the SMS 2003 Site Backup Event Suppression script which raises a duplicate 21207 event if the SMS Site Backup Service is not running. If the service is running, the event will not be raised for rule SMS 2003 service running: SMS_SITE_COMPONENT_MANAGER.

Element properties:

TargetMicrosoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{E9D0B620-7A98-4245-9A44-4626E172C8E6}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}

Member Modules:

ID Module Type TypeId RunAs 
_A82B9550_241C_11D3_B2CF_00A0C92A28B4_ DataSource System.Mom.BackwardCompatibility.FilteredEvent.DataProvider Default
ScriptResponse1 WriteAction SMS_2003_Site_Backup_Event_Suppression Default

Source Code:

<Rule ID="SMS_2003_service_running_event_suppression_during_SMS_Site_Backup__SMS_SITE_COMPONENT_MANAGER_4_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{E9D0B620-7A98-4245-9A44-4626E172C8E6}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_A82B9550_241C_11D3_B2CF_00A0C92A28B4_" Comment="{A82B9550-241C-11D3-B2CF-00A0C92A28B4}" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.FilteredEvent.DataProvider">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>21207</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[5]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SMS_SITE_COMPONENT_MANAGER</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft Operations Manager</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ScriptResponse1" TypeID="SMS_2003_Site_Backup_Event_Suppression">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>10</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>SMS 2003 service running event suppression during SMS Site Backup: SMS_SITE_COMPONENT_MANAGER</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
</WriteActions>
</Rule>