System Center 2019+ Virtual Machine Manager 라이브러리 서버 사용 가능

Microsoft.SystemCenter.VirtualMachineManager.LibraryServerAvailableMonitor (UnitMonitor)

라이브러리 서버가 사용 가능한지 여부를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 라이브러리 서버의 Virtual Machine Manager(VMM) 에이전트용 롤업 모니터입니다. VMM 에이전트가실행되고있지않으면모니터가위험상태(빨강)입니다. 상태를 알 수 없으면 이 개체의 모니터링이 아직 시작되지 않은 것입니다.

원인

비정상 상태는 라이브러리 서버에서 Virtual Machine Manager 에이전트 서비스가 실행되고 있지 않음을 나타냅니다.

해결 방법

중지된 VMM 에이전트의 문제를 해결하려면 다음을 수행합니다.

1

라이브러리 서버의 Virtual Machine Manager 에이전트 서비스를 다시 시작합니다. 서버의 관리 도구에서 서비스를 사용하거나 운영 콘솔에서 이후에 표시되는 절차에 따라 이 작업을 수행할 수 있습니다.

2

Virtual Machine Manager 에이전트를 다시 시작해도 문제가 해결되지 않으면 라이브러리 서버가 온라인 상태인지 확인합니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.LibraryServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.TwoStatesMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
라이브러리서버사용불가능
라이브러리 서버 {1}의 상태가 {0}입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.LibraryServerAvailableMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.LibraryServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.TwoStatesMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.LibraryServerAvailableMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.LibraryServer"]/State$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="LibraryServerAvailabe" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="LibraryServerNotAvailabe" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>180</IntervalSeconds>
<TimeoutSeconds>180</TimeoutSeconds>
<ErrorExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">OK</Value>
</ValueExpression>
<Operator CaseSensitive="false">NotEqual</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.LibraryServer"]/State$</Value>
</ValueExpression>
</SimpleExpression>
</ErrorExpression>
<SuccessExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">OK</Value>
</ValueExpression>
<Operator CaseSensitive="false">Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.LibraryServer"]/State$</Value>
</ValueExpression>
</SimpleExpression>
</SuccessExpression>
</Configuration>
</UnitMonitor>