Agente VMM de System Center 2012 Virtual Machine Manager accesible

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

Supervisa si el agente VMM es accesible

Knowledge Base article:

Resumen

El monitor Monitor de agente de VMM indica la disponibilidad del agente Virtual Machine Manager en un host de máquina virtual administrado o en un servidor de biblioteca. Si el agente VMM no está accesible, el monitor se encuentra en estado crítico (rojo). Si no se conoce el estado, la supervisión no ha comenzado aún para el servidor.

Causas

Un estado incorrecto de este servidor de biblioteca o host indica que el servicio Agente Virtual Machine Manager no está accesible en el servidor.

Soluciones

Para solucionar el problema de un estado no correcto del monitor del servicio del agente:

1

Reinicie el servicio del agente Virtual Machine Manager en el host o en el servidor de biblioteca. Puede realizar esta operación con Servicios en Herramientas administrativas en el servidor o bien desde la Consola del operador mediante el procedimiento expuesto a continuación.

2

Si el problema no se soluciona al reiniciar el agente Virtual Machine Manager:

Compruebe que el host o el servidor de biblioteca están en línea.

Compruebe que el servidor de administración VMM se puede conectar al host o al servidor de biblioteca.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.AgentWatcher
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2012.TwoStatesMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Agente VMM no accesible
El estado del agente VMM es {1} en {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMAgentReachableMonitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.AgentWatcher" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.TwoStatesMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMAgentReachableMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.AgentWatcher"]/AgentStatus$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="VMMAgentReachableHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="VMMAgentReachableCritical" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ErrorExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">NeedsAttention</Value>
</ValueExpression>
<Operator CaseSensitive="false">Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.AgentWatcher"]/AgentStatus$</Value>
</ValueExpression>
</SimpleExpression>
</ErrorExpression>
<SuccessExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">NeedsAttention</Value>
</ValueExpression>
<Operator CaseSensitive="false">NotEqual</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.AgentWatcher"]/AgentStatus$</Value>
</ValueExpression>
</SimpleExpression>
</SuccessExpression>
</Configuration>
</UnitMonitor>