Hyper-V 2012 R2-Monitor für RemoteFX-fähige GPUs

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

Überwacht GPUs auf dem Server auf RemoteFX-Funktionalität.

Knowledge Base article:

Zusammenfassung

Mit diesem Monitor wird überprüft, ob GPUs RemoteFX-fähig sind.

Ursachen

Die GPU auf dem Server ist möglicherweise keine DX11-fähige GPU.

Lösungen

Weitere Informationen zu RemoteFX-fähigen GPUs finden Sie auf der Microsoft-Website.

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
Auf diesem Server installierte GPUs sind nicht RemoteFX-fähig. Virtuelle Maschinen, die für die GPU-Verwendung konfiguriert sind, können nicht gestartet werden.
Auf diesem Server installierte GPUs sind nicht RemoteFX-fähig. Virtuelle Maschinen, die für die GPU-Verwendung konfiguriert sind, können nicht gestartet werden.
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>