支援 Hyper-V 2012 R2 RemoteFX 的 GPU 監視

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

監視伺服器中的 GPU 是否支援 RemoteFX 功能

Knowledge Base article:

摘要

此監視會確認 GPU 是否支援 RemoteFX。

原因

伺服器中的 GPU 可能不是支援 DX11 的 GPU。

解決方式

請參考 Microsoft 網站,以深入瞭解支援 RemoteFX 的 GPU。

Element properties:

TargetMicrosoft.Windows.HyperV.2012.R2.VirtualMachine
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2012.R2.RemoteFXMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
安裝在此伺服器中的 GPU 不支援 RemoteFX。 設定成使用 GPU 的虛擬機器不會啟動。
安裝在此伺服器中的 GPU 不支援 RemoteFX。 設定成使用 GPU 的虛擬機器不會啟動。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.R2.RemoteFxCapableMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.2012.R2.VirtualMachine" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2012.R2.RemoteFXMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2012.R2.RemoteFxCapableMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="RemoteFXCapableHardware" MonitorTypeStateID="HostHealthy" HealthState="Success"/>
<OperationalState ID="RemoteFXInCapableHardware" MonitorTypeStateID="HostCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
<PropertyName>RemoteFXCapable</PropertyName>
</Configuration>
</UnitMonitor>