If you see such errors in the Hyper-V event log, and fail to delete the damaged virtual machine in the Hyper-V manager. Just go to ‘C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines’ and delete the file which filename is the same as the virtual machine ID. After that, the damage virtual machine should be gone in your Hyper-V manager. If … Continue reading How to Manually Remove a Damaged Hyper-V Virtual Machine
Hyper-V Best Practice Analyzer for Windows 2008 R2
Hyper-V BPA for Windows Server 2008 R2 is now available, and it can be downloaded here - http://support.microsoft.com/kb/977238 After installed, expand the ‘Server Manager/Roles/Hyper-V’ in the left pane of Server Manager console. Then choose ‘Scan This Role’ in the right pane.
Hyper-V: A device attached to the system is not functioning
We have a Windows 2008 Hyper-V cluster VM failed every night in the past week. And it gives me the error: 'VM-01' Microsoft Emulated IDE Controller (Instance ID {83F84444B-8DCA-4152-9EDA-2CA8B33034B8}): Failed to Power on with Error 'A device attached to the system is not functioning.' (0x8007001F). (Virtual machine ID 1241E22E-E750-44C7-91F7-7588C8FBB9AE) After a quick search, I found … Continue reading Hyper-V: A device attached to the system is not functioning
List Running Processes Test Failed in Cluster Validation
If the Windows 2008 cluster validation failed to list the running process on some nodes, you can try to restart the process that has high handle counts. Use the PowerShell command to list the handlecounts in order - gwmi win32_process –computer localhost | sort handlecount | select name, handlecount In my example, the the CcmExec.exe … Continue reading List Running Processes Test Failed in Cluster Validation
VSS Issues on Windows 2003 Servers
Using VSS backup against the SQL server that is on Windows 2003 servers looks to me is always problematic. Here are some good articles talking about how to troubleshoot. http://support.microsoft.com/kb/940032 http://sql-blogs.com/2012/01/17/troubleshooting-vss-writer-issues/ http://blogs.msdn.com/b/sqlserverfaq/archive/2009/04/28/informational-shedding-light-on-vss-vdi-backups-in-sql-server.aspx