Supervisión de GPU compatibles con RemoteFX para Hyper-V 2016

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

Supervisa las GPU en el servidor para detectar su compatibilidad con RemoteFX.

Knowledge Base article:

Resumen

Este monitor comprueba que las GPU sean compatibles con RemoteFX.

Causas

La GPU en el servidor podría no ser compatible con DX11.

Resoluciones

Consulte el sitio de Microsoft para obtener más información sobre las GPU compatibles con RemoteFX.

Element properties:

TargetMicrosoft.Windows.HyperV.2016.VirtualMachine
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2016.RemoteFXMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Las GPU instaladas en este servidor no son compatibles con RemoteFX. Las máquinas virtuales configuradas para usar la GPU no se iniciarán.
Las GPU instaladas en este servidor no son compatibles con RemoteFX. Las máquinas virtuales configuradas para usar la GPU no se iniciarán.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2016.RemoteFxCapableMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.2016.VirtualMachine" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2016.RemoteFXMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2016.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>