System Center 2019+ Virtual Machine Manager VMMServer Alcançável Através de Powershell 2.0

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Monitoriza se o sistema de interação remota do PowerShell 2.0 está ativado e disponível no servidor de gestão do VMM

Knowledge Base article:

Resumo

Este monitor indica se o VMM Server pode ser contactado através do sistema de interação remota do PowerShell de um servidor de gestão do Operations Manager.

Causas

Se não for possível contactar o servidor VMM através do sistema de interação remota do Powershell de um servidor de gestão do Operations Manager, este monitor apresentará um estado danificado. A funcionalidade Performance and Resource Optimization (PRO) do VMM baseia-se no sistema de interação remota do PowerShell para invocar ações de remediação do PRO.

Resoluções

Certifique-se de que o sistema de interação remota do PowerShell se encontra ativado 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
VMMServer não alcançável através de Powershell 2.0
O PowerShell 2.0 não consegue alcançar o servidor de gestão 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>