AEM: błąd podczas uruchamiania modułu

Microsoft.SystemCenter.CM.AEM.ModuleStartError.Alert (Rule)

Ta zasada generuje alerty, gdy co najmniej jeden moduł monitorowania wyjątku bez agenta (AEM) nie może zostać uruchomiony na tym serwerze zarządzania.

Knowledge Base article:

Podsumowanie

Jeden ze składników monitorowania AEM nie został uruchomiony. W związku z tym funkcja AEM nie będzie przetwarzać raportów o błędach.

Przyczyny

Awaria mogła wystąpić z kilku powodów. Informacje o awarii są dostępne w skojarzonym zdarzeniu i skojarzonych alertach.

Rozwiązania

Opis alertu zawiera informacje o napotkanym problemie. Aby zdiagnozować problem, sprawdź szczegóły skojarzonego zdarzenia oraz inne zdarzenia, które wystąpiły w czasie zbliżonym do tej awarii. Aby rozwiązać problemy z dostępem, należy dodać konto Uruchom jako konta działania monitorowania klienta do grupy AEMAgent. Ponadto konto to musi mieć dostęp do bazy danych oraz do adresu URL służącego do nasłuchiwania raportów o błędach z systemu Vista. Aby spełnić pierwszy warunek, uruchom zadanie „AEM: napraw uprawnienia” związane z jednostką słuchacza awarii na tym serwerze zarządzania. aby rozwiązać drugi problem, użyj narzędzia httpcfg.exe (http://msdn2.microsoft.com/pl-pl/library/aa364478.aspx) do utworzenia konfiguracji (np. httpcfg.exe set urlacl /u http://+:[numer portu]/ /a D:(A;;GX;;;[SID]) oraz narzędzia GetSid.exe (http://support.microsoft.com/?kbid=926027) do uzyskania identyfikatora SID konta działania monitorowania klienta. Po rozwiązaniu tych problemów uruchom ponownie usługę System Center Management Health lub ponownie włącz monitorowanie klientów dla tego serwera zarządzania.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: błąd podczas uruchamiania modułu
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.CM.AEM.AlertModule Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.ModuleStartError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.CM.AEM.AlertModule">
<EventNumber>10903</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.ModuleStartError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>