<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285168#M335950</link>
    <description>&lt;!--!*#--&gt;Hi Raj,&lt;BR /&gt;&lt;BR /&gt;Can you tell me that how have you added the dump device in crashconf.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vivek Bhatia</description>
    <pubDate>Sat, 11 Oct 2008 19:11:51 GMT</pubDate>
    <dc:creator>Vivek Bhatia</dc:creator>
    <dc:date>2008-10-11T19:11:51Z</dc:date>
    <item>
      <title>Crash Dump Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285165#M335947</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have created the new LV for for dump and removed the default dump.&lt;BR /&gt;&lt;BR /&gt;but i am unble to see the crashconf -v o/p.&lt;BR /&gt;&lt;BR /&gt;# crashconf -v&lt;BR /&gt;Crash dump configuration has been changed since boot.&lt;BR /&gt;&lt;BR /&gt;CLASS          PAGES  INCLUDED IN DUMP  DESCRIPTION&lt;BR /&gt;--------  ----------  ----------------  -------------------------------------&lt;BR /&gt;UNUSED        717485  yes, forced       unused pages&lt;BR /&gt;USERPG        120028  yes, forced       user process pages&lt;BR /&gt;BCACHE         13421  yes, forced       buffer cache pages&lt;BR /&gt;KCODE           9916  yes, forced       kernel code pages&lt;BR /&gt;USTACK           936  yes, forced       user process stacks&lt;BR /&gt;FSDATA            28  yes, forced       file system metadata&lt;BR /&gt;KDDATA        172088  yes, forced       kernel dynamic data&lt;BR /&gt;KSDATA          6445  yes, forced       kernel static data&lt;BR /&gt;SUPERPG         5108  yes, forced       unused kernel super pages&lt;BR /&gt;&lt;BR /&gt;Total pages on system:           1045455&lt;BR /&gt;Total pages included in dump:    1045455&lt;BR /&gt;&lt;BR /&gt;Dump compressed:    ON&lt;BR /&gt;&lt;BR /&gt;Dump Parallel:    ON&lt;BR /&gt;&lt;BR /&gt;DEVICE       OFFSET(kB)   SIZE (kB)    LOGICAL VOL. NAME&lt;BR /&gt;------------ ------------ ------------ ------------ -------------------------&lt;BR /&gt;  3:0x000000      2578272      8388608  64:0x000002 /dev/vg00/lvol2&lt;BR /&gt;  3:0x000000     43013984      4194304  64:0x00000a /dev/vg00/lvdump&lt;BR /&gt;                          ------------&lt;BR /&gt;                              12582912&lt;BR /&gt;Persistent dump device list:&lt;BR /&gt;/dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/disk/disk36_p2 -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/disk/disk36_p2&lt;BR /&gt;Root: lvol3     on:     /dev/disk/disk36_p2&lt;BR /&gt;Swap: lvol2     on:     /dev/disk/disk36_p2&lt;BR /&gt;No Dump Logical Volume configured&lt;BR /&gt;&lt;BR /&gt;Please let me know the step by step to configure the crash dump.</description>
      <pubDate>Sat, 11 Oct 2008 17:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285165#M335947</guid>
      <dc:creator>rajasekar.m</dc:creator>
      <dc:date>2008-10-11T17:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Crash Dump Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285166#M335948</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please have a look.&lt;BR /&gt;&lt;BR /&gt;crashconf (both the system call and the command) can also be used to configure the classes of memory that will be included in, or excluded from, the dump. If desired, this information can also be configured at kernel build time, by setting the bitmask tunables alwaysdump and dontdump. Refer to the /usr/include/sys/crashconf.h file or the output of the crashconf(1M) command for the current list of memory classes.&lt;BR /&gt;&lt;BR /&gt;In most circumstances, it should not be necessary to modify the list of individual memory classes to be dumped. The default settings provide adequate information for debugging nearly all system panics while eliminating as much extraneous data from the dump as possible.&lt;BR /&gt;&lt;BR /&gt;In actual practice, if crash dump is reconfigured at all, it is usually done to force a full dump, or to disable dumps entirely.&lt;BR /&gt;&lt;BR /&gt;Full dumps are enabled by including all pages in the dump. This is done with "crashconf -i all" or by setting CRASH_INCLUDED_PAGES="all" in /etc/rc.config.d/crashconf.Dumps are disabled by excluding all pages from the dump. Again, this is done with "crashconf -e all" or by setting CRASH_EXCLUDED_PAGES="all" in /etc/rc.config.d/crashconf.&lt;BR /&gt;&lt;BR /&gt;Finally, crashconf(1M) uses the pstat interfaces pstat_getcrashinfo(2) and pstat_getcrashdev(2) to provide a report of which devices are configured, which memory classes will be included, and how much space a selective dump will take. This information can be used to determine the amount of dump space that should normally be configured. Specifying "-v" on the crashconf(1M) command line will display the current crash dump configuration to verify that the expected changes have taken effect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How Much Dump Space Do I Need?&lt;BR /&gt;&lt;BR /&gt;For selective dumps, use crashconf(1M) to find out how much space would be needed for a selective dump of your machine. (Use the -v flag, and run it while your system is under its normal or higher than normal workload.) The space needed will vary depending on the workload of the machine, so add another 25% or so to be safe. The total dump space should meet or exceed this amount.&lt;BR /&gt;&lt;BR /&gt;For machines that are relatively stable and don't expect to dump often, this is enough. If a full dump is needed from such a machine, additional space can be configured for it on the fly, anyway. This space can also be used for swap unless reboot times are critical.&lt;BR /&gt;&lt;BR /&gt;For machines on which full dumps are required, the full size of physical memory, plus a little bit for dump headers and tables, should be configured as dump space. At least the amount needed for a selective dump should be configured on a device that is not used for swap activity.&lt;BR /&gt;&lt;BR /&gt;For example, the size of a selective dump for a 1GB RAM system typically ranges from 100MB to 200MB (10% to 20%). Extrapolating this to a 64GB system, a dump could be as large as 12GB.&lt;BR /&gt;&lt;BR /&gt;Whenever you have dump devices that are not also used for swap activity, make sure that they are configured last. This will cause them to be used first (dump goes from the end backward), which will minimize the chance of writing into an area shared by swap. Writing into swap space is undesirable because it will slow down your reboot processing; see â  Post-Reboot Dump Processingâ  , for details.&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Oct 2008 18:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285166#M335948</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2008-10-11T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crash Dump Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285167#M335949</link>
      <description>ya i read the docs,but i need to know the command to remove the entries in crashconf..&lt;BR /&gt;&lt;BR /&gt;DEVICE OFFSET(kB) SIZE (kB) LOGICAL VOL. NAME&lt;BR /&gt;------------ ------------ ------------ ------------ -------------------------&lt;BR /&gt;3:0x000000 2578272 8388608 64:0x000002 /dev/vg00/lvol2&lt;BR /&gt;3:0x000000 43013984 4194304 64:0x00000a /dev/vg00/lvdump&lt;BR /&gt;&lt;BR /&gt;please provide the step by step command to confiure the crashdump with new LV&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Oct 2008 19:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285167#M335949</guid>
      <dc:creator>rajasekar.m</dc:creator>
      <dc:date>2008-10-11T19:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crash Dump Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285168#M335950</link>
      <description>&lt;!--!*#--&gt;Hi Raj,&lt;BR /&gt;&lt;BR /&gt;Can you tell me that how have you added the dump device in crashconf.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vivek Bhatia</description>
      <pubDate>Sat, 11 Oct 2008 19:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285168#M335950</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2008-10-11T19:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Crash Dump Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285169#M335951</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Assuming that the new dump volume you have created is lvdump2 (also assuming that you have created the dump device as contigous one with no bad block relocation while creating the lvol)&lt;BR /&gt;Then to add it you need to use the command&lt;BR /&gt;lvlnboot -d /dev/vg00/lvdump2&lt;BR /&gt;&lt;BR /&gt;If crashconf shows old entried, then you need to use the -r option with crashconf to replace the existing dump device entries with the new entry.&lt;BR /&gt;&lt;BR /&gt;Thus the command should be&lt;BR /&gt;crashconf -rv /dev/vg00/lvdump2&lt;BR /&gt;&lt;BR /&gt;This should replace all the dump device entries with this new one.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Sun, 12 Oct 2008 04:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crash-dump-problem/m-p/4285169#M335951</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-10-12T04:01:55Z</dc:date>
    </item>
  </channel>
</rss>

