Monitor procesorów GPU pod kątem obsługi funkcji RemoteFX w ramach funkcji Hyper-V 2016 i 1709+

Microsoft.Windows.HyperV.RemoteFxCapableMonitor (UnitMonitor)

Monitoruje procesory GPU na serwerze pod kątem obsługi funkcji RemoteFX.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza, czy procesory GPU obsługują funkcję RemoteFX.

Przyczyny

Procesor GPU na serwerze może nie obsługiwać biblioteki DX11.

Rozwiązania

Zapoznaj się z dodatkowymi informacjami na temat procesorów GPU obsługujących funkcję RemoteFX w witrynie firmy Microsoft.

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
Procesory GPU zainstalowane na tym serwerze nie obsługują funkcji RemoteFX. Maszyny wirtualne, które mają korzystać z procesorów GPU, nie zostaną uruchomione.
Procesory GPU zainstalowane na tym serwerze nie obsługują funkcji RemoteFX. Maszyny wirtualne, które mają korzystać z procesorów GPU, nie zostaną uruchomione.
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>