<?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: root file system space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288835#M336504</link>
    <description>Hi,&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>Fri, 17 Oct 2008 06:33:04 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2008-10-17T06:33:04Z</dc:date>
    <item>
      <title>root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288834#M336503</link>
      <description>Dear sirs,&lt;BR /&gt;Im using HP-UX 11.11. Sudenly the root file system grou up until 100%. During the backup i see tha t the root file system has only 380MB ocupied but it still showing 1048064 KB in BDF wich is near to the size of root size.&lt;BR /&gt;&lt;BR /&gt;when I do df -k it shows for /:&lt;BR /&gt;&lt;BR /&gt;1048576 total allocated Kb&lt;BR /&gt;    512 free allocated Kb&lt;BR /&gt;1048064 used allocated Kb&lt;BR /&gt;     99 % allocation used&lt;BR /&gt;&lt;BR /&gt;how can I free the space in order to have 318M when I do BDF?&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Ernesto&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 06:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288834#M336503</guid>
      <dc:creator>Emandlate</dc:creator>
      <dc:date>2008-10-17T06:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288835#M336504</link>
      <description>Hi,&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>Fri, 17 Oct 2008 06:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288835#M336504</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-17T06:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288836#M336505</link>
      <description>hi,&lt;BR /&gt;Suggestion:&lt;BR /&gt;bdf reports disk space occupied by files plus space reserved by processes/or some running program. you may check your system for such reservation or you can reboot or fsck to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;sometimes this space calculation is "virtual" like a process working on a log file, now after removing log file, you expect the system to show you increase in free space, well until process/daemon dies, you may not get this result.&lt;BR /&gt;&lt;BR /&gt;and sometimes it could be "real" like a program has reserved some space that you don't know and  you want your system to report "physical" space and not "logical"&lt;BR /&gt;&lt;BR /&gt;hope you get good idea what i have in my suggestion. :)&lt;BR /&gt;&lt;BR /&gt;" My Answers are Not Final"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asghar</description>
      <pubDate>Fri, 17 Oct 2008 07:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288836#M336505</guid>
      <dc:creator>Muhammad Asghar_1</dc:creator>
      <dc:date>2008-10-17T07:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288837#M336506</link>
      <description>hi Emandlate,&lt;BR /&gt;Are you getting logs from some application or like in the root directory ..&lt;BR /&gt;&lt;BR /&gt;check it out by..&lt;BR /&gt;&lt;BR /&gt;#find / -name "*.log" -print -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;check out for any tar file by&lt;BR /&gt;&lt;BR /&gt;#find / -name "*.tar" -print -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;and you may truncate the unnecessary files/tar file..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;prasad&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288837#M336506</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2008-10-17T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288838#M336507</link>
      <description>Check for large files and running files. Use lsof for this or a favorite of mine is always:&lt;BR /&gt;find / -xdev -depth -size +7000 â  xdev -exec ll {} \; | more&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;find / -type f -size +1000000c -xdev -exec ls -l {} \;&lt;BR /&gt;(if you want to search for a number of characters try the lower case c after the number&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;A little fof your topic but:/usr/sbin/cleanup -c 2 (will remove all patches superseded more that 2 times. useful knowledge is all)&lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;Also I would search for any core files and remove them. Sometimes I have them in /&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288838#M336507</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-17T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: root file system space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288839#M336508</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls check if there are any regular files (instead of the special device files) in /edv directory.&lt;BR /&gt;Many times during backup - due to wrong target device name files get created in /dev.&lt;BR /&gt;do&lt;BR /&gt;find /dev -xdev -type f -print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do a du -ks / | sort -nr | head -20&lt;BR /&gt;This will give you the top 20 files/directories consuming space in / filesystem.&lt;BR /&gt;&lt;BR /&gt;Then before deleting any file - if you find being large and unwanted in / filesystem, check that it is not being used - by&lt;BR /&gt;fuser -u &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;or use lsof as suggested above.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-space/m-p/4288839#M336508</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-10-17T13:40:29Z</dc:date>
    </item>
  </channel>
</rss>

