Salta al contenuto principale

Feature Request - Convert To Virtual DISK

Thread needs solution

Hi,

Please could I request a feature for Backup and Recovery 10.

We have a system where our customers backup using Acronis each night to a NAS drive and then should there server fail we would take the image, convert it to a VMDK file and boot the vmdk file using vmware server.

This works great in True Image Server in that all you need to do is go to tools/convert to virtual disk/add the image/choose the output type and location and off it goes. You can then take the converted vmdk file, add it as a virtual hard drive in vmware and boot the machine.

This doesn't work as well in B&R10, I know the idea is now that you can convert the image into a virtual machine but you then have to import that virtual machine into vmware which is an extra step and takes extra time. I know you can just browse to the location where you have chosen to create the virtual machine and pick the vmdk files up from there but if you have more than one hard drive the vmdk files are not names in a way where you can distinguish which is hard drive 1/2 etc plus the 1 time I did try this the machine wouldn't boot.

I have now found that the best way in B&R10 to convert to virtual disk is using the command line tool trueimagecmd but this has been problematic when converting Dynamic disks in that it would convert disk 1 which was a basic disk fine, then when it got to disk 2 which was a dynamic disk it finished almost instantly and had just created a blank vmdk file. There was definately no problem with the image because I could mount the tib file and browse the files on the dynamic disk fine, just not convert the disk to a vmdk file using the command line.

If you could just re-add the feature that True Image had so you can just convert the disks directly that would be great.

I would carry on using True Image if I could but some of our systems now run 2008 R2 which it doesn't support plus it doesn't support dynamic disks.

Thanks,
Danny

0 Users found this helpful

Further to my post above, I have been doing a bit more testing trying to work out why I can't use the trueimagecmd /convert tool to convert a dynamic disk to a vmdk and I think it may have something to do with the initial backup.
In the system I am testing it on there are 2 disks, one is a basic disk with 2 partitions and the second disk is a dynamic disk with 1 simple volume.
When I go to create the backup there is no mention of the second disk when I go into the part where you select the disks, it just says disk 1 and then the partitions and then under that it says Dynamic and GPT volumes and lists the simple volume.
I don't know if this is related but it would be good if you could convert GPT volumes to virtual disks using the trueimagecmd tool.

Futhermore I created an image selecting only the dynamic volume (f:\ drive) and when I tried to convert it this is the info I got in the log:

<?xml version="1.0" encoding="UTF-8" ?>
<log uuid="DE7AF307-0386-4EF4-8FBF-EEF01B540A54" product="Acronis Backup &amp; Recovery 10" version="10.0" build="12497" >
    <event id="1" level="2" module="1" code="503" time="1288270594" message="Analyzing partition '0-0'..." />
    <event id="2" level="2" module="1" code="503" time="1288270595" message="Analyzing partition '1-1'..." />
    <event id="3" level="2" module="1" code="503" time="1288270595" message="Analyzing partition 'C:'..." />
    <event id="4" level="2" module="1" code="503" time="1288270595" message="Analyzing partition 'D:'..." />
    <event id="5" level="2" module="1" code="503" time="1288270595" message="Analyzing partition '0-0'..." />
    <event id="6" level="2" module="1" code="503" time="1288270596" message="Analyzing partition 'F:'..." />
    <event id="7" level="4" module="100" code="172" time="1288270596" message="Virtual disk conversion failed." />
</log>

Thanks,
Danny