System Center 2019+ Virtual Machine Manager VMMServer åtkomlig via Powershell 2.0

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Övervakar om fjärrkommunikation för PowerShell 2.0 är aktiverad och tillgänglig på VMM-hanteringsservern

Knowledge Base article:

Sammanfattning

Den här övervakaren visar om VMM Server kan nås via fjärrkommunikation för PowerShell från en Operations Manager-hanteringsserver.

Orsaker

Om inte VMM-servern kan nås via fjärrkommunikation för PowerShell från en Operations Manager-hanteringsserver, övergår övervakaren till ett tillstånd som inte är felfritt. PRO-funktionen (Performance and Resource Optimization) i VMM är beroende av att PRO-korrigeringsåtgärder kan utföras via fjärrkommunikation för PowerShell.

Lösningar

Kontrollera att fjärrkommunikation är aktiverad för PowerShell på VMM-servern och starta om System Center Virtual Machine Manager-tjänsten.

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
VMMServer kan inte nås via PowerShell 2.0
PowerShell 2.0 kan inte nå VMM-hanteringsservern. Datornamn: {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>