<?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: finding process list from crashdump in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730459#M386397</link>
    <description>"Requires knowledge of C language."&lt;BR /&gt;&lt;BR /&gt;Kiernighan &amp;amp; Ritchie, have a lot to answer for, if you ask me. - But I still have my first edition (addition) copy, from 1988.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://upload.wikimedia.org/wikipedia/en/4/48/K%26R_C.jpg" target="_blank"&gt;http://upload.wikimedia.org/wikipedia/en/4/48/K%26R_C.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or as I called it, System X.&lt;BR /&gt;&lt;BR /&gt;"HP recommended debugger on 11.31 kwdb."&lt;BR /&gt;&lt;BR /&gt;This I was not aware of, thank you very much.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and a Happy New Year.&lt;BR /&gt;&lt;BR /&gt;Terry Giblin</description>
    <pubDate>Sat, 25 Dec 2010 18:30:10 GMT</pubDate>
    <dc:creator>Terry.giblin</dc:creator>
    <dc:date>2010-12-25T18:30:10Z</dc:date>
    <item>
      <title>finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730454#M386392</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;how to find the process list from the crashdump output.&lt;BR /&gt;&lt;BR /&gt;last one month before server hanged due to nproc table got full, we analysed the case with HP support. In HP report the process id of the process is 1247 but when we try to analyze the crashdump output we are not able to find the particular process.&lt;BR /&gt;&lt;BR /&gt;any commands to find the particular process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Fri, 24 Dec 2010 08:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730454#M386392</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-12-24T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730455#M386393</link>
      <description>I ve never faced your situation before ,maybe it's gone somehow ?&lt;BR /&gt;,but did you check this pages to assist you ?&lt;BR /&gt;&lt;A href="http://www.unixguide.net/hp/hpuxcrashdump.shtml" target="_blank"&gt;http://www.unixguide.net/hp/hpuxcrashdump.shtml&lt;/A&gt;</description>
      <pubDate>Fri, 24 Dec 2010 14:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730455#M386393</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-12-24T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730456#M386394</link>
      <description>depends on your OS version&lt;BR /&gt;&lt;BR /&gt;kwdb -p .&lt;BR /&gt;run Analyze UA &amp;gt; ana.out&lt;BR /&gt;&lt;BR /&gt;in the ana.out text file you should see the state of all of the processors and will have a list of all of the processes.  Remember the process ID is a hex value.&lt;BR /&gt;&lt;BR /&gt;kwdb -p .&lt;BR /&gt;load struct proc from proc_list next p_factp max nproc&lt;BR /&gt;keep p_pid == &lt;WHICHEVER one="" you="" want=""&gt;&lt;BR /&gt;print -tx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/WHICHEVER&gt;</description>
      <pubDate>Sat, 25 Dec 2010 00:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730456#M386394</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2010-12-25T00:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730457#M386395</link>
      <description>In 1997 with HP Support, I analysed my very first HP-UX crashdump, one of our systems kept crashing after a panic!&lt;BR /&gt;&lt;BR /&gt;Now that this information is in the public domain, I would stress one word of caution.&lt;BR /&gt;&lt;BR /&gt;If you don't know what you are doing exactly or if there are multiple SA's in your organisation.&lt;BR /&gt;&lt;BR /&gt;I would strongly recommend, you appoint a primary SA, to analyse crash dumps.&lt;BR /&gt;&lt;BR /&gt;Remember you only get one crash dump.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and a Happy New Year.&lt;BR /&gt;&lt;BR /&gt;Terry Giblin</description>
      <pubDate>Sat, 25 Dec 2010 02:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730457#M386395</guid>
      <dc:creator>Terry.giblin</dc:creator>
      <dc:date>2010-12-25T02:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730458#M386396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Accessing the process list requires intense understanding of kernel data structures. q4 was traditionally used for this and right now on 11.31 kwdb is the preferred utility. The kernel has it's own view of the operating system and hence it's important to understand at times what the kernel is thinking. Structure fields and data structures can be analyzed with the HP recommended debugger on 11.31 kwdb and requires knowledge of C language. How it is done!.. It's typically the way the king said it. Loading the linked list is done with load and viewing the data is done with print.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Sat, 25 Dec 2010 05:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730458#M386396</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-12-25T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730459#M386397</link>
      <description>"Requires knowledge of C language."&lt;BR /&gt;&lt;BR /&gt;Kiernighan &amp;amp; Ritchie, have a lot to answer for, if you ask me. - But I still have my first edition (addition) copy, from 1988.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://upload.wikimedia.org/wikipedia/en/4/48/K%26R_C.jpg" target="_blank"&gt;http://upload.wikimedia.org/wikipedia/en/4/48/K%26R_C.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or as I called it, System X.&lt;BR /&gt;&lt;BR /&gt;"HP recommended debugger on 11.31 kwdb."&lt;BR /&gt;&lt;BR /&gt;This I was not aware of, thank you very much.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and a Happy New Year.&lt;BR /&gt;&lt;BR /&gt;Terry Giblin</description>
      <pubDate>Sat, 25 Dec 2010 18:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730459#M386397</guid>
      <dc:creator>Terry.giblin</dc:creator>
      <dc:date>2010-12-25T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: finding process list from crashdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730460#M386398</link>
      <description>&amp;gt;Terry: This I was not aware of&lt;BR /&gt;&lt;BR /&gt;kwdb is pretty much the only kernel debugger on 11.31.&lt;BR /&gt;&lt;BR /&gt;For user space, there is wdb/gdb.</description>
      <pubDate>Sun, 26 Dec 2010 06:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-process-list-from-crashdump/m-p/4730460#M386398</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-26T06:49:29Z</dc:date>
    </item>
  </channel>
</rss>

