Hyper-V 2016 Replica Windows 防火墙规则监视器

Microsoft.Windows.HyperV.2016.ReplicaFirewallMonitor (UnitMonitor)

监视 Hyper-V 2016 Replica Windows 防火墙规则配置。
注意:默认情况下,此监视器已禁用。必要时请使用替代启用它。

Knowledge Base article:

摘要

要想成功实现复制,允许配置端口存在流量的防火墙中应可使用条目。

注意:默认情况下,此监视器已禁用。必要时请使用替代启用它。

原因

尚未启用允许复制流量到达副本站点的 Windows 防火墙规则。

解决方法

如果正在使用 Windows 防火墙,请在使用基于 Kerberos 的身份验证时启用“Hyper-V Replica HTTPS 侦听器(TCP-In)”和/或在使用基于证书的身份验证时启用“Hyper-V Replica HTTP 侦听器(TCP-In)”。

Element properties:

TargetMicrosoft.Windows.HyperV.2016.ServerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2016.ReplicaFirewallMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
已禁用 Hyper-V 2016 Replica Windows 防火墙规则。
已禁用 Hyper-V 2016 Replica Windows 防火墙规则。这些 Windows 防火墙规则如下:“Hyper-V Replica HTTPS 侦听器(TCP-In)”和“Hyper-V Replica HTTP 侦听器(TCP-In)”。未使用或未正确配置 Windows 防火墙。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2016.ReplicaFirewallMonitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.2016.ServerRole" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2016.ReplicaFirewallMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2016.ReplicaFirewallMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicaFirewallRulesPresent" MonitorTypeStateID="HostHealthy" HealthState="Success"/>
<OperationalState ID="ReplicaFirewallRulesAbsent" MonitorTypeStateID="HostCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
</Configuration>
</UnitMonitor>