DFS レプリケーション WMI の正常性

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

DFS レプリケーションの WMI の正常性を監視します

Knowledge Base article:

概要

DFS Replication サービスが正常に WMI プロバイダーを登録できることをモニターします。この操作が失敗すると、レプリケーションは問題が解決されるまで無効になります。

原因

DFS Replication サービスが正常に WMI プロバイダーを登録できません。

解決方法

Windows Management Instrumentation (WMI) サービスが自動的に開始するように設定され、実行中であることを確認します。

アプリケーションとシステムのイベント ログを確認し、サーバーにシステム的な問題がないことを確認してください。

WMI と DFS Replication のトラブルシューティングを下記のリンクごとに実施します。

外部

詳細については、次を参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2012.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 レプリケーション WMI プロバイダー登録に失敗しました
DFS レプリケーション WMI プロバイダー登録に失敗しました。問題が解決されるまで DFS レプリケーションは無効です。エラー:{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.DFSR.WMICheck" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.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.2012.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>