DFS Çoğaltma WMI Durumu

Microsoft.Windows.Server.2016.AD.AvailabilityEssentialService.DFSR.WMICheck (UnitMonitor)

DFS Çoğaltma için WMI durumunu izler

Knowledge Base article:

Özet

DFS Çoğaltma hizmetinin WMI sağlayıcılarını başarıyla kaydedebilip kaydedemediğini izler. Bu işlem başarısız olursa, sorun çözülene kadar çoğaltma devre dışı kalır.

Nedenler

DFS Çoğaltma hizmeti WMI sağlayıcılarını başarıyla kaydedemiyor.

Çözümler

Windows Yönetim Araçları (WMI) hizmetinin otomatik başlatmaya ayarlandığını ve çalışır durumda olduğunu doğrulayın.

Sunucuda sistemik sorunlar olmadığından emin olmak için Uygulama ve Sistem olay günlüklerini denetleyin.

Aşağıdaki bağlantılara göre WMI ve DFS Çoğaltma sorun giderme işlemlerini gerçekleştirin.

Dış

Daha fazla bilgi için, bkz.

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainController.SYSVOL.DFSR
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
DFS Çoğaltma WMI sağlayıcısının kaydı başarısız oldu
DFS Çoğaltma WMI sağlayıcısının kaydı başarısız oldu. Sorun çözülene kadar DFS Çoğaltma devre dışı bırakıldı. Hata: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.AvailabilityEssentialService.DFSR.WMICheck" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainController.SYSVOL.DFSR" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.AD.AvailabilityEssentialService.DFSR.WMICheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>DFS Replication</FirstLogName>
<FirstExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6104</Value>
</ValueExpression>
</SimpleExpression>
</FirstExpression>
<SecondComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>DFS Replication</SecondLogName>
<SecondExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6102</Value>
</ValueExpression>
</SimpleExpression>
</SecondExpression>
</Configuration>
</UnitMonitor>