Microsoft Windows Server DNS RPC Başlatılamadı

Microsoft.Windows.Server.DNS.RPC.Initialize.Failed (Rule)

Uzaktan Yordam Çağrıları için kural oluşturma uyarısı.

Knowledge Base article:

Özet

DNS Microsoft Yönetim Konsolu ek bileşeni gibi yönetim araçları DNS Server hizmeti ile iletişim kurmak için Uzaktan Yordam Çağrısı (RPC) protokolünü kullanır.

Nedenler

DNS sunucusu uzaktan yordam çağrısı (RPC) hizmeti başlatamadı.

Çözümler

Uzaktan Yardım Çağrısı (RPC) hizmetini yeniden başlatma

Uzaktan Yardım Çağrısı (RPC) hizmeti DNS sunucusundan gelen istekleri yanıtlamadı. RPC hizmeti, bilgisayar yeniden başlatılarak başlatılmalıdır.

Bilgisayarı yeniden başlatmak için:

DNS sunucusunda, Başlat öğesine, Kilitle düğmesinin yanındaki oka ve ardından Yeniden Başlat öğesine tıklayın.

Dış

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - RPC Başlatılamadı
Olay Kimliği: {0} Olay Kaynağı: {1} Olay Günlüğü: {2} Olay Açıklaması: {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.RPC.Initialize.Failed" 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">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.Server.DNS.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>