<?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 Re: Kernel Panic in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824659#M59890</link>
    <description>&lt;P&gt;I almost forgot, once you have the above set up - whenever your OS panics - it should generate a kernel dump at the location you specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your Servr is behaving badly or seem to be "hung" - You can FORCE your server to generate a crash dump by invoking:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SysRQ+c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may also help to do several SysRQ+t before doing SysRQ+c so the crash log/dump/etc will capture the various threads running while yor OS is having issues or is "hung"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers and hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2011 14:36:46 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-07-13T14:36:46Z</dc:date>
    <item>
      <title>Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4817993#M59886</link>
      <description>&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometime it's difficult to investigate the root cause when receiving error kernel panic. What we did is reboot the server and it back to normal. However, would you share with me is there has any away to trace back/any script execute to translate the error&amp;nbsp; why/what is going on.&lt;/P&gt;&lt;P&gt;Rebooted the server for several times without knowing the root caused is very bad and would be trouble to server for long term,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 01:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4817993#M59886</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-08T01:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4821539#M59887</link>
      <description>&lt;P&gt;Shalom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd /etc/rc.config.d&lt;/P&gt;&lt;P&gt;crashconf&lt;BR /&gt;savecrash&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;See where there are crash files and if they are configured. Check the locations. There should be a fair number of files that can be tarred up, sent to HP support and analyzed for root casue Analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please post:&lt;/P&gt;&lt;P&gt;crashconf -v&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SEP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2011 19:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4821539#M59887</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-11T19:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824643#M59888</link>
      <description>&lt;P&gt;Greetings and Salam!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So your crashes and "hungs" can be captured for analysis by the vendor, you need to set up your OS properly to capture kernel dump so you can force it to dump kernel or a panic will capture the dump.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First thing is you must have a crashkernel line configured (/boot/grub/menu.lst):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title Red Hat Enterprise Linux Server (2.6.18-194.32.1.el5)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; root (hd0,0)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kernel /vmlinuz-2.6.18-194.32.1.el5 ro root=/dev/vg00/root fastboot &lt;STRONG&gt;cras&lt;A target="_blank" href="mailto:hkernel=512M@16M"&gt;hkernel=512M@16M&lt;/A&gt;&lt;/STRONG&gt; elevator=deadline&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initrd /initrd-2.6.18-194.32.1.el5.img&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd, you must set up /etc/kdump.conf properly to suite your environment. Mine is set up as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ext3 LABEL=/crash&lt;/P&gt;&lt;P&gt;net netapp01.xyz.com:/crash/linux&lt;BR /&gt;core_collector makedumpfile -d 31 -c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enjoy.!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2011 14:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824643#M59888</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-07-13T14:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824645#M59889</link>
      <description>Seriously?&lt;BR /&gt;Ain't the above for HPay-UX good sir?</description>
      <pubDate>Wed, 13 Jul 2011 14:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824645#M59889</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-07-13T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824659#M59890</link>
      <description>&lt;P&gt;I almost forgot, once you have the above set up - whenever your OS panics - it should generate a kernel dump at the location you specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your Servr is behaving badly or seem to be "hung" - You can FORCE your server to generate a crash dump by invoking:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SysRQ+c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may also help to do several SysRQ+t before doing SysRQ+c so the crash log/dump/etc will capture the various threads running while yor OS is having issues or is "hung"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers and hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2011 14:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824659#M59890</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-07-13T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824679#M59891</link>
      <description>&lt;P&gt;This is important additional information. I just recalled, for SysRQ+t or +c to work, you must set your kernel parm kernel.sysrq = 1 (enable). You can do this by adding or editing the kernel.sysrq line in /etc/sysctl.conf&amp;nbsp; and comitting the change by doing " sysctl -p".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your SysRQ+c or +t or whatever SysrQ combo should now work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note SysRQ means ALT+SysRq keys. Most virtual consoles of todays X86 servers feature the shortcut already. If you have a physical console -- then its the ALT+SysRQ+c (or t) combination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2011 14:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4824679#M59891</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-07-13T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4826601#M59892</link>
      <description>Shalom again,&lt;BR /&gt;&lt;BR /&gt;Was this case in the HP section before? My earlier response made no sense. It was the prefect response to an HP-UX crash.&lt;BR /&gt;&lt;BR /&gt;Is kdump configured? Whats in it? I think you should have a kdump server to accommodate the entire crash.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 14 Jul 2011 14:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/4826601#M59892</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-14T14:53:17Z</dc:date>
    </item>
  </channel>
</rss>

