DNS 2008 Correct Master Server Problem Monitor

Microsoft.Windows.DNSServer.2008.Monitor.ServerConfiguration.CorrectMasterServerProblem (UnitMonitor)

Knowledge Base article:

DNS Server Configuration

The DNS server configuration consists of the settings that determine how the DNS server will function on a network and how those settings are stored and retrieved when they are needed.

 

The server is configured with incorrect data identifying the master server (Cause)

 

Correct master server Problem (Resolution)

The master-server configuration for a secondary zone is not correct, which is preventing the zone from being transferred from the master server.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To correct Problem with zone transfers from a master server:

  1. On the DNS server, start Server Manager. To start Server Manager, click Start, click Administrative Tools, and then click Server Manager.
  2. In the console tree, double-click Roles, double-click DNS Server, and then double-click DNS.
  3. Expand the DNS server, and then expand the folder that contains the affected zone.
  4. Right-click the zone, and then click Properties.
  5. On the General tab, confirm that the list contains the correct IP addresses and fully qualified domain names (FQDNs) of the master servers of the zone.

If the list is correct, ensure that the listed master servers are functioning properly. Ensure that zone transfers are allowed on the master server and that, if zone transfers are restricted by IP address, this server is included in the list. If not, correct the problem, and then restart the zone transfer.

To confirm that the local server is included in the list of servers that can receive zone transfers:

  1. On the DNS server, start DNS Manager. To start DNS Manager, on a DNS server, click Start, click Administrative Tools, and then click DNS.
  2. Connect to the master server. To connect to a DNS server, right-click DNS, click Connect to DNS Server, click The following computer, type the DNS name or IP address of the remote DNS server, and then click OK.
  3. Expand the server, and then expand the folder that contains the zone.
  4. Right-click the zone, click Properties, and then click Zone Transfers.
  5. If it is not already selected, click Allow zone transfers.
  6. Do one of the following:
    • If Only to servers listed on the Name Servers tab is selected, click Name Servers, and confirm that the server that hosts the secondary zone is listed with the correct IP address in the Name servers list.
    • If Only to the following servers is selected, confirm that the server that hosts the secondary zone is listed with the correct IP address in the list.

To restart a zone transfer:

  1. In Server Manager or DNS Manager, expand DNS, expand the server that hosts the secondary zone, and then expand the folder that contains the zone.
  2. Right-click the zone, and then click Reload from master.

Element properties:

TargetMicrosoft.Windows.DNSServer.2008.Server
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
DNS 2008 Correct Master Server Problem Alert
{0}
RunAsMicrosoft.Windows.DNSServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2008.Monitor.ServerConfiguration.CorrectMasterServerProblem" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.DNSServer.2008.Server" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" RunAs="DNS!Microsoft.Windows.DNSServer.Library.ActionAccount" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2008.Monitor.ServerConfiguration.CorrectMasterServerProblem_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId8f4cd04da0d14082b9b79e346c69ccc9" MonitorTypeStateID="FirstEventRaised" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId0c4d4aaf49e74d72bad9781da31108a7" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>DNS Server</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6527</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DNS-Server-Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>DNS Server</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7600</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DNS-Server-Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>