<?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: crash dump query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775853#M390422</link>
    <description>Gany,&lt;BR /&gt;check in /etc/rc.config.d/savecrash&lt;BR /&gt;if SAVECRASH value set to 1, then it will save the crash dump.  Seems it is currenly not configured to capture crash dump,&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;SAVECRASH = 1&lt;BR /&gt;SAVECRASH_DIR = /var/adm/crash  #(optional)&lt;BR /&gt;&lt;BR /&gt;- Also check output of # crashconf -v &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Mon, 11 Apr 2011 05:51:51 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2011-04-11T05:51:51Z</dc:date>
    <item>
      <title>crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775852#M390421</link>
      <description>I checked, whether my server have the capability to save the crash dump and found out in rc.log the exit code as 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Configure system crash dumps&lt;BR /&gt;Output from "/sbin/rc1.d/S080crashconf start":&lt;BR /&gt;----------------------------&lt;BR /&gt;EXIT CODE: 0&lt;BR /&gt;&lt;BR /&gt;what is the meaning of that. 0 means saving the crash dump or not. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2011 05:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775852#M390421</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2011-04-11T05:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775853#M390422</link>
      <description>Gany,&lt;BR /&gt;check in /etc/rc.config.d/savecrash&lt;BR /&gt;if SAVECRASH value set to 1, then it will save the crash dump.  Seems it is currenly not configured to capture crash dump,&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;SAVECRASH = 1&lt;BR /&gt;SAVECRASH_DIR = /var/adm/crash  #(optional)&lt;BR /&gt;&lt;BR /&gt;- Also check output of # crashconf -v &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 11 Apr 2011 05:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775853#M390422</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2011-04-11T05:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775854#M390423</link>
      <description>&amp;gt;what is the meaning of that? 0 means saving the crash dump or not.&lt;BR /&gt;&lt;BR /&gt;0 means the script was successful.  Whether this is connected to saving crash dumps requires you to look at the script.  I would expect that you have to look at SAVECRASH as Raj said.</description>
      <pubDate>Mon, 11 Apr 2011 07:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775854#M390423</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-11T07:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775855#M390424</link>
      <description>Hello Raj,&lt;BR /&gt;&lt;BR /&gt;Thansk for ur reply, i have checked the enrty is save_crash=1. I got that picture as clear. If i said crashconf -v command, i am getting the below output, and i am  unable to understand what was that. Can u pls help em out on the same.&lt;BR /&gt;&lt;BR /&gt;bash-4.1# crashconf -v&lt;BR /&gt;CLASS          PAGES  INCLUDED IN DUMP  DESCRIPTION&lt;BR /&gt;--------  ----------  ----------------  -------------------------------------&lt;BR /&gt;UNUSED        531781  no,  by default   unused pages&lt;BR /&gt;USERPG         49109  no,  by default   user process pages&lt;BR /&gt;BCACHE        122994  no,  by default   buffer cache pages&lt;BR /&gt;KCODE           7781  no,  by default   kernel code pages&lt;BR /&gt;USTACK           236  yes, by default   user process stacks&lt;BR /&gt;FSDATA             0  yes, by default   file system metadata&lt;BR /&gt;KDDATA        291991  yes, by default   kernel dynamic data&lt;BR /&gt;KSDATA          3305  yes, by default   kernel static data&lt;BR /&gt;SUPERPG        36047  no,  by default   unused kernel super pages&lt;BR /&gt;&lt;BR /&gt;Total pages on system:           1043244&lt;BR /&gt;Total pages included in dump:     295532&lt;BR /&gt;&lt;BR /&gt;Dump compressed:    ON&lt;BR /&gt;&lt;BR /&gt;DEVICE        OFFSET(kB)   SIZE (kB)  LOGICAL VOL.  NAME&lt;BR /&gt;------------  ----------  ----------  ------------  -------------------------&lt;BR /&gt; 31:0x032000     2349940     8388604   64:0x000002  /dev/vg00/lvol2&lt;BR /&gt;                          ----------&lt;BR /&gt;                             8388604&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775855#M390424</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2011-04-11T08:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775856#M390425</link>
      <description>Hi gany,&lt;BR /&gt;&lt;BR /&gt;These are classes of memory you see on the crashconf output. Remember, there are files for crashdumps depending on when the system panics and when the crash is preserved or in lucid terms , I would just say on the way down and on the way up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can do a selective dump by choosing classes of kernel memory and this is done by using the -i option on crashconf and to exclude a class of memory, you would use -e. These options are typically used in the context of what is called as a "selective dump".&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Mon, 11 Apr 2011 08:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775856#M390425</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-04-11T08:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775857#M390426</link>
      <description>Hi gany,&lt;BR /&gt;&lt;BR /&gt;Ok.... There are different kinds of dump configurations and on modern integrity servers you have live dumps and concurrent dumps as well. When a dump is configured you can select one or more classes of memory on crashconf to dump. This is called as a selective dump and if you want to dump accross multiple devices you can go for a concurrent dump. A live dump can also be done without simulating a crash.&lt;BR /&gt;&lt;BR /&gt;These are the steps....&lt;BR /&gt;&lt;BR /&gt;lvcreate -s y -C y -r n -L &lt;SIZE&gt; -n dump vg00&lt;BR /&gt;crashconf -v /dev/vg00/dump&lt;BR /&gt;&lt;BR /&gt;When you execute these commands crashconf -v will also now reflect /dev/vg00/dump. Normally the amount of space you want to dump should be there at the minimum unless you are using a compressed dump.&lt;BR /&gt;&lt;BR /&gt;A compressed dump is dependent on a parameter called as dump_compress_on and concurrent dump on dump_concurrent_on which can be checked with  the command kctune.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kctune -v dump_compress_on&lt;BR /&gt;kctune -v dump_concurrent_on&lt;BR /&gt;&lt;BR /&gt;So first you can decide what kind of dump to use whether selective, compressed, concurrent or on an integrity server a livedump.&lt;BR /&gt;&lt;BR /&gt;What you see configured in your output is only the primary swap which is taken by default. After the steps I have shown you , you should also see /dev/vg00/dump in your crashconf output.&lt;BR /&gt;&lt;BR /&gt;You also need_to_check /etc/rc.config.d/crashconf and verify variables there as well. That is the up and down I was talking about as savecrash is for the preservation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail azad&lt;/SIZE&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775857#M390426</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-04-11T09:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: crash dump query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775858#M390427</link>
      <description>Gany,&lt;BR /&gt;Seems to be you have 8GB default dump device enabled with savecrash 1, if any system crash happen it will store the crash data in /var/adm/crash/crash.x/ directory.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol2  is the current dump device.&lt;BR /&gt; &lt;BR /&gt;Total pages in the system showing around 4GB (taking 4k memory page size) in (crashconf -v output) , so you have enough space to keep the crash data in case of a crash happens.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;More about crash dump , pls check out:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/951/syscrash.html" target="_blank"&gt;http://docs.hp.com/en/951/syscrash.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 11 Apr 2011 12:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-query/m-p/4775858#M390427</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2011-04-11T12:00:46Z</dc:date>
    </item>
  </channel>
</rss>

