System Center 2016 Virtual Machine Manager Powershell 2.0을 통해 VMMServer 연결 가능

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

VMM 관리 서버에서 PowerShell 2.0이 사용되도록 설정되었고 사용 가능한지 여부를 모니터링합니다.

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.2016.VMMServerReachableUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Powershell 2.0을 통해 VMMServer 연결 불가능
PowerShell 2.0에서 VMM 관리 서버에 연결할 수 없습니다. 컴퓨터 이름: {0}
RunAsDefault

Source Code:

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