<?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: Force memory dump on a live system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049329#M136204</link>
    <description>Cauld you do a dd from /dev/mem  /kmem  etc?</description>
    <pubDate>Thu, 14 Aug 2003 20:12:18 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2003-08-14T20:12:18Z</dc:date>
    <item>
      <title>Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049326#M136201</link>
      <description>Is there a way to force a memory dump on a live system without rebooting?&lt;BR /&gt;(HP-UX 11i)</description>
      <pubDate>Thu, 14 Aug 2003 18:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049326#M136201</guid>
      <dc:creator>Jerry Zhang</dc:creator>
      <dc:date>2003-08-14T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049327#M136202</link>
      <description>Hi Jerry,&lt;BR /&gt;&lt;BR /&gt;What are trying to dump?&lt;BR /&gt;&lt;BR /&gt;A single process or the whole system?&lt;BR /&gt;&lt;BR /&gt;If it's a process, you can core dump it with:&lt;BR /&gt;&lt;BR /&gt;kill -3 PID&lt;BR /&gt;&lt;BR /&gt;If you want a complete system dump then get into the GSP &amp;amp; issue the TC (Transfer Control) command. This will reboot the system &amp;amp; produce a crash dump. Make sure you have sufficient dump space to receive it &amp;amp; space to write it to on reboot. Run&lt;BR /&gt;crashconf -v&lt;BR /&gt;to review the crash dump configuration.&lt;BR /&gt;Crash dump options are configured in /etc/rc.config.d/crashconf, the dump device is defined in /etc/fstab &amp;amp; looks like&lt;BR /&gt;/dev/vg01/lvol1 - dump defaults 0 0&lt;BR /&gt;&lt;BR /&gt;And no, there's no way to get a full crash dump w/o rebooting.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 19:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049327#M136202</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-08-14T19:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049328#M136203</link>
      <description>Thanks for your info. The dump I wanted is for whole system. Is there a way to do it without reboot?</description>
      <pubDate>Thu, 14 Aug 2003 19:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049328#M136203</guid>
      <dc:creator>Jerry Zhang</dc:creator>
      <dc:date>2003-08-14T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049329#M136204</link>
      <description>Cauld you do a dd from /dev/mem  /kmem  etc?</description>
      <pubDate>Thu, 14 Aug 2003 20:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049329#M136204</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-14T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049330#M136205</link>
      <description>And there are ways to induce a panic so that you can get a core dump, but there would be a reboot after.&lt;BR /&gt;&lt;BR /&gt;With memory content constantly and quickly changing, it would be tough to get a snapshot of it without a system halt.&lt;BR /&gt;&lt;BR /&gt;I'm curious what you need it for.</description>
      <pubDate>Thu, 14 Aug 2003 20:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049330#M136205</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-14T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Force memory dump on a live system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049331#M136206</link>
      <description>Jerry --&lt;BR /&gt;&lt;BR /&gt;You can run some of the dump tools on a live system.&lt;BR /&gt;&lt;BR /&gt;If you have q4 installed on your system (which is default for 11.x), you can do:&lt;BR /&gt;&lt;BR /&gt; q4 -p /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;At the q4 prompt you can use commands that are usually used for reading crash dump:&lt;BR /&gt;&lt;BR /&gt;include analyze.pl&lt;BR /&gt;run Analyze AU &amp;gt; ana.out&lt;BR /&gt;include whathappened.pl&lt;BR /&gt;run WhatHappened &amp;gt; what.out&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;Because you are running against something dynamic, it will not have 100% accurate information, but depending on what you are looking for, this could give you some valueable data while leaving the system up.&lt;BR /&gt;&lt;BR /&gt;In general, the ana.out is going to help you more on a per-process point of view.    The what.out would give you more of an idea on the system is running in general.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2003 11:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-memory-dump-on-a-live-system/m-p/3049331#M136206</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-19T11:42:03Z</dc:date>
    </item>
  </channel>
</rss>

