可通过 Powershell 2.0 访问的 System Center 2012 Virtual Machine Manager VMMServer

Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerReachableMonitor (UnitMonitor)

监视 PowerShell 2.0 远程处理是否已启用并在 VMM 管理服务器上可用

Knowledge Base article:

概述

此监视器指示是否可以从 Operations Manager 管理服务器中通过 PowerShell 远程处理访问 VMM 服务器。

原因

如果从 Operations Manager 管理服务器中通过 Powershell 远程处理无法访问 VMM 服务器,则此监视器的状态不正常。 VMM 性能和资源优化 (PRO) 功能依靠 PowerShell 远程处理来调用性能和资源优化 (PRO) 更新操作。

解决方案

确保在 VMM 服务器上启用 PowerShell 远程处理并重新启动 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.2012.VMMServerReachableUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
无法通过 Powershell 2.0 访问 VMMServer
PowerShell 2.0 无法访问 VMM 管理服务器。 计算机名: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerReachableMonitor" Accessibility="Public" Target="SC!Microsoft.SystemCenter.ManagementServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMServerReachableUnitMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.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>