DHCP 2012 IPv6 nödvändig statisk adress för körning övervakare

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

Den här övervakaren kontrollerar om konfigurationen är korrekt för initiering av IPV6-scope för att hämta en statisk IP-adress som har tilldelats för servern

Knowledge Base article:

Sammanfattning

DHCPv6-servertjänsten (Dynamic Host Configuration Protocol version 6) är en process som körs i bakgrunden på en dator som kör Windows Server och som tillhandahåller Internet Protocol version 6 (IPv6) adresser till klienter.

Dynamic Host Configuration Protocol (DHCP) kan låna ut både Internet Protocol version 4 (IPv4) och Internet Protocol version 6 (IPv6) adresser. Om IPv6-adresser inte är tillgängliga, så använder DHCP-tjänsten endast IPv4-adresser.

Orsaker

DHCP-servern kunde inte initiera en av dess komponenter. DHCP-servertjänsten kan inte starta. Klientdatorer kan inte få nya lån från DHCP-servern och kommer inte att ha nätverksanslutning.

Lösningar

Lösning: Konfigurera en statis IP-adress för DHCP-servern

För att utföra dessa procedurer måste du vara medlem i administratörsgruppen, eller ha delegerats motsvarande behörighet.

Konfigurera TCP/IP för statisk adressering:

Mer information

Verifier: DHCPv6-servertjänsten är aktiv

För att kontrollera att DHCPv6-server tjänsten är aktiv:

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv6Runtime
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 2012 IPv6 nödvändig statisk adress för körning varning
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.StaticIPAssigned" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.IPv6Runtime" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.StaticIPAssigned_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</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">10020</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>