Xen

From DWIKI
Revision as of 19:26, 23 April 2016 by Tony (talk | contribs) (→‎FAQ)

Links


Docs


Xen clustering/HA

Hardware requirements

egrep '^flags.*pae' /proc/cpuinfo

Useful commands

xm dmesg
xen-create-image
xentop

FAQ

ERROR: Can't find hypervisor information in sysfs

Debian issue, run

/etc/grub.d/20_linux_xen
update-grub
reboot


Where did the memory of my dom0 go??

After killing a vm, xen keeps the memory reserved. If you really want to reclaim it, use:

xm mem-set 0 <the amount you want back>M

No network in windows

Domain does not exist

A vague way of telling you xm create failed to start?

Error: 'NoneType' object has no attribute 'rfind'

Debian thing, means install xen-qemu-dm-4.0