<?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 savecrash/savecore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424557#M748</link>
    <description>Can anyone give me a clear concise discription on what happens when an HP-UX server panics and crashes.  Specifically discribe the role/function of savecrash/savecore.  Please address how /var/adm/crash becomes populated with core dumps.  &lt;BR /&gt;&lt;BR /&gt;I've read the man page and it just isn't very clear to me.&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;Kirk</description>
    <pubDate>Thu, 01 Jun 2000 18:24:56 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2000-06-01T18:24:56Z</dc:date>
    <item>
      <title>savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424557#M748</link>
      <description>Can anyone give me a clear concise discription on what happens when an HP-UX server panics and crashes.  Specifically discribe the role/function of savecrash/savecore.  Please address how /var/adm/crash becomes populated with core dumps.  &lt;BR /&gt;&lt;BR /&gt;I've read the man page and it just isn't very clear to me.&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;Kirk</description>
      <pubDate>Thu, 01 Jun 2000 18:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424557#M748</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2000-06-01T18:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424558#M749</link>
      <description>Briefly:&lt;BR /&gt;When a panic occurs the operating system preserves an image or running memory in dump space.  When the box reboot, savecore runs (assuming that it is configured to run automatically at boot).  If savecore finds a dump, it will begin writing system core files to the dump directory (/var/adm/crash is the default).  System cores are identified by a numeerical index (core.0, core.1, etc.).  If primary paging is used as a dump device also, then savecore disables paging to that device (if it has not already been enabled) while the core is being written.&lt;BR /&gt;&lt;BR /&gt;If possible, particularly on large systems, use separate dedicated dump spaces so that primary paging can be enabled and so that savecore can run in the background.  This can greatly improve recovery speed by reducing boot time.  savecore will print a warning message if a complete dump cannot be saved.  It is also possible to dump to tape if insufficient disk space is available.</description>
      <pubDate>Thu, 01 Jun 2000 18:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424558#M749</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-01T18:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424559#M750</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You have to set the SAVECORE=1 parameter in /etc/rc.config.d/savecore.&lt;BR /&gt;Go through the options on in that savecore file.&lt;BR /&gt;Make sure you have aenough space to save a complete core dump.&lt;BR /&gt;Also you can read core dumps with the strings command.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 01 Jun 2000 18:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424559#M750</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-01T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424560#M751</link>
      <description>Well, when the kernel is running, sometimes it encounters an impossible situation.  At this point it makes an effort to write a copy of all of memory (or as much as will fit) into the dump area.  The dump area is a raw device and sometimes a swap area doubles as the dump area.&lt;BR /&gt;&lt;BR /&gt;A second thing that can happen is that the kernel will just hang.  There is a procedure that can be used to do a "tranfer of control" manually to a routine that attempts to dump core in the dump area.&lt;BR /&gt;&lt;BR /&gt;Either way, when the box reboots, you need to save that dump in the filesystem as file.  You also need a copy of the kernel.  savecrash has the job of copying the dump from the dump area to filesystem somewhere and /var/adm/crash is the default.&lt;BR /&gt;&lt;BR /&gt;Typically, most users at this point will need to send the dump to HP for analysis, but very savvy users sometimes can do some analysis themselves.&lt;BR /&gt;&lt;BR /&gt;savrcrash needs to run immediately upon reboot because usually the dump area is only a swap area.  It's gotta save that dump before any paging occurs.&lt;BR /&gt;&lt;BR /&gt;savecore was the predecessor to savecrash and is now retired.&lt;BR /&gt;&lt;BR /&gt;If this doesn't answer your questions, please post a more specific question.</description>
      <pubDate>Thu, 01 Jun 2000 18:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424560#M751</guid>
      <dc:creator>Paul Hite</dc:creator>
      <dc:date>2000-06-01T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424561#M752</link>
      <description>Paul:&lt;BR /&gt;Savecore has not been retired in 10.20.  At least, not to the best of my knowledge.</description>
      <pubDate>Thu, 01 Jun 2000 19:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424561#M752</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-01T19:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424562#M753</link>
      <description>Yeah, but 11.00 has been out for awhile.</description>
      <pubDate>Thu, 01 Jun 2000 19:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424562#M753</guid>
      <dc:creator>Paul Hite</dc:creator>
      <dc:date>2000-06-01T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash/savecore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424563#M754</link>
      <description>Alan answerd this question almost perfect. I just want to add a white paper. Click on the paper clip to read it</description>
      <pubDate>Fri, 02 Jun 2000 05:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-savecore/m-p/2424563#M754</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2000-06-02T05:59:20Z</dc:date>
    </item>
  </channel>
</rss>

