Monitoraggio delle GPU compatibili con RemoteFX in Hyper-V 2016

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

Monitora le GPU nel server per la funzionalità RemoteFX.

Knowledge Base article:

Riepilogo

Questo monitoraggio verifica che le GPU siano compatibili con RemoteFX.

Cause

La GPU nel server potrebbe non essere una GPU compatibile con DX11.

Soluzioni

Vedere il sito Microsoft per altre informazioni sulle GPU compatibili 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
Le GPU installate nel server non sono compatibili con RemoteFX. Le macchine virtuali configurate per l'uso della GPU non verranno avviate.
Le GPU installate nel server non sono compatibili con RemoteFX. Le macchine virtuali configurate per l'uso della GPU non verranno avviate.
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>