KVM is a bare metal virtualization software use to run several operating system on the same hardware. VDI is the file type used in VirtualBox, Sun Microsystems’ desktop virtualization product. A desktop virtualization product allows you to run an operating system in a window independent from your main operating system. VirtualBox and KVM use different file formats to store the virtual machine and transferring a KVM virtual machine to VirtualBox requires an indirect approach.
Category Archives: Virtualization
How To Mount a Linux LVM Partition in a XenServer Host
This article describes how to mount a Linux Logical Volume Manager (LVM) partition located inside a virtual disk (VDI) in a XenServer Host.
via CTX117791 – How To Mount a Linux LVM Partition in a XenServer Host – Citrix Knowledge Center.
Finally!!!!
I have never been a fan of logical volume management which seems to be a Red Hat thing. It completely complicates matters when mounting drives. XenServer, which is based off centos (I think) is littered with LVMs as the result of performing the above procedure will attest. I hope Citrix had a good reason for doing this.
Welcome to xen.org, home of the Xen® hypervisor
The Xen® hypervisor, the powerful open source industry standard for virtualization, offers a powerful, efficient, and secure feature set for virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It supports a wide range of guest operating systems including Windows®, Linux®, Solaris®, and various versions of the BSD operating systems
Converting a virtual disk image: VDI or VMDK to an ISO you can distribute
Distributing an ISO as opposed to a VM image allows it to be installed on any virtualization platform, as well as on bare metal, with the added bonus of running live.
Converting a virtual disk image: VDI or VMDK to an ISO you can distribute | TurnKey Linux Blog.
Virtual Machine Manager
The “Virtual Machine Manager” application (virt-manager for short package name) is a desktop user interface for managing virtual machines. It presents a summary view of running domains, their live performance & resource utilization statistics. The detailed view graphs performance & utilization over time. Wizards enable the creation of new domains, and configuration & adjustment of a domain’s resource allocation & virtual hardware. An embedded VNC client viewer presents a full graphical console to the guest domain
OpenXenManager
OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network. OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix).
Via OpenXenManager | Download OpenXenManager software for free at SourceForge.net.
Citrix XenServer Downloads
Download Free XenServer
Enterprise-ready, cloud-proven server virtualization platform
VMX-file parameters
the shorter the better
Most of the times shorter vmx-files are better than long ones 😉
Don’t use parameters just because they were listed once in
a vmx-file created with vmxbuilder or easyvmx or Workstation.
These 3 tools usually write quite good vmx-files – anyway: homegrown is the best 😉
Converting VMWare Workstation images to VMWare ESXi 3.5
Use SCP to copy your Workstation files over to the ESX server. The path is /vmfs/volumes/YourDataStore. Next, ssh into your ESX server and run the following command:
vmkfstools -i sourcefile.vmdk /vmfs/vmfsname/destinationfile.vmdk
Once that process is complete you can point ESX at that file and start it up. Make sure you delete the source files so you aren’t wasting space on the ESX server.
via Righteous Hack » Converting VMWare Workstation images to VMWare ESXi 3.5.
This worked. The VMware converter failed on two VMs made with Workstation but copying them over and using this command does the trick. Problem solved! (I hope)
Converter completely failed on Windows 7 and apparently there’s a hack where the type of OS needs to be changed in Workstation settings for the VM. My PBX in a flash vm wouldn’t boot from its hd after conversion because the converter lost its partition. I confirmed this by booting vm into knoppix and checking the partitions. IMHO, converter creates more work than just copying the vm manually. I fixed my piaf vm by manually copying the .vmdk file over and using the command above. Will do more experiments later.
Examples Using the VMware Virtual Disk Manager
The following examples illustrate how to use the virtual disk manager. You run the virtual disk manager from a command prompt.