AEM: Error de red

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

Esta regla genera alertas en los casos en que Supervisión de excepciones sin agente (AEM) detecte un error de red al comunicarse con los servicios watson/oca o un error de permisos al intentar funcionar con la base de datos de Operations Manager en este servidor de administración.

Knowledge Base article:

Resumen

AEM ha detectado un error de comunicación de red al comunicarse con oca.microsoft.com y con watson.microsoft.com.

Causas

Esta alerta indica un error genérico de comunicación de red. Esto se puede deber a varios motivos. Puede que los puertos no estén abiertos a las comunicaciones. Puede que el proxy no esté bien configurado o puede deberse a otros problemas de la red.

Soluciones

La descripción de la alerta contiene información sobre el problema detectado. Compruebe los detalles de los eventos asociados, así como cualquier otro evento ocurrido aproximadamente a la hora de este error para diagnosticar el problema.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Error de red
{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>