Eliminazione evento esecuzione servizio SMS 2003 durante il backup del sito SMS_SITE_COMPONENT_MANAGER

SMS_2003_service_running_event_suppression_during_SMS_Site_Backup__SMS_SITE_COMPONENT_MANAGER_4_Rule (Rule)

Knowledge Base article:

Riepilogo

Gli eventi relativi alla disponibilità del servizio SMS_SITE_COMPONENT_MANAGER vengono eliminati durante l'esecuzione del backup del sito SMS poiché l'arresto di questo servizio è una normale attività del backup.

Ulteriori informazioni

Questa regola consente di eseguire lo script SMS 2003 Site Backup Event Suppression che genera un evento 21207 duplicato se il servizio di backup del sito SMS non è in esecuzione. Se il servizio è in esecuzione, l'evento non verrà generato per la regola Servizio SMS 2003 in esecuzione: 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>