DHCP 2012 IPv6 Controle runtime-initialisatiefouten

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

Deze monitor controleert tijdens de IPV6-runtime-initialisatie op fouten

Knowledge Base article:

Samenvatting

Wanneer de DHCP Server-service wordt geïnitialiseerd, wordt de juiste configuratie van TCP/IP voor DHCPv6 en de aanwezigheid van een statisch IPv6-adres gecontroleerd. Succesvolle initialisatieresultaten wanneer de DHCPv6-server communicatie op het netwerk tot stand heeft gebracht via TCP/IP.

Oorzaken

Kan de DHCP-service niet initialiseren. De server kan niet worden geïnitialiseerd totdat deze een statisch IPv6-adres heeft geconfigureerd en beschikt over de juiste configuratieparameters. Clientcomputers kunnen geen nieuwe leases van de DHCP-server verkrijgen en zullen geen netwerkverbinding hebben.

Oplossingen

Oplossing: start de DHCP-serverservice opnieuw

Als u deze procedures wilt uitvoeren, moet u deel uitmaken van de groep Administrators of moet u de juiste machtigingen hebben ontvangen.

U start de DHCP-serverservice als volgt opnieuw op:

• Klik op de computer met de DHCP-server op Start, klik op Uitvoeren, type services.msc en klik dan op OK.

• Dubbelklik op DHCP-server.

• Klik op het tabblad Algemeen eerst op Stoppen en dan op Starten.

• Klik op Afsluiten in het menu Bestand.

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 Controle runtime-initialisatiefouten
{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>