Event ID 14080 — Virtual Machine Start Operation
Applies To: Windows Server 2008
This is preliminary documentation and subject to change.
Virtual Machine Start Operation
Event Details
Product: | Windows Operating System |
ID: | 14080 |
Source: | Microsoft-Windows-Hyper-V-VMMS |
Version: | 6.0 |
Symbolic Name: | MSVM_VMMS_VM_AUTO_RESTART_ERROR |
Message: | Failed to automatically restart the virtual machine. Virtual machine ID=%2. |
Resolve
Retry virtual machine start
Check the environment in which the start virtual machine operation was being attempted, including:
- access and permissions to the configuration file, memory file and all image files
- prior error messages in the event log
- available RAM on the system
- configuration settings
- disk space for the memory file and any expanding virtual hard disks
Once the necessary issues have been rectified, try to start the virtual machine again.
If the problem continues, restart the VMMS Service.
To restart VMMS using the Service Manager:
1. In the Hyper-V Manager click the server on which you want to stop the service, then click Action, then click Stop Service.
2. Click Action, and then click Start Service.
To restart the VMMS service using the command prompt:
1. On the computer that has the stopped service, open a command prompt as local administrator and type the following:
net stop nvpswmi
If the service is not running, you will see the error "The Hyper-V Networking Management service is not started."
3. On the command prompt type the following command to start the nvpswmi service
net start nvspwmi
If the service start starts you will see the message "The Hyper-V Networking Management service was start successfully."
To restart VMMS using PowerShell:
1. On the computer that has the stopped service, open a command prompt as local administrator and type the following:
C:\PS>restart-service vmms
Verify
The virtual machine is able to start successfully.