Etki Alanı Adlandırma Yöneticisi FSMO rolü sahibine ping veya bağlama uygulanamadı

Failed_to_ping_or_bind_to_the_Domain_Naming_Master_FSMO_role_holder (Rule)

Knowledge Base article:

Özet

AD İşlem Yöneticisi Yanıt izleyicisi, etki alanı adlandırma işlem yöneticisine (etki alanı adlandırma esnek tek işlem yöneticisi işlemleri (FSMO) rol sahibi olarak da bilinir) arka arkaya bağlama veya ping uygulamaya çalışırken başarısız oldu.

Bu geçici bir hata değildir ve araştırılması gerekir. Bununla birlikte, etki alanı adlandırma yöneticisi yüksek oranda kullanılabilir olmadığı için kısa süreli kesintiler öncelikli olmayabilir ve ertelenebilir.

Çözümler

AD İşlem Yöneticisi Yanıt izleyicisi tarafından oluşturulan tüm olayları görüntülemek için AD MP Olayları görünümünü açın. Bu olaylar işlem yöneticilerinin sınanması sırasında oluşan hatalar hakkında daha ayrıntılı bilgi sağlar.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableFalse
Alert Message
Etki Alanı Adlandırma Yöneticisi FSMO rolü sahibine ping veya bağlama uygulanamadı.
{0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Failed_to_ping_or_bind_to_the_Domain_Naming_Master_FSMO_role_holder" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" 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>Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>AD Op Master Response</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(3)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventLevel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Failed_to_ping_or_bind_to_the_Domain_Naming_Master_FSMO_role_holder.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>