<?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: / is 100% full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759619#M259069</link>
    <description>If you have lsof try the following to see if any processes are holding open files that have been deleted:&lt;BR /&gt;&lt;BR /&gt;# lsof +aL1 /&lt;BR /&gt;&lt;BR /&gt;In case you don't have lsof get it from...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=lsof" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=lsof&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
    <pubDate>Mon, 27 Mar 2006 12:04:18 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-03-27T12:04:18Z</dc:date>
    <item>
      <title>/ is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759616#M259066</link>
      <description>my / is 100% full but no recent large files or directories written&lt;BR /&gt;&lt;BR /&gt;it looks like some user process holding the space &lt;BR /&gt;how to find out who/what it is?</description>
      <pubDate>Mon, 27 Mar 2006 11:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759616#M259066</guid>
      <dc:creator>GREGORY JONES_3</dc:creator>
      <dc:date>2006-03-27T11:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759617#M259067</link>
      <description>Shalom Gregory&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;You may wish to boot into single user mode, which makes it easier to id files when all the filesystems are not mounted.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Mar 2006 11:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759617#M259067</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759618#M259068</link>
      <description>Hi&lt;BR /&gt;Check for files that have been created/modified in last n no of days&lt;BR /&gt;&lt;BR /&gt;find / -mtime 10&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 27 Mar 2006 11:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759618#M259068</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-27T11:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759619#M259069</link>
      <description>If you have lsof try the following to see if any processes are holding open files that have been deleted:&lt;BR /&gt;&lt;BR /&gt;# lsof +aL1 /&lt;BR /&gt;&lt;BR /&gt;In case you don't have lsof get it from...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=lsof" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=lsof&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Mon, 27 Mar 2006 12:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759619#M259069</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-27T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759620#M259070</link>
      <description>Hello Gregory,&lt;BR /&gt;&lt;BR /&gt;Try : find / -size +10000 -xdev -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;+10000 : nb of blocks with 512 bytes per block.&lt;BR /&gt;&lt;BR /&gt;It will list all the biggest file of /&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Pat</description>
      <pubDate>Mon, 27 Mar 2006 12:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759620#M259070</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-27T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759621#M259071</link>
      <description>You may have large files hidden behind&lt;BR /&gt;mount points.  Do you have any NFS mounts?&lt;BR /&gt;If so, try unmounting and listing files&lt;BR /&gt;under the mount point.&lt;BR /&gt;&lt;BR /&gt;I generally set the access on mount points&lt;BR /&gt;to 000.  This severely limits the ability&lt;BR /&gt;to create files hidden by mount points. &lt;BR /&gt;&lt;BR /&gt;You may need to shutdown the auto mounter&lt;BR /&gt;to free up some mount points.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 12:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759621#M259071</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-03-27T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759622#M259072</link>
      <description>Also check for files which arent really needed under /. Example for core file, or some output log files etc.. worth getting rid of these. Also Check for any directories owned by owner other than root, which are not suppose to be under /.. &lt;BR /&gt;Also if package is moved to failover node and users still dumping files under mount point directories.. &lt;BR /&gt;Several possibilities.. &lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 27 Mar 2006 17:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759622#M259072</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2006-03-27T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: / is 100% full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759623#M259073</link>
      <description>If you tape drive was not connected well, and backup could fill your /dev with the backup data, that could make your / 100% full.</description>
      <pubDate>Mon, 27 Mar 2006 20:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-100-full/m-p/3759623#M259073</guid>
      <dc:creator>Wayne Yu_2</dc:creator>
      <dc:date>2006-03-27T20:14:22Z</dc:date>
    </item>
  </channel>
</rss>

