TOPIC 3

Date: 2/6/2019
Server virtualization with KVM
Linux System Administration


Exercise: deploy a VM appliance with ubuntu-18.04



cd /tmp
wget http://192.168.5.240/coursefiles/kvm-18.04.tgz
  • Untar the archive
  • The xml files needs to be placed into directory /etc/libvirt/qemu
  • The disk image needs to be placed into directory /var/lib/libvirt/images
    Deploy the VM


  • Take me to the Course Website