System Center 2019+ Virtual Machine Manager — monitorowanie dostępności serwera VMM za pośrednictwem środowiska PowerShell 2.0

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Służy do monitorowania, czy zdalna obsługa środowiska PowerShell 2.0 została włączona i jest dostępna na serwerze zarządzania VMM

Knowledge Base article:

Podsumowanie

Ten monitor wskazuje, czy można nawiązać połączenie z serwerem VMM za pośrednictwem serwera zarządzania Operations Manager przy użyciu komunikacji zdalnej środowiska PowerShell.

Przyczyny

Monitor zgłasza nieprawidłowy stan, gdy serwer VMM nie jest dostępny za pośrednictwem serwera zarządzania Operations Manager przy użyciu komunikacji zdalnej środowiska PowerShell. Pakiet Performance and Resource Optimization (PRO) programu VMM do wywołania oferowanych czynności korygujących wymaga komunikacji zdalnej środowiska PowerShell.

Rozwiązania

Sprawdź, czy komunikacja zdalna środowiska PowerShell została włączona na serwerze VMM, i uruchom ponownie usługę programu 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
Serwer VMM nie jest osiągalny za pośrednictwem środowiska Powershell 2.0
Środowisko PowerShell 2.0 nie może nawiązać połączenia z serwerem zarządzania VMM. Nazwa komputera: {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>