DHCP 2012 IPv6 런타임 초기화 실패 모니터

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

이 모니터는 IPV6 런타임 초기화 프로세스 중 모든 오류를 확인합니다.

Knowledge Base article:

요약

DHCP(Dynamic Host Configuration Protocol) 서버 서비스가 초기화될 때 DHCP Server는 정적 IPv6 주소의 존재를 포함하여 DHCPv6용 TCP/IP(전송 컨트롤 프로토콜/인터넷 프로토콜)가 올바르게 구성되었는지 확인합니다. 성공적인 초기화를 위해서는 DHCPv6 서버가 TCP/IP를 사용하여 네트워크 통신을 설정할 수 있어야 합니다.

원인

DHCP 서비스를 초기화하지 못했습니다. 서버는 정적 IPv6 주소를 구성하고 올바른 구성 매개 변수를 적용하기 전까지 초기화할 수 없습니다. 클라이언트 컴퓨터가 DHCP Server로부터 임대를 새로 받지 못하고 네트워크 연결을 수행할 수 없습니다.

해결 방법

해결 방법: DHCP Server 서비스를 다시 시작합니다.

이 절차를 수행하려면 Administrators 그룹 구성원이거나 적절한 권한을 위임 받아야 합니다.

DHCP Server 서비스를 다시 시작하려면:

DHCP Server 컴퓨터에서 시작, 실행을 차례로 클릭하고 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 2012 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>