<?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: /usr filling up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514453#M625233</link>
    <description>/usr is pretty STATIC&lt;BR /&gt;&lt;BR /&gt;try &lt;BR /&gt;cd /usr&lt;BR /&gt;find . -mtime -5 -print |wc&lt;BR /&gt;&lt;BR /&gt;If it is a high number&lt;BR /&gt;you might&lt;BR /&gt;&lt;BR /&gt;find . -mtime -5 -print |pg&lt;BR /&gt;&lt;BR /&gt;to see what files are being added or changed&lt;BR /&gt;On one of my systems the number is 5&lt;BR /&gt;that is 5 files and they were man pages.&lt;BR /&gt;If you get bunch. you might have your system&lt;BR /&gt;miss configured. and the file names should give you a clue about what needs done&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Rory</description>
    <pubDate>Thu, 31 Mar 2005 10:56:25 GMT</pubDate>
    <dc:creator>Rory R Hammond</dc:creator>
    <dc:date>2005-03-31T10:56:25Z</dc:date>
    <item>
      <title>/usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514444#M625224</link>
      <description>if /usr is 100% full in 11.00 will system crash or hang?</description>
      <pubDate>Wed, 30 Mar 2005 10:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514444#M625224</guid>
      <dc:creator>GREGORY JONES_3</dc:creator>
      <dc:date>2005-03-30T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514445#M625225</link>
      <description>That depends on what you have in /usr or what is mounting to /usr.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 10:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514445#M625225</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-30T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514446#M625226</link>
      <description>You need to fix it - but it's probably not going to shut you down.  Man pages won't generate from compressed file if needed.  You won't be able to patch your system, or add new commands from swinstall.  But that's about it from what I can see.</description>
      <pubDate>Wed, 30 Mar 2005 11:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514446#M625226</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-30T11:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514447#M625227</link>
      <description>Usually /usr is relative static and growth is minimal if any.  Are you actually seeing growth or is it just close to 100%?  If there is a little slow growth, you should have time to schedule a little downtime to fix the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 30 Mar 2005 11:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514447#M625227</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-30T11:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514448#M625228</link>
      <description>the system should run w/o larger problems arising from a full /usr.&lt;BR /&gt;&lt;BR /&gt;an exception would be if there are applications that write logfiles or temporary data there (none should)&lt;BR /&gt;&lt;BR /&gt;out of my head I could think of squid which is often installed to /usr/local/squid and usually dumps core when the cache_dir is full. same might be valid for /opt (stm and apache would log there) so You'd see application failures, but the OS should be safe.&lt;BR /&gt;&lt;BR /&gt;always take care to give larger applications a filesystem of their own. i.e. a database application would stop working in an unhealthy state when it can't commit both data and redo logs...&lt;BR /&gt;&lt;BR /&gt;also, You won't be able to extend a filesystem using OnlineJFS when it is 100% full, so having a 1MB dummy file in a known location can be helpful.</description>
      <pubDate>Wed, 30 Mar 2005 11:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514448#M625228</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-03-30T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514449#M625229</link>
      <description>Depend on the application that was installed on /usr. If there is any app was installed on it, it will cause any error.&lt;BR /&gt;You need to make a plan to encrease the /usr mount point system.&lt;BR /&gt;To enlarge this mount point, you have to boot in single-user mode.&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Thu, 31 Mar 2005 02:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514449#M625229</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-03-31T02:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514450#M625230</link>
      <description>As with all computer systems, active managment of disk space is a requirement for system administrators. If you are using the default values for /usr (and /opt and /var and /tmp) and your system has growing usage, most all of these may have to be increased, doubled or tripled in size in most cases.&lt;BR /&gt; &lt;BR /&gt;A problem application may be storing a log file  somewhere in /usr (not the right place) or you have simply loaded a lot of applications that don't use the recommended location /opt, so /usr is filling up. Start by analyzing the biggest DIRECTORIES:&lt;BR /&gt; &lt;BR /&gt;du -kx /usr | sort -rn | more&lt;BR /&gt; &lt;BR /&gt;On a new 11i installation with a full set of patches and some common applications, this is what /usr looks like:&lt;BR /&gt; &lt;BR /&gt;1406784 /usr&lt;BR /&gt;769472  /usr/lib&lt;BR /&gt;337232  /usr/lib/nls&lt;BR /&gt;288856  /usr/lib/nls/loc&lt;BR /&gt;169144  /usr/lib/X11&lt;BR /&gt;145112  /usr/lib/X11/fonts&lt;BR /&gt;141416  /usr/lib/nls/loc/pa20_64&lt;BR /&gt;138408  /usr/share&lt;BR /&gt;138184  /usr/lib/nls/loc/pa20_64/locales.2&lt;BR /&gt;119960  /usr/lib/nls/loc/locales.2&lt;BR /&gt;115984  /usr/share/man&lt;BR /&gt;112632  /usr/lib/X11/fonts/TrueType&lt;BR /&gt;111816  /usr/sbin&lt;BR /&gt;107552  /usr/dt &lt;BR /&gt; &lt;BR /&gt;The units of measure are Kbytes so this /usr occupies about 1.5Gb of space. If you make /usr, /opt and /var all 2Gb, you should be fairly safe for the near future. But a regular task (which should be done by a cron job) is to monitor the percentage of use for the mounted filesystems (hint: bdf)</description>
      <pubDate>Thu, 31 Mar 2005 10:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514450#M625230</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-31T10:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514451#M625231</link>
      <description>thx for all you responses.&lt;BR /&gt;very helpful i will fix the problem by &lt;BR /&gt;scheduling down time to increase /usr.&lt;BR /&gt;only can add up to 20% more space, out of disk. &lt;BR /&gt;&lt;BR /&gt;thx again</description>
      <pubDate>Thu, 31 Mar 2005 10:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514451#M625231</guid>
      <dc:creator>GREGORY JONES_3</dc:creator>
      <dc:date>2005-03-31T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514452#M625232</link>
      <description>You're main trouble spots are going to be if /tmp or /var get filled up since important (but temporary files get generated in these file systems).&lt;BR /&gt;&lt;BR /&gt;When cleaning up /usr, you can also use:&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000c -print&lt;BR /&gt;&lt;BR /&gt;This will locate files that are greater than a meg big and might show you if you have something that is erroneously filling up the file system.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 10:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514452#M625232</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-03-31T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: /usr filling up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514453#M625233</link>
      <description>/usr is pretty STATIC&lt;BR /&gt;&lt;BR /&gt;try &lt;BR /&gt;cd /usr&lt;BR /&gt;find . -mtime -5 -print |wc&lt;BR /&gt;&lt;BR /&gt;If it is a high number&lt;BR /&gt;you might&lt;BR /&gt;&lt;BR /&gt;find . -mtime -5 -print |pg&lt;BR /&gt;&lt;BR /&gt;to see what files are being added or changed&lt;BR /&gt;On one of my systems the number is 5&lt;BR /&gt;that is 5 files and they were man pages.&lt;BR /&gt;If you get bunch. you might have your system&lt;BR /&gt;miss configured. and the file names should give you a clue about what needs done&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Rory</description>
      <pubDate>Thu, 31 Mar 2005 10:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-filling-up/m-p/3514453#M625233</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2005-03-31T10:56:25Z</dc:date>
    </item>
  </channel>
</rss>

