Computer Verification: 모듈 실행 오류

Microsoft.SystemCenter.ComputerVerification.ModuleSummaryError.Alert (Rule)

Computer Verification 모듈이 이 System Center 관리 상태 서비스에서 실행되는 동안 1개 이상의 컴퓨터 이름을 확인하지 못할 경우 이 규칙이 경고를 생성합니다.

Knowledge Base article:

요약

Computer Verification 모듈이 일부 컴퓨터를 확인하지 못했습니다. 따라서 이 모듈이 검색의 일부로 실행되고 있었으면 오류가 발생한 해당 컴퓨터에서 검색/에이전트 배포가 진행되지 않습니다.

원인

이 오류는 여러 가지 원인으로 인해 발생한 것일 수 있습니다. 오류에 대한 정보는 관련 이벤트 및 경고에서 확인할 수 있습니다.

해결 방법

경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 정보인 '컴퓨터 확인: 모듈 오류' 경고와 이 오류가 발생할 당시에 일어난 다른 이벤트를 확인하여 문제를 진단하세요.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Computer Verification: 확인 오류
{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.ComputerVerification.ModuleSummaryError.Alert" Enabled="false" 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">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11553</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[6]</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">0</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.ComputerVerification.ModuleSummaryError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>