LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between kdb kdump and SysRq kdump (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-kdb-kdump-and-sysrq-kdump-4175525645/)

Saleemmalik 11-17-2014 07:47 AM

Difference between kdb kdump and SysRq kdump
 
Hi,

I have a custom linux kernel version 2.6.32 running as a VM on Hyper-V 2008 R2 with 2vCPUs.

When I am triggering kdump using the magic sysrq (sh#echo c > /proc/sysrq-trigger), the VM gets rebooted in the middle of starting the capture kernel. This happens intermittently with no reason for the reboot. The Windows eventlog shows it is a CPU triple fault issue.

But, when I trigger kdump after entering in to kernel kdb mode (kdb#kdump), kdump is working successfully for multiple times.

Code:

My kdump commandline is
Kernel command line: root=/dev/ram0 nmi_watchdog=0 irqpoll maxcpus=1 reset_devices no_timer_check debug  ata_piix.prefer_ms_hyperv=0 console=ttyS0,9600n8 ip=none

So, what is the difference between the two methods? Is there any interrupt which is not properly handle in sysrq kdump ?
Please explain ?

Thanks in advance,
Saleem

Saleemmalik 11-26-2014 07:05 AM

Hello experts,

Could someone answer this?

Thanks,
Saleem


All times are GMT -5. The time now is 06:46 PM.