AEM: 網路錯誤

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

若無代理程式例外監控 (AEM) 在此管理伺服器上與 watson/oca 服務通訊時發生網路錯誤,或嘗試操作 Operations Manager 資料庫時發生權限錯誤,此規則會產生警示。

Knowledge Base article:

摘要

與 oca.microsoft.com 和/或 watson.microsoft.com 通訊時,AEM 發生網路通訊錯誤。

原因

此警示表示一般網路通訊失敗。此問題可能是由多種原因所造成。無法開啟連接埠進行通訊。Proxy 可能設定錯誤,或是由於其他網路問題所造成。

解決方式

警示的描述包含所發生問題的資訊。請檢查關聯事件詳細資訊以及於此失敗時發生之任何其他事件,以診斷問題。

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>