DHCP Server 2012 の正常な初期化に失敗しました

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

動的ホスト構成プロトコル バージョン 6 (DHCPv6) サーバー サービスは、Windows Server を実行するコンピューターのバックグラウンドで実行され、Internet Protocol version 6 (IPv6) アドレスをクライアントに提供するプロセスです。 動的ホスト構成プロトコル (DHCP) によって、Internet Protocol version 4 (IPv4) と Internet Protocol version 6 (IPv6) の両方のアドレスをリースできます。IPv6 が利用できない場合は、DHCP サービスは IPv4 のみを使用します。

Knowledge Base article:

概要

動的ホスト構成プロトコル バージョン 6 (DHCPv6) サーバー サービスは、Windows Server を実行するコンピューターのバックグラウンドで実行され、Internet Protocol version 6 (IPv6) アドレスをクライアントに提供するプロセスです。

動的ホスト構成プロトコル (DHCP) によって、Internet Protocol version 4 (IPv4) と Internet Protocol version 6 (IPv6) の両方のアドレスをリースできます。IPv6 が利用できない場合は、DHCP サービスは IPv4 のみを使用します。

原因

DHCP が自身のコンポーネントのうちの 1 つを初期化できませんでした。DHCP サーバー サービスを開始できません。クライアント コンピューターが DHCP サーバーから新しいリースを取得できないため、ネットワーク接続できません。

解決方法

解決方法: 既知の正常なバックアップから DHCP データベースを復元する

DHCP サーバーのデータベースが壊れているか、失われている場合は、%SystemRoot%\System32\Dhcp フォルダーにあるサーバー データベース ファイル (Dhcp.mdb) を同じファイルのバックアップ コピーと置き換えることで回復できます。

以前に DHCP Microsoft 管理コンソール (MMC) スナップインを使用してバックアップを実行している場合、%SystemRoot%\System32\Dhcp\Backup フォルダーにあるサーバー データベース ファイルのバックアップ コピーを取得できます。テープ バックアップまたは他のバックアップ メディアから Dhcp.mdb ファイルを復元することもできます。

これらの手順を実行するには、Administrators グループのメンバーであるか、適切な権限が委任されている必要があります。

DHCP データベースのバックアップ コピーを復元するには、次の手順を実行します。

追加情報

検証: DHCPv6 サーバー サービスが実行中

DHCPv6 サービスが実行されていることを確認するには、次の手順を実行します。

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 Server 2012 の正常な初期化に失敗しました
動的ホスト構成プロトコル バージョン 6 (DHCPv6) サーバー サービスは、Windows Server を実行するコンピューターのバックグラウンドで実行され、Internet Protocol version 6 (IPv6) アドレスをクライアントに提供するプロセスです。 動的ホスト構成プロトコル (DHCP) によって、Internet Protocol version 4 (IPv4) と Internet Protocol version 6 (IPv6) の両方のアドレスをリースできます。IPv6 が利用できない場合は、DHCP サービスは IPv4 のみを使用します。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.DatabaseCorrupt" 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.UnitMonitor.DatabaseCorrupt_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10021</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DHCP-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>