VMMServer raggiungibile tramite PowerShell 2.0 per System Center 2019+ Virtual Machine Manager

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Consente di monitorare se i servizi remoti di PowerShell 2.0 sono abilitati e disponibili sul server di gestione VMM

Knowledge Base article:

Riepilogo

Questo monitoraggio indica se il server VMM è raggiungibile tramite il servizio remoto PowerShell da un server di gestione Operations Manager.

Cause

Se il server VMM non è raggiungibile tramite il servizio remoto PowerShell da un server di gestione Operations Manager, il monitoraggio si trova in uno stato non integro. La funzionalità VMM PRO (Performance and Resource Optimization) si basa sul servizio remoto PowerShell per richiamare le azioni correttive PRO.

Soluzioni

Verificare che il servizio remoto PowerShell sia abilitato sul server VMM e riavviare il servizio System Center Virtual Machine Manager.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.VMMServerReachableUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Il server VMM non è raggiungibile tramite PowerShell 2.0
PowerShell 2.0 non può raggiungere il server di gestione VMM. Nome computer: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor" Accessibility="Public" Target="SC!Microsoft.SystemCenter.ManagementServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableUnitMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='VMMServerName']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="VMMServerIsReachable" MonitorTypeStateID="VMMServerReachable" HealthState="Success"/>
<OperationalState ID="VMMServerNotReachable" MonitorTypeStateID="VMMServerNotReachable" HealthState="Error"/>
</OperationalStates>
<Configuration>
<VMMServer/>
<IntervalSeconds>180</IntervalSeconds>
<TimeoutSeconds>180</TimeoutSeconds>
</Configuration>
</UnitMonitor>