System Center 2019+ Virtual Machine Manager VMM-server bereikbaar via Powershell 2.0

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Hiermee wordt gecontroleerd of externe PowerShell 2.0-communicatie is ingeschakeld en beschikbaar is op de VMM-beheerserver

Knowledge Base article:

Samenvatting

Deze monitor geeft aan of de VMM-server bereikbaar is via externe PowerShell-communicatie vanaf een Operations Manager-beheerserver.

Oorzaken

Als de VMM-server niet bereikbaar is via externe PowerShell-communicatie vanaf een Operations Manager-beheerserver, is de status van deze monitor niet in orde. De VMM PRO-functie (Performance and Resource Optimization) is afhankelijk van externe PowerShell-communicatie bij het aanroepen van PRO-herstelacties.

Oplossingen

Zorg ervoor dat externe PowerShell-communicatie is ingeschakeld op de VMM-server en start de System Center Virtual Machine Manager-service opnieuw.

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
VMM-server niet bereikbaar via PowerShell 2.0
PowerShell 2.0 kan niet met de VMM-beheerserver communiceren. Computernaam: {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>