AEM : ネットワーク エラー

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

このルールは、エージェントレスの例外監視 (AEM) モジュールがワトソン/oca サービスと通信中にネットワーク エラーが発生した場合、またはこの管理サーバーの Operations Manager データベースを操作しようとしたときにアクセス許可エラーが発生した場合にアラートを生成します。

Knowledge Base article:

概要

oca.microsoft.com および watson.microsoft.com との通信中に、AEM でネットワーク通信エラーが発生しました。

原因

このアラートは一般的なネットワーク通信エラーを示しています。 これが発生するのには、いくつかの理由が考えられます。 通信用のポートが開いていない可能性があります。 プロキシの構成が間違っているか、その他のネットワークの問題が原因となっている可能性があります。

解決策

アラートの説明には、発生した問題に関する情報が含まれています。 問題を診断するには、関連イベントの詳細およびこのエラーとほぼ同時刻に発生したその他のイベントを確認してください。

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.NetworkError.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>10915</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.NetworkError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>