Hyper-V 2012 R2 副本 Windows 防火墙规则监视器

Microsoft.Windows.HyperV.2012.R2.ReplicaFirewallMonitor (UnitMonitor)

监视 Hyper-V 2012 R2 副本 Windows 防火墙规则配置

Knowledge Base article:

摘要

为了成功进行复制,条目应该在已配置端口上允许流量的防火墙中可用。

原因

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

解决方法

如果你正在使用 Windows 防火墙,则在使用基于 Kerberos 的身份验证的情况下启用“Hyper-V 副本 HTTPS 侦听器 (TCP-In)”,以及/或者在使用基于证书的身份验证的情况下启用“Hyper-V 副本 HTTP 侦听器 (TCP-In)”。

Element properties:

TargetMicrosoft.Windows.HyperV.2012.R2.ServerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2012.R2.ReplicaFirewallMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Hyper-V 2012 R2 副本 Windows 防火墙规则处于禁用状态。
Hyper-V 2012 R2 副本 Windows 防火墙规则处于禁用状态。 这些 Windows 防火墙规则是: “Hyper-V 副本 HTTPS 侦听器(TCP-In)”和“Hyper-V 副本 HTTP 侦听器(TCP-In)”。任何一个 Windows 防火墙均未被使用或者配置不正确
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.R2.ReplicaFirewallMonitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.2012.R2.ServerRole" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2012.R2.ReplicaFirewallMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2012.R2.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>