검색 데이터 전송 실패

Microsoft.SystemCenter.DiscoveryWriteActionModule.AgentProxyingNotEnabled.Alert (Rule)

이 규칙은 에이전트 프록싱을 사용해야 상태 관리 서비스가 다른 컴퓨터에 대한 검색 데이터를 제출할 수 있을 경우 경고를 생성합니다.

Knowledge Base article:

요약

이 경고는 상태 관리 서비스가 다른 컴퓨터를 대신하여 개체를 검색하려고 했음을 나타냅니다. 이 경우 적절한 모니터링이 필요할 수 있습니다. 예를 들어 CLUSTER1에 COMPUTER1과 COMPUTER2라는 두 개의 실제 노드가 있는 경우 프록시가 설정될 때까지 COMPUTER1의 에이전트에서 CLUSTER1에 대한 검색된 개체를 보낼 수 없습니다.

원인

한 컴퓨터에서 다른 컴퓨터의 개체를 제한 없이 검색할 수 있는 상태일 수 있습니다. 원본 컴퓨터를 검토하여 프록시로 구성해야 할지 확인해야 합니다.

해결 방법

검토 결과, 해당 컴퓨터에서 다른 컴퓨터를 대신하여 검색하고 운영 데이터를 보낼 수 있도록 하려면 해당 컴퓨터에 대해 프록시를 설정해야 합니다.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
에이전트 프록싱을 사용해야 상태 관리 서비스가 다른 컴퓨터에 대한 검색 데이터를 제출할 수 있습니다.
세부 정보:{0}
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.DiscoveryWriteActionModule.AgentProxyingNotEnabled.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="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DataAccessLayer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">33333</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[3]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">777980008</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.DiscoveryWriteActionModule.AgentProxyingNotEnabled.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[4]$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>