<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534843#M222154</link>
    <description>Do you have any unneccessary services running? Maybe you can kill them ( i.e. apache, imap, samba) from /etc/rc.d/init.d/ directory. That should give you some air. &lt;BR /&gt; &lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
    <pubDate>Fri, 29 Apr 2005 13:45:47 GMT</pubDate>
    <dc:creator>renarios</dc:creator>
    <dc:date>2005-04-29T13:45:47Z</dc:date>
    <item>
      <title>memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534833#M222144</link>
      <description>I have my /var at 99%. Meanwhile whatever command i try to fails with memory insufficient. I cannot reboot right away. I have to fix this. Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Apr 2005 08:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534833#M222144</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2005-04-29T08:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534834#M222145</link>
      <description>Does even cd command fail?? ls fails??&lt;BR /&gt;&lt;BR /&gt;If cd command does not fail, cd /var&lt;BR /&gt; &amp;gt; "big_file1"&lt;BR /&gt;&amp;gt; "big_file2"&lt;BR /&gt;&lt;BR /&gt;make sure that you do not need those files and those files can e deleted.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 08:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534834#M222145</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-29T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534835#M222146</link>
      <description># quot /var&lt;BR /&gt;&lt;BR /&gt;If you can do that then you can see who the users are that are using the most space and call them - have them log off and log back on.&lt;BR /&gt;&lt;BR /&gt;After you get it cleaned up you may want to think about making /vat/tmp a separate mount point&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;B</description>
      <pubDate>Fri, 29 Apr 2005 09:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534835#M222146</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-04-29T09:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534836#M222147</link>
      <description>this is my swapinfo information&lt;BR /&gt;&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        1024     546     478   53%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     478    -478&lt;BR /&gt;memory      534     534       0  100%&lt;BR /&gt;total      1558    1558       0  100%    &lt;BR /&gt;&lt;BR /&gt;Pl help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Apr 2005 09:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534836#M222147</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2005-04-29T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534837#M222148</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Maybe there are some core files which you can remove:&lt;BR /&gt;find /var -name core -exec rm {} \;&lt;BR /&gt;Try to cleanup some old logfiles to get some space:&lt;BR /&gt;find /var -name '*.log' -mtime +14 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;That will give you some space to find the reason of the full filesystem.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 09:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534837#M222148</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-04-29T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534838#M222149</link>
      <description>/var is the most critical filesystem in Unix. Almost everything uses or creates something in /var. Start by analyzing /var for big directories:&lt;BR /&gt; &lt;BR /&gt;di -kx /var | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;The largest directories will be at the top. Then list the contents of the biggest directories:&lt;BR /&gt; &lt;BR /&gt;ll /var/tmp | sort -rnk5 | head -10&lt;BR /&gt; &lt;BR /&gt;Places that can be fixed:&lt;BR /&gt; &lt;BR /&gt;/var/preserve (old vi temp files, remove any more than a few days old)&lt;BR /&gt; &lt;BR /&gt;/var/tmp (most everything here should be temporary and can be removed but be careful if there are files that may be in use)&lt;BR /&gt; &lt;BR /&gt;/var/mail (user mail files are here...tell users to cleanup old email) &lt;BR /&gt; &lt;BR /&gt;Now all of this assumes you can run commands. If you're still having memory problems, you'll have to stop some processes. It appears that you have very little RAM and have to use swap space a lot (which causes extreme slowdowns).</description>
      <pubDate>Fri, 29 Apr 2005 10:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534838#M222149</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-29T10:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534839#M222150</link>
      <description>Bill means du - not di   :)&lt;BR /&gt;&lt;BR /&gt;du -sk * |sort -rn&lt;BR /&gt;&lt;BR /&gt;Look for cores as well:&lt;BR /&gt;&lt;BR /&gt;find /var -name core&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 29 Apr 2005 10:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534839#M222150</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-29T10:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534840#M222151</link>
      <description>Oops, that's right. Those pesky keyboards are moving keys to the wrong places...</description>
      <pubDate>Fri, 29 Apr 2005 11:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534840#M222151</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-29T11:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534841#M222152</link>
      <description>My memory is the issue. I cant even do ps..it says not enough memory for has table. what do i do?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Apr 2005 11:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534841#M222152</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2005-04-29T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534842#M222153</link>
      <description>You will have to kill something...&lt;BR /&gt;&lt;BR /&gt;But - you can't ps....&lt;BR /&gt;&lt;BR /&gt;Uh...do you have multiple connections to server?  logout of all but one....ask any users that may be logged in (telnet) to logout - that should give you enough to run some commands...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 11:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534842#M222153</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-29T11:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534843#M222154</link>
      <description>Do you have any unneccessary services running? Maybe you can kill them ( i.e. apache, imap, samba) from /etc/rc.d/init.d/ directory. That should give you some air. &lt;BR /&gt; &lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Fri, 29 Apr 2005 13:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534843#M222154</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-04-29T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534844#M222155</link>
      <description>Most likely your swap space is now exhausted too. So the first thing to do is to add more swapspace using swapon. Find an unused disk volume and add another 1000megs and if swapon completes successfully, the additional swap space should keep your system running. You may also have a bunch of runaway processes.&lt;BR /&gt; &lt;BR /&gt;But performance has got to be pretty awful with 500 megs of swap in use and only 500 megs of RAM. I would add another 1500megs of RAM for a tremendous boost in performance.</description>
      <pubDate>Fri, 29 Apr 2005 13:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-error/m-p/3534844#M222155</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-29T13:59:08Z</dc:date>
    </item>
  </channel>
</rss>

