is there any tools available that i can run on a desktop to create a complete copy of it that i can use to run in VMWare Workstation 6.5?

Also I did use the import feature to do it to one desktop but because if goes over the network it took approx 7 hours to complete.

link|improve this question

67% accept rate
feedback

3 Answers

up vote 13 down vote accepted

Yes. VMware vCenter Converter

link|improve this answer
feedback

As an update to this, Workstation 8 comes with a P to V converter

link|improve this answer
Aww Sweet! Didn't know that/ – JamesBarnett Nov 28 '11 at 2:55
feedback

Alternatively you can image the disk, use the Qemu tool qemu-img to convert it to a VMware disk file:

qemu-img convert -f raw raw.img -O vmdk new.vmdk

And that's basically it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.