System Center 2012 Virtual Machine Manager - Serviço VMM

Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.Monitor (UnitMonitor)

Monitora o estado do serviço System Center Virtual Machine Manager

Knowledge Base article:

Resumo

O monitor de Serviço do VMM indica o estado do serviço System Center Virtual Machine Manager no servidor do VMM. Se o serviço System Center Virtual Machine Manager não estiver em execução, o monitor estará em um estado crítico (Vermelho). Se o estado for desconhecido, o monitoramento ainda não começou para o serviço System Center Virtual Machine Manager.

Causas

Um estado não íntegro indica que o serviço System Center Virtual Machine Manager não está em execução.

Resoluções

Quando o serviço System Center Virtual Machine Manager é desligado devido a um erro, ele tenta ser reiniciado sem nenhuma intervenção.

Se o serviço não for reiniciado por conta própria, ou se continuar a ser desligado quando você tentar reiniciá-lo, execute as etapas a seguir:

1

Verifique se há eventos no log do sistema ou no log de eventos do VM Manager capazes que explicar melhor a situação.

2

Verifique se o Virtual Machine Manager consegue se conectar ao SQL Server, especificamente se o banco de dados do VMM se encontra em uma instância remota do SQL Server.

3

Verifique se nenhuma das portas usadas pelo Virtual Machine Manager está em uso por outros aplicativos no servidor do VMM. Para obter informações sobre as portas padrão utilizadas pelo Virtual Machine Manager, consulte os requisitos de rede do Virtual Machine Manager (http://go.microsoft.com/fwlink/?LinkId=268228) na Biblioteca TechNet do VMM.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serviço do Virtual Machine Manager interrompido
O serviço System Center Virtual Machine Manager foi interrompido no computador. Nome do computador: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.Monitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Success"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>SCVMMService</ServiceName>
</Configuration>
</UnitMonitor>