Acceso al equipo denegado

Microsoft.SystemCenter.HealthService.ComputerDown (AggregateMonitor)

Este monitor indica si se puede realizar ping a un equipo.

Knowledge Base article:

Resumen

Este monitor de unidad generará un estado crítico cuando se produzca un error de latido si no se puede tener acceso al equipo mediante un ping de ICMP.

Esto indica que el servicio de mantenimiento de administración de System Center de destino de ese equipo ha perdido la conectividad de red con su servidor de administración primario.

Observe que aparecerán 2 alertas cuando el equipo esté fuera de línea:

Cuando se restaura la conectividad de red de equipos y se inicia el latido del servicio de mantenimiento de administración de System Center, ambas alertas se cierran automáticamente.

Causas

Esto puede deberse a:

Soluciones

Pruebe con las acciones siguientes para diagnosticar y solucionar este problema:

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Error al conectarse al equipo
No se ha podido acceder al equipo {0}.
Commentthis is aggregate monitor which has no contributors (that being regular unit monitors)

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ComputerDown" Comment="this is aggregate monitor which has no contributors (that being regular unit monitors)" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="High">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ComputerDown.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>