Konfiguration av server-GPU

Microsoft.Windows.HyperV.HeterogeneousGPUMonitor (UnitMonitor)

Övervakar GPU-konfigurationen på servern.

Knowledge Base article:

Sammanfattning

Konfiguration av server-GPU

Orsaker

Det finns två eller fler GPU:er på servern som inte har samma fabrikat och modell. Detta är en konfiguration som inte stöds.

Lösningar

Kontrollera att alla GPU:er på servern har samma fabrikat och modell.

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
De GPU:er som är installerade på servern är inte av samma fabrikat och modell.
Servern som är värd för GPU:erna är inte av samma fabrikat och modell. Den här konfigurationen är inte giltig för RemoteFX. De GPU:er som är installerade på servern är av samma fabrikat och modell.
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>