<?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: Memory Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630707#M237633</link>
    <description>Hi Alfonso ,&lt;BR /&gt;&lt;BR /&gt;Get the crash dump , to send to HP , &lt;BR /&gt;/var/adm/crash/crash.x   [ Where x is the crash number ]&lt;BR /&gt;&lt;BR /&gt;Also you can check the crash , by running the HP collection.sh script , also need the file crashinfo (binary) , in /var/adm/crash/ directory.&lt;BR /&gt;&lt;BR /&gt;The output file will tell the cause of the crash.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Tue, 27 Sep 2005 03:28:20 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-27T03:28:20Z</dc:date>
    <item>
      <title>Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630701#M237627</link>
      <description>Hi Guys:&lt;BR /&gt;I am using HP-UX9000/800&lt;BR /&gt;With command top i note my free memory is decreasing drastically. Yesterday the machine crashed. How I can to know  the process that is consuming a lot o memory and causing this crash?&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Tue, 20 Sep 2005 17:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630701#M237627</guid>
      <dc:creator>Alfonso_15</dc:creator>
      <dc:date>2005-09-20T17:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630702#M237628</link>
      <description>Try this script:&lt;BR /&gt;&lt;BR /&gt;# cat memtop&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# memtop - show top memory users and pid&lt;BR /&gt;# VSZ is in KB&lt;BR /&gt;# &lt;BR /&gt;echo "VSZ(KB) PID RUSER COMMAND"&lt;BR /&gt;UNIX95= ps -e -o 'vsz pid ruser args' |sort -nr|head -30&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, how much ram installed - and what is dbc_max_pct and dbc_min_pct set to?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 20 Sep 2005 18:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630702#M237628</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-20T18:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630703#M237629</link>
      <description>Also look at ipcs -mob (you may have an application hogging your shared memory segments). If you have one with nattch = 0, with a large segsz, it's probably an app that had a large memory reserve which is not actually running and hasn't given that memory segment back to the system. You can remove these with ipcrm -m (shmid).</description>
      <pubDate>Wed, 21 Sep 2005 14:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630703#M237629</guid>
      <dc:creator>Jon M Zellhoefer</dc:creator>
      <dc:date>2005-09-21T14:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630704#M237630</link>
      <description>Hi Alfonso ,&lt;BR /&gt;&lt;BR /&gt;Try checking the processes eating more memory..&lt;BR /&gt;&lt;BR /&gt;# ps -el | sort -r -k10 | more &lt;BR /&gt;&lt;BR /&gt;Also use ,&lt;BR /&gt;# glance &lt;BR /&gt;&lt;BR /&gt;# sar -v &lt;BR /&gt;# glance -n&lt;BR /&gt;To see system table usuage..&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 21 Sep 2005 14:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630704#M237630</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-21T14:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630705#M237631</link>
      <description>You might also try the ipcs command to help determine who is locking up shared memory segments.&lt;BR /&gt;# ipcs -mob</description>
      <pubDate>Thu, 22 Sep 2005 07:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630705#M237631</guid>
      <dc:creator>Steve Andrews_6</dc:creator>
      <dc:date>2005-09-22T07:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630706#M237632</link>
      <description>You might be able to get HP to analyze the core file from your dump if you are under software support.</description>
      <pubDate>Mon, 26 Sep 2005 15:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630706#M237632</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-09-26T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630707#M237633</link>
      <description>Hi Alfonso ,&lt;BR /&gt;&lt;BR /&gt;Get the crash dump , to send to HP , &lt;BR /&gt;/var/adm/crash/crash.x   [ Where x is the crash number ]&lt;BR /&gt;&lt;BR /&gt;Also you can check the crash , by running the HP collection.sh script , also need the file crashinfo (binary) , in /var/adm/crash/ directory.&lt;BR /&gt;&lt;BR /&gt;The output file will tell the cause of the crash.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 27 Sep 2005 03:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3630707#M237633</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-27T03:28:20Z</dc:date>
    </item>
  </channel>
</rss>

