DFS-R: AD DS Konfigurationsuppdateringar

Microsoft.Windows.FileServer.DFSR.DsConfigUpdateFailureMonitor (UnitMonitor)

Detta objekt övervakar konfigurationsuppdateringar med Active Directory Domain Services (AD DS) och skapar en varningsavisering om det upptäcker att DFS Replication inte kunde uppdatera AD DS.

Knowledge Base article:

Sammanfattning

Detta objekt övervakar konfigurationsuppdateringar med Active Directory Domain Services (AD DS) och skapar en varningsavisering om det upptäcker att DFS Replication inte kunde uppdatera AD DS. Det gör så genom att leta efter närvaro av DFS Replication-händelse 6016.

Orsaker

Ett feltillstånd för denna övervakare indikerar att DFS Replication inte har kunnat uppdatera sin konfiguration i Active Directory Domain Services (AD DS). Detta kan förekomma om de enda domänkontrollanterna som servern kan nå är skrivskyddade domänkontrollanter.

Lösningar

Vänta medan konfigurationsändringarna replikeras med AD DS

DFS Replication kommer att försöka med denna åtgärd igen, detta löser vanligen problemet automatiskt efter att konfigurationsändringar replikerar genom AD DS.

Om du omedelbart vill göra avsökning efter konfigurationsändringar öppnar du ett kommandotolksfönster och skriver sedan följande kommando en gång för varje medlem i replikeringsgruppen, där [domän] är den domän där servern finns och [server] är servernamnet:

Dfsrdiag PollAD /Member:[domän\server]

Om problemet kvarstår ska man verifiera att AD DS-replikering fungerar och att tjänsten kan nå en domänkontrollant. Om problemet kvarstår i 8 timmar kommer tjänsten DFS Replication att inaktivera anslutningen och loggföra DFS Replication-händelse 5016.

Verifiering

Denna övervakare återställs automatiskt till ett felfritt tillstånd efter att problemet har åtgärdats.

Mer information

DFS Replication-händelse 6016 (http://go.microsoft.com/fwlink/?LinkId=187157)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DFS-R: Kunde inte uppdatera konfiguration i Active Directory Domain Services
DFS Replication kunde inte uppdatera sin konfiguration i Active Directory Domain Services (AD DS). Tjänsten kommer att försöka med denna åtgärd igen regelbundet.
Ytterligare information:
Objektkategori: {0}
Objekt-DN: {1}
Fel: {2} ( {3} )
Domänkontrollant: {4} Avsökningstillfälle: {5}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServer.DFSR.DsConfigUpdateFailureMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServer.DFSR.DsConfigUpdateFailureMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Params/Param[1]$</AlertParameter1>
<AlertParameter2>$Data/Context/Params/Param[2]$</AlertParameter2>
<AlertParameter3>$Data/Context/Params/Param[3]$</AlertParameter3>
<AlertParameter4>$Data/Context/Params/Param[4]$</AlertParameter4>
<AlertParameter5>$Data/Context/Params/Param[5]$</AlertParameter5>
<AlertParameter6>$Data/Context/Params/Param[6]$</AlertParameter6>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FirstEventRaised" MonitorTypeStateID="FirstEventRaised" HealthState="Warning"/>
<OperationalState ID="SecondEventRaised" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>DFS Replication</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6016</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DFSR</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>DFS Replication</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DFSR</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6018</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1004</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1104</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>