MGM 作業失敗

MGM_operation_failure_1_Rule (Rule)

Knowledge Base article:

摘要

網際網路群組管理通訊協定版本 2 (IGMPv2),在向多點傳送群組管理員 (MGM) 登錄時發生錯誤。

原因

出現此錯誤的最常見原因是:

1. IGMP 通訊協定已在 MGM 登錄。

2. IGMP 通訊協定無法取得介面的擁有權。

解決方案

1. 請確認通訊協定是否已在 MGM 登錄。

2. 確認介面上沒有啟用任何其他路由通訊協定。

其他

範例事件 1: IGMP 路由器無法在 MGM 登錄。資料是錯誤碼。

範例事件 2: IGMP Proxy 無法在 MGM 登錄。資料是錯誤碼。

範例事件 3: MgmTakeInterfaceOwnership() 失敗。資料是錯誤碼。

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="MGM_operation_failure_1_Rule" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(41036|41037|41038)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>IGMPv2</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>