SMS Agent Host 서비스의 가용성 모니터

Microsoft.SystemCenter2012.ConfigurationManager.MP.ServiceHealth (UnitMonitor)

이 모니터는 관리 지점에서 CCMExec 프로세스의 가용성 상태를 검사합니다.

Knowledge Base article:

요약

SMS Agent Host 서비스가 중지되었습니다. 필요한 데이터를 기록하고 액세스하기 위해 Configuration Manager에 이 서비스가 필요합니다. 이 상태는 자체적으로 복구되지 않으므로 이를 해결해야 Configuration Manager의 일부 중요 기능을 다시 시작할 수 있습니다.

원인

이 상태는 일반적으로 다음과 같은 경우에 발생합니다.

해결 방법

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ManagementPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SMS Agent Host의 Windows 서비스가 실행되고 있지 않음
{1} 컴퓨터에서 {0} 서비스가 실행되고 있지 않습니다.
RunAsDefault
CommentSIV:SVC0001

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.MP.ServiceHealth" Comment="SIV:SVC0001" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.MP.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>CcmExec</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>