Xen: How to Convert An Image-Based Guest To An LVM-Based Guest

This short article explains how you can move/convert a Xen guest that uses disk images to LVM volumes. Virtual machines that use disk images are very slow and heavy on disk IO, therefore it’s often better to use LVM. Also, LVM-based guests are easier to back up (using LVM snapshots).

I do not issue any guarantee that this will work for you!

Via Xen: How to Convert An Image-Based Guest To An LVM-Based Guest | HowtoForge – Linux Howtos and Tutorials.

Importing Kensho OVF to ESX

OVF is a format that describes virtual appliances; these could be single or multiple machine. In doing so, OVF describes the virtual hardware and physical requirements of each machine.

Via Importing Kensho OVF to ESX | Citrix Blogs.

In my example I am going to use XenConvert to create an OVF Appliance from a XenServer XVA (that is an export of a XenServer VM), modify that using a VMware created OVF, and then import to ESX.

Device eth0 does not seem to be present error after cloning a linux machine

After some searching, i found out that there is a device manager for the Linux kernel named “udev” which remembers the settings from the NIC of the virtual machine before it was cloned. To fix the issue simply delete the the following file and it will be regenerated properly on reboot.

/etc/udev/rules.d/70-persistent-net.rules

via Random IT Stuff » ‘Device eth0 does not seem to be present’ error after cloning a linux machine.

This worked for me with a VirtualBox clone that was giving me problems.  Google is simply an amazing resource!  And kudos to the linked site for coming up first with a no nonsense answer.