Strefa pomocnicza wymaga wzorców w konfiguracji serwera DNS systemu Microsoft Windows Server

Microsoft.Windows.Server.DNS.Configuration.SecondaryRequiresMasters (Rule)

Reguła generująca alert dla konfiguracji.

Knowledge Base article:

Podsumowanie

Konfiguracja serwera DNS zawiera ustawienia określające działanie serwera DNS w sieci oraz sposób przechowywania tych ustawień i ich pobierania, gdy są potrzebne.

Przyczyny

Serwer DNS wykrył, że dla strefy pomocniczej nie ma żadnego głównego adresu IP w danych rejestru. Strefy pomocnicze wymagają co najmniej jednego serwera głównego działającego jako źródło.

Rozwiązania

Zaktualizuj serwer główny

Strefa pomocnicza musi być skonfigurowana z użyciem adresów IP co najmniej jednego serwera głównego, który obsługuje strefę podstawową.

Aby wykonać tę procedurę, należy być członkiem grupy administratorów lub posiadać odpowiednie oddelegowane uprawnienia.

Aby zaktualizować serwer główny dla strefy pomocniczej:

1. Na serwerze DNS uruchom Menedżera serwera. Aby uruchomić Menedżera serwera, kliknij przycisk Start, kliknij pozycję Narzędzia administracyjne, a następnie kliknij program Menedżer serwera.

2. W drzewie konsoli rozwiń kolejno pozycję Role i Serwer DNS, a następnie rozwiń system DNS.

3. Rozwiń serwer DNS, a następnie rozwiń folder zawierający właściwą strefę pomocniczą.

4. Kliknij prawym przyciskiem myszy strefę pomocniczą, a następnie kliknij polecenie Właściwości.

5. Na karcie Ogólne kliknij przycisk Edycja.

6. W oknie dialogowym Edytuj serwery główne kliknij adresy IP na liście serwerów głównych, wpisz nazwę lub adres IP serwera głównego, a następnie ponownie kliknij listę.

7.Click OK to close the dialog box, and then click OK to close <Zone Name> Properties.

Zewnętrzne

http://technet.microsoft.com/en-us/library/dd349699(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS — Konfiguracja — Strefa pomocnicza wymaga wzorców
Identyfikator zdarzenia: {0}
Źródło zdarzenia: {1}
Dziennik zdarzenia: {2}

Opis zdarzenia: {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.Server.DNS.Configuration.SecondaryRequiresMasters" Enabled="true" Target="Microsoft.Windows.Server.DNS.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">503</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Configuration.SecondaryRequiresMasters.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>