Update to Hyper-V R2 to solve backup/ VSS issues,

clip_image001 Update to Hyper-V R2 to solve backup/ VSS issues,

Recently I have come across an issue with long Boot times due to VSS and Backups causing the registry to grow up incorrectly,

Here is the solution:

The startup time increases every time after you back up the data on all the disks of the computer in Windows Server 2008 R2 if the computer runs some virtual machines

https://support.microsoft.com/kb/982210

On a computer that is running Windows Server 2008 R2 and that has the Hyper-V role installed, the startup time of the computer keeps increasing. After a while, the computer stops responding when the computer is in the startup process.
Note If the computer runs some virtual machines, this issue usually occurs when you frequently back up all the disks on the computer.
Additionally, many of the following PlugPlayManager events that have Event ID 12 are logged in the System log:

Log Name: System
Source: PlugPlayManager
Date: date time
Event ID: 12
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: computer name
Description:
The device 'MSFT Virtual HD SCSI Disk Device' (SCSI\Disk&Ven_MSFT&Prod_Virtual_HD\ GUID ) disappeared from the system without first being prepared for removal.

Note

· The size of the %SystemRoot%\system32\confg\system system registry hive increases after every backup operation..

· If you view the registry hive by using Registry Editor, the following registry entries are logged repeatedly. For example, the following registry entries are logged repeatedly 10000 times or more.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\SCSI\Disk&Ven_Msft&Prod_Virtual_Disk

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\STORAGE\Volume\{f1030a29-1024-11df-b7a9-001b214f4bef}#0000000006500000

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\DeviceClasses\{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}\##?#STORAGE#VOLUME#{E717314D-23B5-11DF-AA86-001B214F4BEF}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}"DeviceInstance"="STORAGE\\Volume\\{e717314d-23b5-11df-aa86-001b214f4bef}#0000000000100000"

This issue occurs because there are a large amount of orphaned registry keys.
The Volume Shadow Copy Service (VSS) snapshots create many registry keys. However, they are not deleted after the VSS snapshot operations are completed.

Hotfix and workaround:

work around this issue, perform one of the following operations:

· At a command prompt, type the following command, and then press ENTER:

devnodeclean

Note This command cleans up all the orphaned registry key entries.

· Schedule the devnodeclean command to run one time every week.

The startup time increases every time after you back up the data on all the disks of the computer in Windows Server 2008 R2 if the computer runs some virtual machines

https://support.microsoft.com/kb/982210