Erreichbarkeit von System Center 2012 Virtual Machine Manager-VMMServer über Powershell 2.0

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

Überwacht, ob Remoting per PowerShell 2.0 aktiviert und auf dem VMM-Verwaltungsserver verfügbar ist.

Knowledge Base article:

Zusammenfassung

Mit diesem Monitor wird angegeben, ob der VMM-Server von einem Operations Manager-Verwaltungsserver aus über PowerShell-Remoting erreichbar ist.

Ursachen

Ein Wechsel dieses Monitors in einen fehlerhaften Status erfolgt, wenn der VMM-Server nicht von Operations Manager-Verwaltungsserver über Powershell-Remoting erreichbar ist. Für die Funktion "VMM Performance and Resource Optimization (PRO)" müssen PRO-Wartungsaktionen mit PowerShell-Remoting initiiert werden.

Lösungen

Stellen Sie sicher, dass PowerShell-Remoting auf dem VMM-Server aktiviert ist, und starten Sie den System Center Virtuell Machine Manager-Dienst neu.

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 ist nicht über Powershell 2.0 erreichbar.
PowerShell 2.0 kann den VMM-Verwaltungsserver nicht erreichen. Computername: {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>