Microsoft Windows Server DNS ADI LDAP 逾時

Microsoft.Windows.Server.DNS.ADI.LDAPTimeout (Rule)

Active Directory 整合的警示產生規則。

Knowledge Base article:

摘要

您可以將 DNS 伺服器服務設定成使用 Active Directory 網域服務 (AD DS) 來儲存區域資料。因此,DNS 伺服器可以依賴目錄複寫,增進管理上的安全性、可靠性和容易度。

原因

DNS 伺服器嘗試執行 Active Directory 服務操作時逾時。

解決方式

疑難排解 AD DS 並重試新增區域

AD DS 沒有回應 DNS 伺服器服務的要求。DNS 伺服器服務依賴 Active Directory 網域服務 (AD DS),以儲存和擷取 AD DS 整合區域的資訊。請確認 AD DS 的運作正常,然後疑難排解任何問題,再重試建立區域。

若要執行此程序,您必須有 Administrators 的成員資格,或者必須已被委派適當的權限。

請在解決 AD DS 的問題後建立區域。

若要建立區域:

1. 在 DNS 伺服器上啟動 [伺服器管理員]。若要啟動 [伺服器管理員],請依序按一下 [開始] 和 [系統管理工具],然後按一下 [伺服器管理員]。

2.在主控台樹狀目錄中依序展開 [角色]、[DNS 伺服器] 和 [DNS]。

3. 展開該 DNS 伺服器,然後以滑鼠右鍵按一下要新增之區域類型的區域資料夾,再按一下 [新增區域] 開啟 [新增區域精靈]。

4. 依照精靈的指示建立區域。

其他

http://go.microsoft.com/fwlink/?LinkId=95789

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - Active Directory 整合 LDAP 逾時
事件識別碼:{0}
事件來源:{1}
事件記錄檔:{2}

事件描述: {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.ADI.LDAPTimeout" 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">4016</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.ADI.LDAPTimeout.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>