RemoteFX-kompatibel GPU-övervakare för Hyper-V 2016 och 1709+

Microsoft.Windows.HyperV.RemoteFxCapableMonitor (UnitMonitor)

Övervakar GPU:er på servern för kompatibilitet med RemoteFX.

Knowledge Base article:

Sammanfattning

Den här övervakaren kontrollerar att GPU:erna är RemoteFX-kompatibla.

Orsaker

GPU i servern kan inte vara en DX11-kompatibel GPU.

Lösningar

Se Microsofts webbplats om du vill lära dig mer om RemoteFX-kompatibla GPU:er.

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.VirtualMachine
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.RemoteFXMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
GPU:er som är installerade på den här servern är inte RemoteFX-kompatibla. Virtuella datorer som är konfigurerade för att använda GPU:n startar inte.
GPU:er som är installerade på den här servern är inte RemoteFX-kompatibla. Virtuella datorer som är konfigurerade för att använda GPU:n startar inte.
RunAsDefault

Source Code:

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