<?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: Urgant: crash dump does not created in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731640#M43176</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to switch to text terminal and then try Alt+sysrq+c.&lt;BR /&gt;&lt;BR /&gt;Try to change to text terminal use ctrl+alt +f1</description>
    <pubDate>Thu, 30 Dec 2010 17:14:26 GMT</pubDate>
    <dc:creator>Chhaya_Z</dc:creator>
    <dc:date>2010-12-30T17:14:26Z</dc:date>
    <item>
      <title>Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731635#M43171</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;i have SLES11 OS running on DL585 G6 server , the server running oracle RAC with another nodes , i have the system crash , i try to create the crash dump file using atl+sys rq+c , but it soes not work and the system still hang what should i do.&lt;BR /&gt;&lt;BR /&gt;BR;&lt;BR /&gt;fadia Almarei</description>
      <pubDate>Wed, 29 Dec 2010 11:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731635#M43171</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-12-29T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731636#M43172</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please check the setting for sysrq&lt;BR /&gt;&lt;BR /&gt;Refer the below article "Set up magic SysRq (recommended)" &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.novell.com/support/viewContent.do?externalId=3374462" target="_blank"&gt;http://www.novell.com/support/viewContent.do?externalId=3374462&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2010 15:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731636#M43172</guid>
      <dc:creator>Chhaya_Z</dc:creator>
      <dc:date>2010-12-29T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731637#M43173</link>
      <description>i work on this document and every thing is configured OK , i want to know if no crash file created  is this mean that there is no crash in the OS and it is just hang ?</description>
      <pubDate>Thu, 30 Dec 2010 07:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731637#M43173</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-12-30T07:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731638#M43174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;"i have the system crash , i try to create the crash dump file using atl+sys rq+c ,"  &lt;BR /&gt;The above statement says that you had a server crash. Was it a kernel panic, hung, oops or badly hung that it didnot even take keyboard strokes?&lt;BR /&gt;&lt;BR /&gt;A vmcore is generated only under these 5 conditions:&lt;BR /&gt;1&amp;gt;die() &lt;BR /&gt;2&amp;gt;panic()    &lt;BR /&gt;3&amp;gt;â  Alt-SYSRQ-câ   keyboard interrupt is received  (sysrq key combination must be enabled) &lt;BR /&gt;4&amp;gt;Character â  câ   is echoed to /proc/sysrq-trigger (sysrq key combination must be enabled)&lt;BR /&gt;5&amp;gt;NMI issued via iLO on HP Proliant Servers&lt;BR /&gt;&lt;BR /&gt;3 and 4 Manually calls kdump &amp;amp; generates vmcore (e.g. when the system is hung or frozen, you can manually crash the server using SYSRQ keys to generate a vmcore).&lt;BR /&gt;&lt;BR /&gt;So if the server was hung and all the setting are correct it should have generated the vmcore.&lt;BR /&gt;&lt;BR /&gt;Hope this recommended setting is also set correctly:&lt;BR /&gt;Set up magic SysRq (recommended)&lt;BR /&gt;&lt;BR /&gt;For kernel problems other than a kernel oops or panic, a kernel core dump is not triggered automatically. If the system still responds to keyboard input to some degree, a kernel core dump can be triggered manually through a "magic SysRq" keyboard combination (typically: hold down three keys simultaneously: the left Alt key, the Print Screen / SysRq key and a letter key indicating the command - ' s' for sync, ' c' for core dump), if this feature has been enabled.&lt;BR /&gt;&lt;BR /&gt;For general documentation of the "magic SysRq" feature, please refer to the Documentation/sysrq.txt file in the Linux kernel source.&lt;BR /&gt;&lt;BR /&gt;To enable the magic SysRq feature permanently, edit /etc/sysconfig/sysctl, change the ENABLE_SYSRQ line to ENABLE_SYSRQ="yes". This change becomes active after a reboot. To enable the feature for the running kernel, run&lt;BR /&gt;echo 1&amp;gt;/proc/sys/kernel/sysrq&lt;BR /&gt;&lt;BR /&gt;In case it was badly hung that it did not accept the keyboard strokes then you can try the NMI option.&lt;BR /&gt;&lt;BR /&gt;Also was the kdump configuration tested in the past? Have u ever had a vmcore generated in the past?&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Dec 2010 09:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731638#M43174</guid>
      <dc:creator>Chhaya_Z</dc:creator>
      <dc:date>2010-12-30T09:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731639#M43175</link>
      <description>i have the system hang before and i do these keys and generate the core dump file, but in the previous 3 cases i could not gerenrate it , all the confgurations are right , the main thing that i use system console from ILO , is this make any differance</description>
      <pubDate>Thu, 30 Dec 2010 10:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731639#M43175</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-12-30T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Urgant: crash dump does not created</title>
      <link>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731640#M43176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to switch to text terminal and then try Alt+sysrq+c.&lt;BR /&gt;&lt;BR /&gt;Try to change to text terminal use ctrl+alt +f1</description>
      <pubDate>Thu, 30 Dec 2010 17:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/urgant-crash-dump-does-not-created/m-p/4731640#M43176</guid>
      <dc:creator>Chhaya_Z</dc:creator>
      <dc:date>2010-12-30T17:14:26Z</dc:date>
    </item>
  </channel>
</rss>

