<?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: /var/adm/crash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013482#M129084</link>
    <description>just an FYI, configure your specified dump lvol, lvdump last (after the primary swap) when using lvlnboot too. It actually goes from bottom up, so lvdump will be used, and if necessary, lvol2.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -d lvol2&lt;BR /&gt;lvlnboot -d lvdump&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Jul 2003 15:09:03 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2003-07-02T15:09:03Z</dc:date>
    <item>
      <title>/var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013476#M129078</link>
      <description>Hello My Gurus,&lt;BR /&gt;&lt;BR /&gt;The following is the output when I executed the lvlnboot -v command:&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t4d0 (10/0.4.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t3d0 (10/0.3.0)&lt;BR /&gt;        /dev/dsk/c0t6d0 (10/0.6.0)&lt;BR /&gt;        /dev/dsk/c0t5d0 (10/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t4d0, 0&lt;BR /&gt;Dump: lvol9     on:     /dev/dsk/c0t3d0, 1&lt;BR /&gt;&lt;BR /&gt;We have one the file system is specifically assigned for crash dump, i.e.&lt;BR /&gt;/dev/vg00/lvdump   2621440  616546 1880783   25% /var/adm/crash&lt;BR /&gt;&lt;BR /&gt;I think the Dump (lvlnboot -v) should point to the filesystem lvdump instaed of lvol9. &lt;BR /&gt;&lt;BR /&gt;Am I correct? I really appreciate your suggestions.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Nikee</description>
      <pubDate>Wed, 02 Jul 2003 12:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013476#M129078</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-07-02T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013477#M129079</link>
      <description>Well,its up to you how your dump devices are configured :)&lt;BR /&gt;Anyway,you can change it anytime with lvlnboot -d,run crashconf to see whats there.&lt;BR /&gt;check /etc/rc.config.d/savecrash parameter SAVECRASH_DIR to be what you expect it to be.&lt;BR /&gt;BTW,do ll /dev/vg00 to see device file for lvdump there.&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Wed, 02 Jul 2003 12:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013477#M129079</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-02T12:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013478#M129080</link>
      <description>Take a look at    /etc/rc.config.d/savecrash&lt;BR /&gt;The parameter SAVECRASH_DIR point to your dump dir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# SAVECRASH_DIR:Directory name for system crash dumps.  Note: the filesystem&lt;BR /&gt;#               in which this directory is located should have as much free&lt;BR /&gt;#               space as your system has RAM.&lt;BR /&gt;SAVECRASH_DIR=/var/adm/crash&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Wed, 02 Jul 2003 13:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013478#M129080</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-07-02T13:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013479#M129081</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In the /etc/rc.config.d/savecrash file the parameter value assigned as SAVECRASH_DIR=/var/adm/crash&lt;BR /&gt;&lt;BR /&gt;Which means that I have to assign the dump of lvlnboot -v to lvdump instead of lvol2 and lvol9?&lt;BR /&gt;Note: lvol2 and lvol9 are swap.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Nikee</description>
      <pubDate>Wed, 02 Jul 2003 13:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013479#M129081</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-07-02T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013480#M129082</link>
      <description>Hi,&lt;BR /&gt;have a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1d135fe8b250d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1d135fe8b250d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;essentially:&lt;BR /&gt;&lt;BR /&gt;dump: were goes the memory dump, usually on swap, because if you have a dump your swap won't be usefull.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;crash: where the dump is copied when the system comes up again.&lt;BR /&gt;&lt;BR /&gt;The should be different, and your dump must not point to a FS, otherwise it will be wiped out at the first dump.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013480#M129082</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-02T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013481#M129083</link>
      <description>Btw,lvol9 doesn't look like swap.Though check with swapinfo -mt.So my advise - configure &lt;BR /&gt;(swap and dump) device,put SAVECRASH dir whenever you like.</description>
      <pubDate>Wed, 02 Jul 2003 14:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013481#M129083</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-02T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013482#M129084</link>
      <description>just an FYI, configure your specified dump lvol, lvdump last (after the primary swap) when using lvlnboot too. It actually goes from bottom up, so lvdump will be used, and if necessary, lvol2.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -d lvol2&lt;BR /&gt;lvlnboot -d lvdump&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 15:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-crash/m-p/3013482#M129084</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-07-02T15:09:03Z</dc:date>
    </item>
  </channel>
</rss>

