VMMServer accesible mediante Powershell 2.0 de System Center 2012 Virtual Machine Manager

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

Supervisa si la comunicación remota de PowerShell 2.0 está habilitada y disponible en el servidor de administración VMM

Knowledge Base article:

Resumen

Este monitor indica si el servidor VMM es accesible mediante PowerShell comunicándose remotamente desde un servidor de administración de Operations Manager.

Causas

Si el servidor VMM no es accesible mediante Powershell comunicándose remotamente desde un servidor de administración de Operations Manager, el estado de este monitor es incorrecto. La característica Optimización de rendimiento y recursos (PRO) de VMM depende de la comunicación remota de PowerShell para invocar acciones correctoras de Optimización de rendimiento y recursos (PRO).

Soluciones

Asegúrese de que la comunicación remota de PowerShell está habilitada en el servidor VMM y reinicie el servicio 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
VMMServer no accesible mediante Powershell 2.0
PowerShell 2.0 no puede tener acceso al servidor de administración VMM. Nombre del equipo: {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>