Administrator
|
I didn't test this yet, but I think that you can do it by getting OVA Exports from your ODA environments.
Normally in OVA files, you have the virtual disk file(s) in VMDK format, an OVF file that holds the virtual machine(s) configuration, and other files such as a manifest and certificate.
However; the file format in ODA is different than VMDK.
So the problem is that, as far as I see, there is no documentation for doing this on ODA. (for exporting a VM as OVA)
Also, I don't see any automatic tool on ODA for doing this on ODA.
Still, you should be able to do it using third party tools.
For example the qemu-img utility - qemu convert can convert an img file to vmdk..
So you need to do that convertion by a manual work and you need try .. you understand what I mean?
|