<?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: Freed disk space but bdf does not show it in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168023#M705348</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you start customer defined run commands CDRC in the foregound? In other words if you cmviewcl do you get,package starting or running. If it is starting change the CDRC so they start in the background or give back a exit 0. ( script that starts the software)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
    <pubDate>Mon, 19 Jan 2004 17:06:47 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-01-19T17:06:47Z</dc:date>
    <item>
      <title>Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168015#M705340</link>
      <description>My / was filling up due to a package log file growing too fast (had verbose logging turned on), so I modified the verbose switch, stopped the package, gzipped the package log file and renamed it, restarted the package, but the source of the problem is that I had tail -f running on the log file. The result is that the space is freed, but bdf does not say so (and neither do the ITO/performance monitors).  I know a reboot will solve this, but this system is in production.  Is there cleaner solution to have bdf reflect reality?</description>
      <pubDate>Mon, 19 Jan 2004 16:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168015#M705340</guid>
      <dc:creator>hydrocct</dc:creator>
      <dc:date>2004-01-19T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168016#M705341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you see the tail -f process in your process list 'ps -ef'? If so, find the PID and kill it.&lt;BR /&gt;&lt;BR /&gt;If not, then you will have to use "lsof" to find the processes that opened the log file. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 19 Jan 2004 16:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168016#M705341</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-19T16:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168017#M705342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There must be a process (tail)that keeps the file open. If you manage to find/kill the process ( lsof, fuser ) the disk space will clear up ( in bdf).&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Mon, 19 Jan 2004 16:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168017#M705342</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-19T16:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168018#M705343</link>
      <description>This is normal UNIX behavior and it really must work this way. When you rm a file (unlink in UNIX speak) what really happens it that the link count is reduced by one. If the link count reaches zero, the entry is removed from the directory BUT the space is not actually freed until the processes which have the file open either close the files or terminate themselves.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 16:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168018#M705343</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-19T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168019#M705344</link>
      <description>I forgot to mention I had killed the tail process, but before I did that, I restarted the package, so the log file is now attached to service guard processes, which I cannot kill.  In other words, I deleted a file which was attached to process A (tail), and before stopping A, process B claimed that same file (i.e, the log file is recreated by service guard if it no longer exists).  Now bdf is all confused.</description>
      <pubDate>Mon, 19 Jan 2004 16:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168019#M705344</guid>
      <dc:creator>hydrocct</dc:creator>
      <dc:date>2004-01-19T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168020#M705345</link>
      <description>Well, in that case reboot (as mentioned by you) is not the ultimate solution. The solution is the same thing you did before. Shut the package  and make sure there are no processes associated with it and you should get the space back.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 19 Jan 2004 16:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168020#M705345</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-19T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168021#M705346</link>
      <description>This a very radical solution.  Otherwise, I leave the system as it is, will the OS eventually complain that / is full (vxfs message is syslog.log) even though it isn't, or is this problem limited to bdf (which would mean that ITO templates use bdf).</description>
      <pubDate>Mon, 19 Jan 2004 16:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168021#M705346</guid>
      <dc:creator>hydrocct</dc:creator>
      <dc:date>2004-01-19T16:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168022#M705347</link>
      <description>The space is not going to be freed until the process releases the file. So, 'bdf' is going to&lt;BR /&gt;show the reality accounting for that file.&lt;BR /&gt;&lt;BR /&gt;You are going to receive a page once it reaches the configured threshold.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 19 Jan 2004 16:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168022#M705347</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-19T16:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168023#M705348</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you start customer defined run commands CDRC in the foregound? In other words if you cmviewcl do you get,package starting or running. If it is starting change the CDRC so they start in the background or give back a exit 0. ( script that starts the software)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Mon, 19 Jan 2004 17:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168023#M705348</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-19T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168024#M705349</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You might be able to fee up space elsewhere in /.&lt;BR /&gt;Run the following&lt;BR /&gt;du -akx | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;This will show the largest files/dirs in descending order. You may be able to remove/trim something just enough to get you by until you can halt the pkg again.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Jan 2004 17:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168024#M705349</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-19T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168025#M705350</link>
      <description>If you have lsof available, you could try to find the process giving the problem... Do a 'lsof | grep vg00/lvol3 | grep -v VREG'. &lt;BR /&gt;This might help you pinpoint the process, because it will report processes using the / directory, but your process will not show up in 'fuser /'.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 02:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168025#M705350</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-20T02:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Freed disk space but bdf does not show it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168026#M705351</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Or use this small script to find out which process has an opened indoe but no dir entry associated (rm has been done but space not freed until process dies)&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 20 Jan 2004 07:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/freed-disk-space-but-bdf-does-not-show-it/m-p/3168026#M705351</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2004-01-20T07:36:02Z</dc:date>
    </item>
  </channel>
</rss>

