search for: kexec_and_kdump

Displaying 2 results from an estimated 2 matches for "kexec_and_kdump".

2012 Oct 06
1
kdump on Xen 4.1, ubuntu 12.04 and kernel 3.2.0
I seem to be struggling with setting up kdump to debug Xen/dom0 freeze. According to http://xenbits.xen.org/docs/unstable/misc/kexec_and_kdump.txt the "crashkernel=" parameter must be passed to the Xen hypervisor. When it is passed to Xen I dont see "Crash Kernel" under System RAM in /proc/iomem inside dom0. I am missing something obvious here. Could someone please explain why the crash kernel region is not listed in /...
2008 Aug 11
0
[patch] kexec and kdump documentation for xen
Add guide to using the kexec and kdump facility in xen. Signed-off-by: Simon Horman <horms@verge.net.au> --- I the work on this document using an ia64 machine and qemu emulating x86_32. I am yet to verify it on x86_32 hardware or x86_64. Index: xen-unstable.hg/docs/misc/kexec_and_kdump.txt =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ xen-unstable.hg/docs/misc/kexec_and_kdump.txt 2008-08-12 00:11:45.000000000 +1000 @@ -0,0 +1,213 @@ + +======================= +Kexec and Kdump for Xen +====================...