Caricamento in background di Microsoft Windows Server DNS ADI non riuscito

Microsoft.Windows.DNSServer.2016.ADI.BackgroundLoadFailure (Rule)

Regola di generazione degli avvisi per l'integrazione di Active Directory.

Knowledge Base article:

Riepilogo

È possibile configurare il servizio Server DNS per l'uso dei Servizi di dominio Active Directory (AD DS) per archiviare dati di zona. In tal modo il server DNS è in grado di basarsi sulla replica di directory, che aumenta sicurezza, affidabilità e semplicità di amministrazione.

Cause

Il server DNS non è riuscito a iniziare il caricamento in background delle zone integrate in Active Directory. Potrebbe trattarsi di un problema di risorse di sistema. Il servizio Server DNS verrà arrestato. I dati dell'evento contengono l'errore.

Soluzioni

Liberare memoria o altre risorse di sistema

Chiudere le applicazioni o i servizi non necessari, quindi provare nuovamente a eseguire l'operazione.

Se l'errore persiste, riavviare il computer per liberare memoria o altre risorse di sistema allocate da programmi e non rilasciate. Utilizzare Server Manager per assicurarsi che il servizio server DNS sia stato avviato.

Per eseguire questa procedura, è necessario appartenere al gruppo Administrators oppure avere ricevuto in delega l'autorità appropriata.

Per riavviare il computer:

Per assicurarsi che il servizio server DNS sia stato avviato:

Nell'elenco Servizi sistema verrà visualizzato lo stato del servizio Server DNS.

Se il problema persiste, è possibile che una o più applicazioni in esecuzione nel server provochino un problema di memoria.

Altre informazioni

http://technet.microsoft.com/it-it/library/dd365070(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS: caricamento in background integrato in Active Directory non riuscito

ID evento: {0}
Origine evento: {1}
Registro eventi: {2}
Descrizione evento: {3}
Event LogDNS Server

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.DNSServer.2016.ADI.BackgroundLoadFailure" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" 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>DNS Server</LogName>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4018</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4019</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.DNSServer.2016.ADI.BackgroundLoadFailure.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>