This section describes in detail how to backup and restore virtual machine running on Microsoft Hyper-V Server with OBM.
A VM can be restored to the original location with the following conditions:
Important: Virtual machine backed up with the MS VM backup module can only be restored to the original Hyper-V server.
Refer to the following instructions to restore VM running on Microsoft Hyper-V Server.
Note: Select the Initial Store to restore the Authorization Manager Security (role based access control) settings
Important: For restore of existing virtual machine (restoring a previous version), the existing virtual machine will be removed before the restore process begin.
Important: If the following error is displayed during the startup, please remove the Saved State of the corresponding VM.
In Hyper-V Manager, right click on the corresponding VM and select [Delete Saved State], start the VM again afterward.
Continue to the next steps for instruction to remove the missing virtual disk from the virtual machine's configuration.
For original virtual machine with no snapshot
Important: If the following error is displayed during the startup, please remove the Saved State of the corresponding VM.
In Hyper-V Manager, right click on the corresponding VM and select [Delete Saved State], start the VM again afterward.
For original virtual machine with snapshot
Important: Serious problem may occur if the configuration files are incorrectly modified; it may prevent the virtual machine from starting.
Please only perform the following procedures if you have in-depth knowledge on Hyper-V management.
${VM-Location}\Virtual Machine\${VM-GUID}.xml
<controller0>
<drive0>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Name_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive0>
<drive1>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Second_Disk_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive1>
</controller0>
<type type="string">VHD</type>To
<type type="string">NONE</type>
<controller0>
<drive0>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Name_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive0>
<drive1>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Second_Disk_GUID.avhd</pathname>
<type type="string">NONE</type>
</drive1>
</controller0>
${VM-Location}\Snapshots\${GUID}.xml
<controller0>
<drive0>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Name_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive0>
<drive1>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Second_Disk_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive1>
</controller0>
<type type="string">VHD</type>To
<type type="string">NONE</type>
<controller0>
<drive0>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Name_GUID.avhd</pathname>
<type type="string">VHD</type>
</drive0>
<drive1>
<pathname type="string">D:\Hyper-V\Virtual Machine Name\Virtual Hard Disks\Second_Disk_GUID.avhd</pathname>
<type type="string">NONE</type>
</drive1>
</controller0>
Important: The restored virtual machine does not support the reversion of previous snapshots if they contain virtual disks not restored.
Important: If the following error is displayed during the startup, please remove the Saved State of the corresponding VM.
In Hyper-V Manager, right click on the corresponding VM and select [Delete Saved State], start the VM again afterward.