DHCP データベース移行手順必須モニター

Microsoft.Windows.DHCPServer.Library.Database.UnitMonitor.Migration.1 (UnitMonitor)

Knowledge Base article:

解決方法

アップグレード後に DHCP サービスが最初に開始すると、データベースを変換する必要があることが検出されます。続いて、変換処理 Jetconv.exe が開始されます(Jetconv.exe が別のサービスによって既に開始されている場合、2 つ目の Jetconv.exe 処理は開始されません)。変換処理の開始前にユーザーは確認を求められます。ユーザーが [OK] をクリックすると、DHCP サービスが停止し変換が開始されます。インストールされているすべてのサービス (DHCP および、(インストールされている場合は) WINS や RPL) のデータベースが、Jetconv.exe によって新しいデータベース形式に変換されます。

DHCP データベースが正常に変換された後、DHCP サーバー サービスは自動的に再起動します。

変換処理の開始前には、次のガイドラインに注意してください。

データベースの変換中にサービスを再起動しないでください。変換の状態を確認するには、イベント ビューアーを使用して Jetconv.exe 処理に関するアプリケーション イベント ログを参照します。

データベース変換のこの自動手順に失敗した場合は、winnt\system32\upg351db.exe を使用してデータベースを手動で変換できます。

同様に、Windows NT 3.51 からのアップグレード後に初めて DHCP を起動する場合は、DHCP データベースに対して変換ツール (winnt\system32 フォルダー内の upg351db.exe) を実行し、強化された新しいデータベース形式に変換する必要があります。データベースを変換した後、DHCP を再起動します。

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

データベースをアップグレードするには、次の手順を実行します。

Element properties:

TargetMicrosoft.Windows.DHCPServer.Library.Database
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP データベース移行手順必須モニター
{0}
RunAsMicrosoft.Windows.DHCPServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.Library.Database.UnitMonitor.Migration.1" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.Library.Database" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true" RunAs="Microsoft.Windows.DHCPServer.Library.ActionAccount">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.Library.Database.UnitMonitor.Migration.1_AlertMessageResourceID">
<AlertOnState>Error</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="Error"/>
<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">1022</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>