Dostupnost serveru knihoven nástroje System Center 2016 Virtual Machine Manager

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

Sleduje, zda je server knihoven dostupný.

Knowledge Base article:

Souhrn

Tento monitor je souhrnem pro agenta nástroje Virtual Machine Manager (VMM) v serveru knihovny. Pokud agent VMM neběží, monitor je v kritickém stavu (červený). Pokud je stav neznámý, monitorování objektu ještě nezačalo.

Příčiny

Stav Není v pořádku naznačuje, že agent služby Virtual Machine Manager neběží na serveru knihovny.

Řešení

Odstraňování potíží zastaveného agenta VMM:

1

Restartujte službu agenta Virtual Machine Manager na serveru knihovny. To lze provést pomocí položky Služby v části Nástroje pro správu na serveru nebo pomocí funkce Operations Console použitím postupu, který následuje po aktuálním postupu.

2

Pokud restart agenta Virtual Machine Manager problém nevyřešil, ujistěte se, že je server knihovny online.

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.2016.TwoStatesMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Server knihoven nedostupný
Stav serveru knihoven {1} je {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.LibraryServerAvailableMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.LibraryServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2016.TwoStatesMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.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>