<?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 File System Continually going Full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416230#M353771</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have an RX7640 running 11.31 and the /home (lvol5)filesystem is always going full.  However it only stays full for a few seconds and then it is cleaned up again.  We are not able to investigate fast enough to find out what is causing the file system to fill.  The syslog and dmesg provide no information, is there another log we can look into or a flag to turn on so that this type of information is captured in syslog?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andrew Pollard</description>
    <pubDate>Fri, 08 May 2009 13:58:07 GMT</pubDate>
    <dc:creator>Andrew Pollard</dc:creator>
    <dc:date>2009-05-08T13:58:07Z</dc:date>
    <item>
      <title>File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416230#M353771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have an RX7640 running 11.31 and the /home (lvol5)filesystem is always going full.  However it only stays full for a few seconds and then it is cleaned up again.  We are not able to investigate fast enough to find out what is causing the file system to fill.  The syslog and dmesg provide no information, is there another log we can look into or a flag to turn on so that this type of information is captured in syslog?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andrew Pollard</description>
      <pubDate>Fri, 08 May 2009 13:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416230#M353771</guid>
      <dc:creator>Andrew Pollard</dc:creator>
      <dc:date>2009-05-08T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416231#M353772</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When its full:&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;The /home file system is normally where users home directory is located. So it could be a user process.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 08 May 2009 14:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416231#M353772</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-08T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416232#M353773</link>
      <description>No other log to look at. What you need to do is find out if any of your users are running any processes that may be creating large temp files that would fill up the filesystem. In most cases when this happens and the filesystem fills up the process traps the full filesystem, cleans up and exits. See if you have any user complains about not being able to run such a process.&lt;BR /&gt;&lt;BR /&gt;Another thing to look for is if any of the users have set their TMPDIR variable and point it to their home directory. If this happened anything that utilizes the TMPDIR setting (vi and elm are two common programs that do this) would save everytjhing back in /home.&lt;BR /&gt;&lt;BR /&gt;Other things to try is to run ps or du listings via cron to find out what is running when the filesystem fills up but it may not be easy. At least the du commands will create a lot of unecessary i/o load.</description>
      <pubDate>Fri, 08 May 2009 14:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416232#M353773</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-05-08T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416233#M353774</link>
      <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;Yes we have tried that, we even created an automatic action in Openview to run the du command once the alerts appears and that template runs every 10 seconds but whatever file is causing the file system to fill is being removed just as quickly as it appears and we can never get any good information from the du.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Fri, 08 May 2009 14:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416233#M353774</guid>
      <dc:creator>Andrew Pollard</dc:creator>
      <dc:date>2009-05-08T14:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416234#M353775</link>
      <description>If it's always going full...can you narrow down the time it is always going full?&lt;BR /&gt;&lt;BR /&gt;If you can, then can you check for any automated (or cron'd) jobs running around that time?&lt;BR /&gt;&lt;BR /&gt;Or next it time it happens, see who's logged in and/or running something?  The issue may have cleared, but the "culprit" may be the person still logged in.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 08 May 2009 14:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416234#M353775</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-05-08T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416235#M353776</link>
      <description>You may want to get a list of users logged in at that time. If you don't have many you could possibly narrow it down after a few phone calls. You might also check out any cron jobs that run. I guess you could write a loop in a script that prints du output to a file and hope that it gives you a lead.</description>
      <pubDate>Fri, 08 May 2009 15:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416235#M353776</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-05-08T15:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416236#M353777</link>
      <description>I will also offer this. You will need a linux box to do this. But in some cases I will use the watch command with ssh to monitor things on my hpux box. Ex.&lt;BR /&gt;&lt;BR /&gt;watch -d ssh server du -sk /home/*</description>
      <pubDate>Fri, 08 May 2009 15:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416236#M353777</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-05-08T15:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416237#M353778</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to use fuser in order to see the users which open files on the file system. &lt;BR /&gt;Run something like this:&lt;BR /&gt;if [ $(bdf /home| awk 'NR&amp;gt;1 {print $(NF-1)}' | sed 's/%//') -gt 90 ] ; then&lt;BR /&gt;fuser -cu /home &amp;gt;&amp;gt; /var/logfile&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;If number of users is not too big, you can log out them and find the criminal&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 08 May 2009 16:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416237#M353778</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2009-05-08T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416238#M353779</link>
      <description>hello,&lt;BR /&gt;Maybe you can use disk quotes on the users in the /home directory. This might not resolve what keeps filling it up. But it should stop it from filling up the directory completely.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Fri, 08 May 2009 17:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416238#M353779</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2009-05-08T17:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416239#M353780</link>
      <description>Thank you all for your suggestions.  I think I will try the "watch" command from linux to see if I can catch the ID causing the issue.&lt;BR /&gt;&lt;BR /&gt;Andrew Pollard</description>
      <pubDate>Wed, 13 May 2009 11:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416239#M353780</guid>
      <dc:creator>Andrew Pollard</dc:creator>
      <dc:date>2009-05-13T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: File System Continually going Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416240#M353781</link>
      <description>You need to find the largest directories first. That's what du -ksx/home/* is for. Run this command into a logfile every minute or so:&lt;BR /&gt; &lt;BR /&gt;(date ; du -ksx /home/* | sort -rn | head) &amp;gt;&amp;gt; /var/tmp/duhome.log&lt;BR /&gt; &lt;BR /&gt;There's no point in looking at all the directories, just the biggest ones. And with this logfile, you'll see which one is growing. The name of the directory that grows rapidly is the problem user. This may be a logged-in user or it could be an cron or at job.</description>
      <pubDate>Thu, 14 May 2009 00:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-continually-going-full/m-p/4416240#M353781</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-14T00:59:50Z</dc:date>
    </item>
  </channel>
</rss>

