CEIP 接聽程式 - 連接埠無法使用

Microsoft.SystemCenter.ClientMonitoring.SqmDSPortUnavailable.Alert (Rule)

當 CEIP 接聽程式因連接埠無法使用而無法啟動時,此規則會產生警示。

Knowledge Base article:

摘要

目前正在使用客戶經驗改進計畫 (CEIP) 的連接埠,因此 Operations Manager 無法傳送 CEIP 資料。

原因

CEIP 設定使用的連接埠目前正在使用中。 CEIP 的預設連接埠是連接埠 51907。

解決方式

若要變更 CEIP 的連接埠,請停用用戶端監視,然後再使用用戶端監視設定精靈重新啟用用戶端監視,並指定不同的連接埠。 如需設定用戶端監視的指示,請參閱<設定 Operations Manager 2012 中的用戶端監視>( http://go.microsoft.com/fwlink/?LinkId=161804)。

若要顯示 TCP/IP 通訊協定正在使用的作用中連線,請在命令提示字元中輸入 “netstat –b”。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
CEIP 接聽程式 - 連接埠無法使用
CEIP 接聽程式無法啟動,因為連接埠無法使用。
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ClientMonitoring.SqmDSPortUnavailable.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10944</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.SqmDSModule.PortUnavailable.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>