<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hung Server - kdump enabled - Can Dump be forced on Reboot? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673584#M41833</link>
    <description>We've a new SmartIron RHEL 5.5 server.&lt;BR /&gt;&lt;BR /&gt;It just suddenly hung.&lt;BR /&gt;&lt;BR /&gt;Would it be possible to capture kernel dump on next boot?&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Aug 2010 14:10:16 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2010-08-11T14:10:16Z</dc:date>
    <item>
      <title>Hung Server - kdump enabled - Can Dump be forced on Reboot?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673584#M41833</link>
      <description>We've a new SmartIron RHEL 5.5 server.&lt;BR /&gt;&lt;BR /&gt;It just suddenly hung.&lt;BR /&gt;&lt;BR /&gt;Would it be possible to capture kernel dump on next boot?&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 14:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673584#M41833</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-08-11T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Server - kdump enabled - Can Dump be forced on Reboot?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673585#M41834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a Red Hat specific article:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://magazine.redhat.com/2007/08/15/a-quick-overview-of-linux-kernel-crash-dump-analysis/" target="_blank"&gt;http://magazine.redhat.com/2007/08/15/a-quick-overview-of-linux-kernel-crash-dump-analysis/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can either choose diskdump or netdump.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Viktor&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673585#M41834</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-08-12T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Server - kdump enabled - Can Dump be forced on Reboot?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673586#M41835</link>
      <description>Let's make it simple:&lt;BR /&gt;&lt;BR /&gt;Linux Hangs&lt;BR /&gt;Poor Admin has no choice but to reset/Post the Poor X86 Box.&lt;BR /&gt;On other "platforms" - one can TOC so on next reboot -- it forces a dump.&lt;BR /&gt;&lt;BR /&gt;Is there something similar in Linux?</description>
      <pubDate>Thu, 12 Aug 2010 23:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673586#M41835</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-08-12T23:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Server - kdump enabled - Can Dump be forced on Reboot?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673587#M41836</link>
      <description>Hi Alzhy, &lt;BR /&gt;&lt;BR /&gt;on a reboot AFAIK you can't force a dump, but from the os you can. Here is the procedure for kdump, which we use on SuSE:&lt;BR /&gt;&lt;BR /&gt;1.) edit menu.lst, add a crashkernel parameter like this:&lt;BR /&gt;&lt;BR /&gt;crashkernel=64M@16M&lt;BR /&gt;&lt;BR /&gt;2.) install kexec-tools and kdump&lt;BR /&gt;&lt;BR /&gt;3.) enable sysrq in case it is turned off:&lt;BR /&gt;&lt;BR /&gt;# echo 1 &amp;gt; /proc/sys/kernel/sysrq&lt;BR /&gt;&lt;BR /&gt;4.) you should have a kernel compiled with sysrq support, (CONFIG_MAGIC_SYSRQ=yes)&lt;BR /&gt;Check it if it is enabled in /proc/config or /proc/config.gz&lt;BR /&gt;&lt;BR /&gt;5.) with the following command you can trigger an instant reboot with a crashdump:&lt;BR /&gt;&lt;BR /&gt;# sync; sync; echo c &amp;gt; /proc/sysrq-trigger&lt;BR /&gt;&lt;BR /&gt;or you can also trigger it with the following key combination:&lt;BR /&gt;&lt;BR /&gt;Alt+SysRq(PrintScreen)+C&lt;BR /&gt;&lt;BR /&gt;6.) you'll find the dump in /var/log/dump&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;Viktor</description>
      <pubDate>Fri, 13 Aug 2010 14:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673587#M41836</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-08-13T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Server - kdump enabled - Can Dump be forced on Reboot?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673588#M41837</link>
      <description>As far asI understand, you have the dump mechanism configured; you just need a way to trigger it manually now.&lt;BR /&gt;&lt;BR /&gt;The Alt+SysRq+C key combination (as mentioned by Viktor) on the system console might work even if the console is otherwise hung. &lt;BR /&gt;&lt;BR /&gt;The rest is hardware dependent. Some servers have a button which can be used to force a NMI interrupt: I think that can be used to trigger a Linux crash dump in some situations. Others have configurable "watchdog" hardware features (like ASR on HP Proliant hardware) which can automatically trigger a crash reboot if the userspace is hung for more than a pre-determined time... but that wouldn't help you in your current situation because it must be configured in advance.&lt;BR /&gt;&lt;BR /&gt;I'm not at all familiar with SmartIron hardware.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 16 Aug 2010 09:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-server-kdump-enabled-can-dump-be-forced-on-reboot/m-p/4673588#M41837</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-16T09:50:33Z</dc:date>
    </item>
  </channel>
</rss>

