Dostupnost serveru VMMServer pomocí vzdálené komunikace PowerShell 2.0 nástroje System Center 1801+ Virtual Machine Manager

Microsoft.SystemCenter.VirtualMachineManager.VMMServerReachableMonitor (UnitMonitor)

Sleduje, zda je vzdálená komunikace PowerShell 2.0 na serveru správy nástroje VMM aktivována a dostupná.

Knowledge Base article:

Souhrn

Toto sledování naznačuje, zda je server VMM dosažitelný pomocí vzdáleného ovládání PowerShell ze serveru pro správu Operations Manager.

Příčiny

Pokud není server VMM dosažitelný pomocí vzdáleného řízení Powershell ze serveru pro správu Operations Manager, pak stav tohoto sledování Není v pořádku. Funkce VMM Performance and Resource Optimization (PRO) spoléhá na vzdálené řízení PowerShell, které vyvolává činnosti nápravy funkce Performance and Resource Optimization (PRO).

Řešení

Ujistěte se, že je vzdálené řízení PowerShell na serveru VMM povoleno, a restartujte službu 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
Server VMMServer nedosažitelný pomocí vzdálené komunikace PowerShell 2.0
Vzdálená komunikace PowerShell 2.0 se nemůže připojit k serveru správy nástroje VMM. Název počítače: {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>