AEM: 네트워크 오류

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

이 규칙은 AEM(에이전트 없는 예외 모니터링)에서 watson/oca 서비스와 통신하는 동안 네트워크 오류가 발생하거나 이 관리 서버에서 Operations Manager 데이터베이스로 작업하려고 하는 동안 사용 권한 오류가 발생할 경우 경고를 생성합니다.

Knowledge Base article:

요약

AEM에서 oca.microsoft.com 및/또는 watson.microsoft.com과 통신하는 동안 네트워크 통신 오류가 발생했습니다.

원인

이 경고는 일반적인 네트워크 통신 오류를 나타냅니다. 이 문제는 몇 가지 이유로 인해 발생할 수 있습니다. 통신할 수 있게 포트가 열려 있지 않을 수 있습니다. 프록시가 잘못 구성되었거나 다른 네트워크 문제가 있을 수 있습니다.

해결 방법

경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 세부 정보와 이 오류와 비슷한 시기에 발생한 다른 이벤트를 검토하여 문제를 진단하세요.

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>