DHCP 2008 IPv6 執行階段初始化失敗監視

Microsoft.Windows.DHCPServer.2012.IPv6Runtime.InitializationFailed (UnitMonitor)

此監視會在 IPV6 執行階段初始化程序期間檢查發生的任何錯誤

Knowledge Base article:

摘要

動態主機設定通訊協定 (DHCP) 伺服器服務初始化時,會檢查 DHCPv6 的傳輸控制通訊協定/網際網路通訊協定 (TCP/IP) 是否已正確設定,包括是否具備靜態 IPv6 位址。一旦 DHCPv6 伺服器透過 TCP/IP 建立網路通訊,便能順利初始化。

原因

DHCP 服務無法初始化。伺服器必須設定好靜態 IPv6 位址並使用適當的設定參數,才能初始化。用戶端電腦無法取得來自 DHCP 伺服器的新租用,因而無法擁有網路連線。

解決方式

解決方式:重新啟動 DHCP 伺服器服務

若要執行這些程序,您必須是 Administrators 群組成員或是已經委派您適當的權限。

若要重新啟動 DHCP 伺服器服務:

• 在 DHCP 伺服器電腦上,按一下 [開始],再按一下 [執行],輸入 services.msc,然後按一下 [確定]。

• 按兩下 [DHCP Server]。

• 在 [一般] 索引標籤上,按一下 [停止],再按一下 [啟動]。

• 按一下 [檔案] 功能表上的 [結束]。

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv6Runtime
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 2008 IPv6 執行階段初始化失敗監視
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.InitializationFailed" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.IPv6Runtime" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.InitializationFailed_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DHCP-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DHCPServer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10111</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>