AEM :モジュール開始エラー

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

このルールは、この管理サーバーで 1 つまたは複数のエージェントレスの例外監視 (AEM) モジュールを開始できなかった場合にアラートを生成します。

Knowledge Base article:

概要

AEM のコンポーネントの 1 つを開始できませんでした。その結果、AEM がエラー レポートを処理しません。

原因

このエラーは、いくつかの原因で発生します。エラーに関する情報については、関連イベントおよびアラートを参照してください。

解決方法

アラートの説明には、発生した問題に関する情報が含まれています。問題を診断するには、関連イベントの詳細およびこのエラーとほぼ同時刻に発生したその他のイベントを確認してください。アクセスの問題を解決するには、クライアント監視アクション アカウントの実行アカウントを AEMAgent グループに追加し、このアカウントにデータベースへのアクセス権および Vista エラー レポートをリッスンする URL へのアクセス権を付与する必要があります。最初に、クラッシュ リスナー エンティティに関連した 'AEM:Fix Permissions' タスクを管理サーバー上で実行します。次に、httpcfg.exe (http://msdn2.microsoft.com/ja-jp/library/aa364478.aspx) を使用して構成を行い (httpcfg.exe set urlacl /u http://+:[portNumber]/ /a D:(A;;GX;;;[SID])、GetSid.exe (http://support.microsoft.com/?kbid=926027) を使用して、クライアント監視アクション アカウントの SID を取得します。この問題を修正したら、System Center Management ヘルス サービスを再開するか、この管理サーバーのクライアント監視を再度有効にします。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM :モジュール開始エラー
{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>