예기치 않게 중지된 자동 시작 구성 요소

Microsoft.SystemCenter2012.ConfigurationManager.ComponentServer.ComponentStoppedUnexpectedly (UnitMonitor)

이 규칙은 SMSExec에서 자동 시작 구성 요소가 예기치 않게 중지된 경우에 경고를 생성합니다.

Knowledge Base article:

요약

SMS_Executive에서 자동으로 시작된 구성 요소가 예기치 않게 중지된 것을 검색했습니다.

원인

이러한 상태는 예기치 않은 중지를 유발할 수 있는 심각한 문제가 구성 요소에 발생했기 때문에 유발될 수 있습니다.

해결 방법

Configuration Manager Service Manager를 사용하여 비활성화된 구성 요소를 다시 시작하여 모니터링합니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ComponentServer
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
구성 요소 중지됨 경고
사이트 서버의 자동 시작 구성 요소가 예기치 않게 중지되었습니다.
RunAsDefault
CommentSIV:SVC0030

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentServer.ComponentStoppedUnexpectedly" Comment="SIV:SVC0030" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ComponentServer" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.ComponentServer.ComponentStoppedUnexpectedly_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!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">1104</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>