<?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 file system full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575224#M858286</link>
    <description>Idris,&lt;BR /&gt;&lt;BR /&gt;Not all the directories are linked from /usr to /var. You really need to check if you have any software installed under usr. There is a directory called /usr/local and some softwares tend to go in there. If it is too big, you may want to create a seperate file system for it.&lt;BR /&gt;&lt;BR /&gt;You can verify which directory is taking most of the space by doing&lt;BR /&gt;&lt;BR /&gt;#cd /usr&lt;BR /&gt;#du -sk |sort -n&lt;BR /&gt;&lt;BR /&gt;This will give a good idea. /usr has lib that occupies around 200 MB with sbin being around 100. Other miscellenous shouldn't take more than another 150MB. &lt;BR /&gt;/usr/adm and /usr/tmp are linked to /var/adm and /var/tmp.&lt;BR /&gt;&lt;BR /&gt;There are some sofwares that like to go into /usr. I would create a seperate file systems for such softwares.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 05 Sep 2001 00:55:07 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-09-05T00:55:07Z</dc:date>
    <item>
      <title>/usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575222#M858284</link>
      <description>my /usr file system almost full (97%) and I cannot find any big file in this directory. ?usr and /var file system are linked with each other ?? SOmeone can explain to me the /usr &amp;amp; /var directory. How could I find some files in /usr that i can remove it. Thanks.</description>
      <pubDate>Wed, 05 Sep 2001 00:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575222#M858284</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2001-09-05T00:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575223#M858285</link>
      <description>hi,&lt;BR /&gt;Do you have link of following files in /usr ?&lt;BR /&gt;&lt;BR /&gt;adm -&amp;gt; /var/adm&lt;BR /&gt;mail -&amp;gt; /var/mail&lt;BR /&gt;preserve -&amp;gt;/var/preserve&lt;BR /&gt;spool -&amp;gt; /var/spool&lt;BR /&gt;tmp -&amp;gt; /var/tmp&lt;BR /&gt;normally /usr does not grow as compared to the /var&lt;BR /&gt;You must do house keeping regularly in /var.&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 00:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575223#M858285</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-05T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575224#M858286</link>
      <description>Idris,&lt;BR /&gt;&lt;BR /&gt;Not all the directories are linked from /usr to /var. You really need to check if you have any software installed under usr. There is a directory called /usr/local and some softwares tend to go in there. If it is too big, you may want to create a seperate file system for it.&lt;BR /&gt;&lt;BR /&gt;You can verify which directory is taking most of the space by doing&lt;BR /&gt;&lt;BR /&gt;#cd /usr&lt;BR /&gt;#du -sk |sort -n&lt;BR /&gt;&lt;BR /&gt;This will give a good idea. /usr has lib that occupies around 200 MB with sbin being around 100. Other miscellenous shouldn't take more than another 150MB. &lt;BR /&gt;/usr/adm and /usr/tmp are linked to /var/adm and /var/tmp.&lt;BR /&gt;&lt;BR /&gt;There are some sofwares that like to go into /usr. I would create a seperate file systems for such softwares.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 05 Sep 2001 00:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575224#M858286</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-05T00:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575225#M858287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can look for these and clean them and try&lt;BR /&gt;/var/adm/crash &lt;BR /&gt;Look for everything &lt;BR /&gt;/var/adm, /var/adm/sa&lt;BR /&gt;look for large acct files &lt;BR /&gt;/var/mail &lt;BR /&gt;look for big mail files... &lt;BR /&gt;/var/spool &lt;BR /&gt;look for dead print jobs that are still there.&lt;BR /&gt;/var/adm/sw&lt;BR /&gt;delete the log files or make their size "0" &lt;BR /&gt;check /var/dt for unused configurations, old error logs, etc... &lt;BR /&gt;&lt;BR /&gt;check the dot files under /, especially if your are running netscape!  &lt;BR /&gt;&lt;BR /&gt;The best tool to use is "/usr/bin/du".  &lt;BR /&gt;cd / &lt;BR /&gt;du -sk * &lt;BR /&gt;&lt;BR /&gt;This will show the use of all the directories!&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 00:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575225#M858287</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-05T00:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575226#M858288</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have any core files they certainly can be removed to regain space:&lt;BR /&gt;&lt;BR /&gt;# find /usr -name core -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;As for links between /usr and /var, there are several "transition links" that remap pre-10.x file system layouts to current standards.  Most notably, there are links in /usr to /var, namely:&lt;BR /&gt;&lt;BR /&gt;/usr/adm -&amp;gt; /var/adm&lt;BR /&gt;/usr/mail -&amp;gt; /var/mail&lt;BR /&gt;/usr/spool -&amp;gt; /var/spool&lt;BR /&gt;/usr/tmp -&amp;gt; /var/tmp&lt;BR /&gt;&lt;BR /&gt;You will see transition links with a "t" as the last letter of the symbolic permissions, as for example "lrwxrwxrwt".&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Sep 2001 01:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575226#M858288</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-05T01:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575227#M858289</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  Check for core files in /usr. If there delete it. Normally /usr will not grow like this. In ur case I think some unwanted link is there from /var. And U can trim the log file in /var/adm. Then see any difference is there or not.&lt;BR /&gt;&lt;BR /&gt;   Did U rebooted the system after this size hike? If not once U reboot and see. Problem may get solved.&lt;BR /&gt;&lt;BR /&gt;   If U are not getting any solution, checkup for free space in VG. If yes, Extend the /usr file system after booting thru lvm maintanence mode.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 05 Sep 2001 04:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575227#M858289</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-09-05T04:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575228#M858290</link>
      <description>One more thing to add, some vendors (for reasons unknown) seem to insist that their software is installed in /usr instead of /opt or somewhere else.  Check to see if any 3rd party applications are installed in /usr or even /usr/local.  If so, I suggest making them a separate filesystem.  It makes sense to do this for /usr/local if it is rather large as well.  Doing a du -sk * from /usr is the best place to start to see where your space is being consumed.</description>
      <pubDate>Wed, 05 Sep 2001 08:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575228#M858290</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-09-05T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575229#M858291</link>
      <description>Hi Idris,&lt;BR /&gt;you cann running the Program Cleanup for deleting old Version?s of Pathches and Sofware.&lt;BR /&gt;This can help You for obtaining free  space on /usr.</description>
      <pubDate>Wed, 05 Sep 2001 09:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575229#M858291</guid>
      <dc:creator>AlHassani Mohamed</dc:creator>
      <dc:date>2001-09-05T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575230#M858292</link>
      <description>HI&lt;BR /&gt;Checking the usage by directory in /usr will be a good idea to start looking for space.&lt;BR /&gt;#cd /usr &lt;BR /&gt;#du -sk |sort -n &lt;BR /&gt;&lt;BR /&gt;Any big applications in /usr may be considered for moving in a seperate file system.(even /usr/local)&lt;BR /&gt;&lt;BR /&gt;If not consider extending it. What's your current size of /usr?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 15:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575230#M858292</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-09-05T15:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575231#M858293</link>
      <description>Also, check under the /usr/old directory.  I found a lot of previous versions of updated software hidden under there on an older server of mine in repeating newconfig directories. I was able to knock 5% off right there.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 05 Sep 2001 16:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575231#M858293</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-09-05T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575232#M858294</link>
      <description>All of these suggestions are valid. I usually start with the "du -s *" in /usr to find out which directory has the most space being consumed. I start looking for the largest of the numbers displayed. Remember that the output is given in 512 byte blocks, so multiply the number that you get by 512 to find approx MB being used.&lt;BR /&gt;&lt;BR /&gt;If you find nothing of substance, I would then see if fsck can find some broken chains or file pointers, lost inodes, resource maps...&lt;BR /&gt;I have found fsck's that have recovered space in the 100's of MB. Do the fsck -n /dev/vg00/rlvol? to see if you have any corruption that fsck needs to fix. If you do, I would do it at the single user mode run level and clean it up. You may not be able to rely on the automatic check during reboot, so do it manually.&lt;BR /&gt;&lt;BR /&gt;The other area, if fsck comes back clean is files that were removed, but the space being used by that file has not been returned because there is a process that still owns that space. A reboot would cure that also.&lt;BR /&gt;&lt;BR /&gt;Keep us posted.</description>
      <pubDate>Wed, 05 Sep 2001 19:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575232#M858294</guid>
      <dc:creator>Jeff Gyurko</dc:creator>
      <dc:date>2001-09-05T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575233#M858295</link>
      <description>Hi Idris,&lt;BR /&gt;&lt;BR /&gt;best command is :&lt;BR /&gt;&lt;BR /&gt;du -k /usr ? more&lt;BR /&gt;&lt;BR /&gt;This allows you to check the content of each directory and to lock where the suddent increase comes from.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Wed, 05 Sep 2001 21:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-full/m-p/2575233#M858295</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-09-05T21:21:06Z</dc:date>
    </item>
  </channel>
</rss>

