Monitor dostępności usługi hosta agenta programu SMS

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

Ten monitor umożliwia sprawdzenie stanu dostępności procesu CCMExec w punkcie zarządzania.

Knowledge Base article:

Podsumowanie

Usługa hosta agenta programu SMS została zatrzymana. Program Configuration Manager wymaga tej usługi w celu rejestrowania i uzyskania dostępu do wymaganych danych. Automatyczne rozwiązanie tego problemu jest niemożliwe; należy go rozwiązać, aby wznowić działanie głównych funkcji programu Configuration Manager.

Przyczyny

Przyczyny takiego stanu są zwykle następujące:

Rozwiązania

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
Usługa hosta agenta programu SMS w systemie Windows nie jest uruchomiona
Usługa {0} na komputerze {1} nie jest uruchomiona.
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>