Sunucu GPU yapılandırması

Microsoft.Windows.HyperV.HeterogeneousGPUMonitor (UnitMonitor)

Sunucuda GPU yapılandırmasını izler.

Knowledge Base article:

Özet

Sunucu GPU yapılandırması.

Nedenler

Sunucuda aynı marka ve modele sahip olmayan iki veya daha fazla GPU var. Bu yapılandırma desteklenmez.

Çözümler

Sunucudaki tüm GPU'ların aynı marka ve modele sahip olduğundan emin olun.

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
Sunucuda yüklü olan GPU'lar aynı marka ve modele sahip değil.
Sunucu şu anda aynı marka ve modele sahip olmayan GPU'lar barındırıyor. RemoteFX için bu yapılandırma geçerli değildir. RemoteFX, sunucuda yüklü olan GPU'ların aynı marka ve modele sahip olmasını gerektirir.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.HeterogeneousGPUMonitor" 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.HeterogeneousGPUMonitor.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>HeterogeneousGPU</PropertyName>
</Configuration>
</UnitMonitor>