Xen: Difference between revisions

From DWIKI
Line 18: Line 18:
==Xen clustering/HA==
==Xen clustering/HA==
*[http://www.asplund.nu/xencluster/xen-cluster-howto.html Xen cluster howto]
*[http://www.asplund.nu/xencluster/xen-cluster-howto.html Xen cluster howto]
*{http://lcmc.sourceforge.net/ Linux Cluster Management Console]
*http://lcmc.sourceforge.net/ Linux Cluster Management Console]
*[http://te.to/~ts1/xen_cluster.html HA Xen Cluster with DRBD, LVM and heartbeat]
*[http://te.to/~ts1/xen_cluster.html HA Xen Cluster with DRBD, LVM and heartbeat]
*http://www.drbd.org/users-guide/s-xen-heartbeat.html
*http://www.drbd.org/users-guide/s-xen-heartbeat.html

Revision as of 10:42, 16 September 2016

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

Possible booting wrong kernel, otherwise try:

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


xl: unable to exec console client: No such file or directory

set "memory = 320" in the config file

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