Bilgisayar Doğrulama: Modül Yürütme Hatası

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

Bu kural Bilgisayar Doğrulama modülü bu System Center Yönetim Sistem Durumu Hizmeti üstünde, yürütme sırasında en az 1 veya daha fazla bilgisayar adını doğrulayamadığında uyarılar oluşturur.

Knowledge Base article:

Özet

Bilgisayar Doğrulama modülü birkaç bilgisayarı doğrulayamadı. Bunun sonucunda, bu modül bir bulma işlemin parçası olarak çalışıyorsa, başarısız olan bu bilgisayarlardaki bulma/aracı dağıtım işlemleri gerçekleşmez.

Nedenler

Hatanın birkaç nedeni olabilir. Hata hakkındaki bilgiler ilgili Olay ve Uyarılar içinde bulunabilir.

Çözümlemeler

Uyarının açıklamasında, karşılaşılan sorunla ilgili bilgiler yer alır. Lütfen sorunu tanılamak için ilgili olay ayrıntılarını, 'Bilgisayar Doğrulama: Modül Hatası' uyarılarını ve bu hatanın oluştuğu sırada gerçekleşen diğer olayları denetleyin.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Bilgisayar Doğrulama: Doğrulama Hatası
{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>