Błąd inicjowania usługi RPC serwera DNS systemu Microsoft Windows Server

Microsoft.Windows.DNSServer.2016.RPC.Initialize.Failed (Rule)

Reguła generująca alert dla zdalnego wywoływania procedur.

Knowledge Base article:

Podsumowanie

Narzędzia zarządzania, takie jak przystawka DNS Microsoft Management Console, używają protokołu RPC (Zdalne wywoływanie procedur) do komunikacji z usługą serwera DNS i zarządzania nią.

Przyczyny

Serwer DNS nie może zainicjować usługi zdalnego wywoływania procedur (RPC).

Rozwiązania

Uruchom ponownie usługę zdalnego wywoływania procedur (RPC)

Usługa zdalnego wywoływania procedur (RPC) nie odpowiada na żądania serwera DNS. Usługa RPC musi zostać uruchomiona przez ponowne uruchomienie komputera.

Aby uruchomić ponownie komputer:

Na serwerze DNS kliknij przycisk Start, kliknij strzałkę obok przycisku Zablokuj, a następnie kliknij przycisk Uruchom ponownie.

Zewnętrzne

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

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS — Błąd inicjowania usługi RPC

Identyfikator zdarzenia: {0}
Źródło zdarzenia: {1}
Dziennik zdarzeń: {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.DNSServer.2016.RPC.Initialize.Failed" 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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">140</Value>
</ValueExpression>
</SimpleExpression>
</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.RPC.Initialize.Failed.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>