Stan procedury ładowania usługi

Microsoft.SystemCenter.ManagementConfigurationService.ServiceBootstrapMonitor (UnitMonitor)

Sprawdza, czy usługa konfiguracji zarządzania pomyślnie ukończyła procedurę ładowania

Knowledge Base article:

Podsumowanie

Nie udało się uruchomić usługi System Center Management Configuration.

Ten monitor wygeneruje alert, gdy zostanie wykryte zdarzenie błędu (29112). Za pomocą eksploratora kondycji sprawdź zdarzenia zmiany stanu monitora „Stan pierwszej szansy łączności usługi dostępu do danych”, aby zidentyfikować przyczynę problemu.

Konfiguracja

Stan zielony: Lokalna usługa konfiguracji zarządzania wykryła prawidłowe uruchomienie. Wykryto zdarzenie o identyfikatorze 29193.

Stan czerwony: Nie udało się uruchomić lokalnej usługi konfiguracji zarządzania. Wykryto identyfikator zdarzenia 29112. Zostanie wygenerowany alert.

Przyczyny

Ta sytuacja może wystąpić w następujących okolicznościach:

Dla usługi konfiguracji zarządzania skonfigurowano nieprawidłowo konto logowania.

Rozwiązania

W celu dalszego badania problemu można podjąć następujące kroki:

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationService
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Wykonanie procedury ładowania przez usługę konfiguracji zarządzania nie powiodło się
Wykonanie procedury ładowania przez usługę konfiguracji zarządzania nie powiodło się. {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationService.ServiceBootstrapMonitor" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationService.ServiceBootstrapMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FirstEventRaised" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="SecondEventRaised" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Operations Manager</FirstLogName>
<FirstExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">29112</Value>
</ValueExpression>
</SimpleExpression>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Operations Manager</SecondLogName>
<SecondExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">29113</Value>
</ValueExpression>
</SimpleExpression>
</SecondExpression>
</Configuration>
</UnitMonitor>