DHCP セキュリティ グループの構成の問題

Microsoft.Windows.2008R2.DHCP.Server.IPv4Runtime.Monitor.GroupConfig (UnitMonitor)

動的ホスト構成プロトコル (DHCP) サービスが正しく機能するには、DHCP ユーザーまたは DHCP Administrators のローカル グループを作成または参照できる必要があります。

Knowledge Base article:

概要

動的ホスト構成プロトコル (DHCP) サービスが正しく機能するには、DHCP ユーザーまたは DHCP Administrators のローカル グループを作成または参照できる必要があります。

原因

DHCP が、DHCP ユーザー グループまたは DHCP Administrators ローカル グループを検索または作成できませんでした。クライアント コンピューターが DHCP サーバーから新しいリースを取得できないため、ネットワーク接続できません。

解決方法

解決方法:DHCP サーバー サービスを再起動する

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

DHCP サーバー サービスを再起動するには、次の手順を実行します。

追加情報

検証: ログに記録されないイベント 20035

システム イベント ログにある 20035 というイベントが、最近ログインされていないことを確認します。

システム イベント ログを開くには、次の操作を行います。

Element properties:

TargetMicrosoft.Windows.2008R2.DHCP.Server.Role
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP セキュリティ グループの構成の問題
動的ホスト構成プロトコル (DHCP) サービスが正しく機能するには、DHCP ユーザーまたは DHCP Administrators のローカル グループを作成または参照できる必要があります。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.2008R2.DHCP.Server.IPv4Runtime.Monitor.GroupConfig" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.2008R2.DHCP.Server.Role" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.2008R2.DHCP.Server.IPv4Runtime.Monitor.GroupConfig_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId6abed87540ac49deae3cd6fd15e46090" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateIdfe48c515fed842c898abced1d0f25159" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</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>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1035</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1036</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>