<?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: File System Full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631248#M41314</link>
    <description>hey,&lt;BR /&gt;&lt;BR /&gt;I would try to use these two commands to&lt;BR /&gt;look for big files or newly created files.  1) find / -xdev -size +1000&lt;BR /&gt;-exec ll {} \; &amp;gt; /tmp/bigfiles 2) find / -xdev -type f -mtime -2 -exec ll&lt;BR /&gt;{} \; &amp;gt; /tmp/newfiles&lt;BR /&gt;&lt;BR /&gt;Check for any errors while u were taking backup ? for eg: entering /dev/rmt/om instead of /dev/rmt/0m ?&lt;BR /&gt;&lt;BR /&gt;This document will surely help you to solve the problem:&lt;BR /&gt;HP Knowledge base #BA961218001&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Thu, 13 Dec 2001 16:42:45 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2001-12-13T16:42:45Z</dc:date>
    <item>
      <title>File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631242#M41308</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have several servers running HP-UX 10.20 with an Oracle database installed. Receintly I have been seeing my root file system reporting 100% (using bdf). The system usually operates between 75% and 85% used. I have trimmed all log files to zero, removed files from /tmp and it doesn't seem to make any difference in the %used. My root drive is 2GB and is managed by LVM. &lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 13 Dec 2001 16:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631242#M41308</guid>
      <dc:creator>Douglas Arneson</dc:creator>
      <dc:date>2001-12-13T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631243#M41309</link>
      <description>Well start by looking for files bigger than 100MB in the root file system, and then work down to 10MB by  removing the a zero from this...&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +100000000c -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 13 Dec 2001 16:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631243#M41309</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-12-13T16:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631244#M41310</link>
      <description>try this &lt;BR /&gt;&lt;BR /&gt;find / -xdev -print | xargs ls -l | sort -n -k 2 | tail -50 &lt;BR /&gt;&lt;BR /&gt;This will show the biggest files out there.</description>
      <pubDate>Thu, 13 Dec 2001 16:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631244#M41310</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-13T16:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631245#M41311</link>
      <description>Hi,&lt;BR /&gt;Make sure the file is not in use before removing it (fuser &lt;FILENAME&gt;)&lt;BR /&gt;Fr??d??ric&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 13 Dec 2001 16:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631245#M41311</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2001-12-13T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631246#M41312</link>
      <description>Hi Doug:&lt;BR /&gt;&lt;BR /&gt;I assume that you have a separate /tmp filesystem. The / filesystem should essentially not grow at all once a system is configured. Check for regular files in /dev. If is quite common to find misdirected tar files in /dev. e.g. You meant to use /dev/rmt/0m but used /dev/rmt/Om instead. Also use find to look for core files. I would also use the du -kx / command to look for large directories.</description>
      <pubDate>Thu, 13 Dec 2001 16:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631246#M41312</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-13T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631247#M41313</link>
      <description>if you've removed any large files that are still in use by any running process, then that file will no longer show in the ls listing, but the process will still be writing to it. The only way to free the space is to logoff/kill the process.  Check to see if you have any zombie processes out there, they may be doing this.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;mark</description>
      <pubDate>Thu, 13 Dec 2001 16:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631247#M41313</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2001-12-13T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631248#M41314</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;I would try to use these two commands to&lt;BR /&gt;look for big files or newly created files.  1) find / -xdev -size +1000&lt;BR /&gt;-exec ll {} \; &amp;gt; /tmp/bigfiles 2) find / -xdev -type f -mtime -2 -exec ll&lt;BR /&gt;{} \; &amp;gt; /tmp/newfiles&lt;BR /&gt;&lt;BR /&gt;Check for any errors while u were taking backup ? for eg: entering /dev/rmt/om instead of /dev/rmt/0m ?&lt;BR /&gt;&lt;BR /&gt;This document will surely help you to solve the problem:&lt;BR /&gt;HP Knowledge base #BA961218001&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 13 Dec 2001 16:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631248#M41314</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-13T16:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631249#M41315</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OK you can find bigger files with this command&lt;BR /&gt;find / -size +100000c -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;This would give you files bigger than 100,000 Characters. You can increase /decrease number of zeroes to look for the desired size.&lt;BR /&gt;&lt;BR /&gt;Some time if you deleted some files and still &lt;BR /&gt;you won't get space then probably it may due to there are some process still running related to deleted file.&lt;BR /&gt;Also check if your /dev file gieeting filled up by /om due to a wrong tape device destination name , instead of 0m&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 13 Dec 2001 16:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631249#M41315</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-13T16:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631250#M41316</link>
      <description>Thanks to all who suggested the 'find' command! That help us to find mail files that we didn't know existed. We must have had 1000s of files in /var/spool/mqueue, a few of which were over 1.5MG. We also had a large in /var/spool/cron/atjobs/dead.letter. &lt;BR /&gt;&lt;BR /&gt;Can these directories automatically be deleted like the /tmp directory during start up? &lt;BR /&gt;&lt;BR /&gt;One more question... Can the files in /var/preserve be deleted?&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 13 Dec 2001 19:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631250#M41316</guid>
      <dc:creator>Douglas Arneson</dc:creator>
      <dc:date>2001-12-13T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631251#M41317</link>
      <description>/var/preserve are old vi editor recover files.  As long as no one needs to recover a file from a vi crash, go ahead and delete them.  Usually anything over a day old is safe, because someone would have recovered them by now.</description>
      <pubDate>Thu, 13 Dec 2001 19:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631251#M41317</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-13T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: File System Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631252#M41318</link>
      <description>Thanks Jeff, that helped.</description>
      <pubDate>Thu, 13 Dec 2001 19:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2631252#M41318</guid>
      <dc:creator>Douglas Arneson</dc:creator>
      <dc:date>2001-12-13T19:16:59Z</dc:date>
    </item>
  </channel>
</rss>

