État de la procédure de démarrage du service

Microsoft.SystemCenter.ManagementConfigurationService.ServiceBootstrapMonitor (UnitMonitor)

Vérifie si le service de configuration d'administration a correctement terminé la procédure de démarrage.

Knowledge Base article:

Résumé

Le service de configuration de l'administration de System Center n'a pas pu démarrer.

Cette analyse génère une alerte lorsqu'elle détecte un événement d'échec (29112). L'Explorateur d'intégrité permet d'examiner les événements de modification de l'état d'intégrité sur l'analyse de l'état de première chance de connectivité du service d'accès aux données pour identifier quand cela s'est produit.

Configuration

État vert : Le service local de configuration de l'administration a vérifié que le démarrage est correct. ID d'événement 29193 détecté.

État rouge : Le service local de configuration de l'administration n'a pas pu démarrer. ID d'événement 29112 détecté. Une alerte est générée.

Causes

Ceci peut se produire lorsque :

Le service de configuration de l'administration a un compte d'ouverture de session mal configuré.

Solutions

Pour analyser le problème en profondeur, procédez comme suit :

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
Échec du service de configuration d'administration dans l'exécution de la procédure de démarrage
Le service de configuration d'administration n'a pas réussi à terminer la procédure de démarrage. {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>