<?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: bdf output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286332#M336136</link>
    <description>YOu will have to use du and lsof, because after removing the files...etc.... you will still have prosesses and whatnot "clinging" to the space so the space won't read as available.</description>
    <pubDate>Tue, 14 Oct 2008 15:06:39 GMT</pubDate>
    <dc:creator>Adam W.</dc:creator>
    <dc:date>2008-10-14T15:06:39Z</dc:date>
    <item>
      <title>bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286326#M336130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The root file system of one of our HPUX (11.11) servers was 98%. I have removed the unwanted files to acceptable level and the bdf output still show 98%. Any way to rectify without rebooting the server?</description>
      <pubDate>Tue, 14 Oct 2008 05:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286326#M336130</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2008-10-14T05:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286327#M336131</link>
      <description>find the bigger files&lt;BR /&gt;&lt;BR /&gt;1. find / -xdev -size +1000000c -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;2. du -sk / | sort -n&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 14 Oct 2008 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286327#M336131</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-14T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286328#M336132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check any open file is there under / also check any backgound process is running which is generating any files under root FS or check any core/zip files is there under /&lt;BR /&gt;&lt;BR /&gt;For checking open files&lt;BR /&gt;lsof +L1 +D /&lt;BR /&gt;&lt;BR /&gt;find / -name core -print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 14 Oct 2008 06:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286328#M336132</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-14T06:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286329#M336133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have removed the unwanted files. Now the problem is bdf not showing the actual information.&lt;BR /&gt;&lt;BR /&gt;How to make bdf show the actual info without rebooting the server?</description>
      <pubDate>Tue, 14 Oct 2008 06:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286329#M336133</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2008-10-14T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286330#M336134</link>
      <description>lsof command will give you the list of open files. Check for that files, this may be the reason.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 14 Oct 2008 06:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286330#M336134</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-14T06:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286331#M336135</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you delete a file which is still being used by some process, then you won't get the space until the process get terminated.&lt;BR /&gt;&lt;BR /&gt;But if you check with du command you will get the actual free space on the disk.&lt;BR /&gt;&lt;BR /&gt;So you need to find the process using the file which you deleted and kill that process. lsof is the tool to find the processes which is having open files.</description>
      <pubDate>Tue, 14 Oct 2008 08:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286331#M336135</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-14T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286332#M336136</link>
      <description>YOu will have to use du and lsof, because after removing the files...etc.... you will still have prosesses and whatnot "clinging" to the space so the space won't read as available.</description>
      <pubDate>Tue, 14 Oct 2008 15:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286332#M336136</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-14T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286333#M336137</link>
      <description>Once you find those process that have the files open that you removed you will still need to kill those processes in order for them to release the files from memory.&lt;BR /&gt;&lt;BR /&gt;I doubt that you will be able to do that as it probably will mean an outage to your application. Just reboot and get it over with.&lt;BR /&gt;&lt;BR /&gt;Also,  find those applications that are writing data to the root filesystem and reconfigure them.  If not your problem with be back again.  Stop allowing applications to write into the root filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2008 15:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286333#M336137</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-10-14T15:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdf output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286334#M336138</link>
      <description>&amp;gt;Tim: I doubt that you will be able to do that as it probably will mean an outage to your application. Just reboot and get it over with.&lt;BR /&gt;&lt;BR /&gt;As with killing zombie masters, you have to look at the wanted posted to figure out whether that process you want to kill is worth more dead than rebooting the system.  :-)</description>
      <pubDate>Wed, 15 Oct 2008 03:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-output/m-p/4286334#M336138</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-15T03:22:52Z</dc:date>
    </item>
  </channel>
</rss>

