Hyper-V 2016 및 1709 이상 RemoteFX 지원 GPU 모니터

Microsoft.Windows.HyperV.RemoteFxCapableMonitor (UnitMonitor)

RemoteFX 기능에 대한 서버의 GPU를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 GPU가 RemoteFX 지원 GPU인지 확인합니다.

원인

서버의 GPU가 DX11 지원 GPU가 아닐 수 있습니다.

해결 방법

RemoteFX 지원 GPU에 대한 자세한 내용은 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
이 서버에 설치된 GPU는 RemoteFX 지원 GPU가 아닙니다. GPU를 사용하도록 구성된 가상 머신이 시작되지 않습니다.
이 서버에 설치된 GPU는 RemoteFX 지원 GPU가 아닙니다. GPU를 사용하도록 구성된 가상 머신이 시작되지 않습니다.
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>