VMMServer Acessível via Powershell 2.0 do System Center 2019+ Virtual Machine Manager

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Monitora se a comunicação remota do PowerShell 2.0 está habilitada e disponível no servidor de gerenciamento do VMM

Knowledge Base article:

Resumo

Esse monitor indica se o Servidor do VMM pode ser acessado via comunicação remota do PowerShell em um servidor de gerenciamento do Operations Manager.

Causas

Se o servidor do VMM não estiver acessível via comunicação remota do Powershell em um servidor de gerenciamento do Operations Manager, esse monitor não terá um estado íntegro. O recurso PRO (Performance and Resource Optimization) do VMM depende da comunicação remota do PowerShell para invocar ações de remediação PRO.

Resoluções

Verifique se a comunicação remota do PowerShell está habilitada no servidor VMM e reinicie o serviço 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
O Servidor do VMM não está acessível via Powershell 2.0
O PowerShell 2.0 não pode acessar o servidor de gerenciamento do VMM. Nome do computador: {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>