Comments on Xen On Debian Wheezy With LVM
Xen On Debian Wheezy With LVM With virtualization, you can use one big server to host lots of little servers. It's almost like having your own cloud! This tutorial covers installing Xen and your first virtual machine on top of Debian Wheezy.
2 Comment(s)
Comments
When "First, we need to tell Debian to boot Xen instead of its usual kernel", dpkg-divert command should be split in two lines instead of only one:
< dpkg-divert --divert /etc/grub.d/08_linux_xen --rename /etc/grub.d/20_linux_xen update-grub
Should be...
> dpkg-divert --divert /etc/grub.d/08_linux_xen --rename /etc/grub.d/20_linux_xen > update-grub
Hello,
i am trying to create a guest operating system with this tool like this :
xen-create-image --hostname=tutorial-pv-guest \ --memory=512mb \ --vcpus=2 \ --lvm=vg0 \ --dhcp \ --pygrub \ --dist=wheezybut i had to many error could you please help me, i am following Xen Project beginners debian and i downloaded Xen to test VM
root@debian:~# xen-create-image --hostname=tutorial-pv-guest --ip=135.238.224.30 --netmask=135.238.224.1 --vcpus=2 --lvm=vg0 --pygrub WARNING: No gateway address specified!General Information--------------------Hostname : tutorial-pv-guestDistribution : jessieMirror : http://ftp.debian.org/debian/Partitions : swap 128M (swap) / 4G (ext3)Image type : fullMemory size : 128MBootloader : pygrubNetworking Information----------------------IP Address 1 : 135.238.224.30 [MAC: 00:16:3E:BB:8C:08]Netmask : 135.238.224.1Creating swap on /dev/vg0/tutorial-pv-guest-swapDoneCreating ext3 filesystem on /dev/vg0/tutorial-pv-guest-diskDoneInstallation method: debootstrapRunning command 'xt-install-image --hostname=tutorial-pv-guest --location=/tmp/8DPOlHvEna --dist=jessie --install-method=debootstrap --mirror=http://ftp.debian.org/debian/ --cache=yes --cachedir=/var/cache/apt/archives/ --arch=amd64 2>&1' failed with exit code 32512.AbortingSee /var/log/xen-tools/tutorial-pv-guest.log for details/tmp/8DPOlHvEna/etc/ssh/ssh_host_rsa_key.pub: No such file or directoryRunning command 'umount /tmp/8DPOlHvEna/proc 2>&1' failed with exit code 8192.AbortingSee /var/log/xen-tools/tutorial-pv-guest.log for details