Virtualization

Virtualize physical Ubuntu linux server

This post describes how to create a bit for bit copy of a Ubuntu 14.04 LTS server using tools like gddrescue and qemu from a Ubuntu Live-CD. This procedure can actually be used to create a copy of any operating system, not just Ubuntu. This could probably have been done more easily and faster using […]

Read More
Virtualization

VMware ESXi host tips

Some of my VMware notes in short form, just publishing it since it has been in my drafts folder too long. Remove virtual adapter ala vmk0 # esxcli network ip interface remove -i vmk1 Configure IP on vmk # esxcli network ip interface ipv4 set -i vmk3 -I 10.255.2.37 -N 255.255.255.0 -t static List vmk […]

Read More
Linux

Using KVM as hypervisor on CentOS 7

This post describes how to use a CentOS 7 installation as hypervisor for a virtual machine running Ubuntu 14.04 LTS. These examples is just to show the basics on getting KVM virtualization up and running and should not be put in to production before considering the added value SElinux gives. Example 1 Since this VM […]

Read More