Differences between revisions 4 and 5
Revision 4 as of 2011-09-12 15:15:54
Size: 779
Editor: PieterSmit
Comment: add link to BigDatacenters
Revision 5 as of 2012-02-18 18:35:33
Size: 841
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
== Admin Tools ==
 * Convirture http://www.convirture.com

Virtualization on Linux

Convert from Virtualbox(Oracle) to KVM(RedHat)

  1. Convert the VirtualBox VDI file into a RAW image.

    • $ VBoxManage clonehd --format RAW MyTestVM.vdi MyTestVM.raw
  2. Convert the RAW image into a QCOW file.
    • $ qemu-img convert -f raw MyTestVM.raw -O qcow2 MyTestVM.img
  3. Voila. Go into virt-manager, create the machine, and use your newly created image.

Admin Tools

...


CategoryLinux

linux/Virtualization (last edited 2017-11-10 22:41:35 by PieterSmit)