Monitor dostępności usługi składnika serwera lokacji

Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.SiteComp.ServiceHealth (UnitMonitor)

Ten monitor umożliwia sprawdzenie stanu dostępności usługi składnika serwera lokacji.

Knowledge Base article:

Podsumowanie

Ten monitor umożliwia sprawdzenie stanu usługi SMS_SITE_COMPONENT_MANAGER. W przypadku odebrania alertu z tego monitora wymagane jest podjęcie działań w celu przywrócenia działania usługi.

Przyczyny

Usługa może się zatrzymać z wielu przyczyn, w tym:

Rozwiązania

Jeżeli usługa SMS_SITE_COMPONENT_MANAGER nie jest uruchomiona, można zdiagnozować problem lub uruchomić usługę ponownie, wykonując następujące czynności:

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SiteComponentManager
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 składnika serwera lokacji nieuruchomiona
Usługa {0} na komputerze {1} nie jest uruchomiona.
RunAsDefault
CommentSIV:GEN0014

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.SiteComp.ServiceHealth" Comment="SIV:GEN0014" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteComponentManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SiteServer.SiteComp.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>SMS_SITE_COMPONENT_MANAGER</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>