<?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: / 100% full - HELP ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080123#M142452</link>
    <description>Have you checked your /usr/adm/crash directory for already generated crash dump files ?&lt;BR /&gt;&lt;BR /&gt;Check for Big files in the root file system using SAM routine tasks&lt;BR /&gt;&lt;BR /&gt;if you are using Oracle database,  check for listener log may be  wrongly placed in root volume&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;A.Nagarathinam</description>
    <pubDate>Mon, 29 Sep 2003 04:48:56 GMT</pubDate>
    <dc:creator>Nagarathinam</dc:creator>
    <dc:date>2003-09-29T04:48:56Z</dc:date>
    <item>
      <title>/ 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080102#M142431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got a K-class machine running on HP-UX 10.20.  About two weeks ago, I noticed that the root filesystem was 100% full. Dmesg reflected the following:&lt;BR /&gt;&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;Did a du to catch the culprit, but to no avail as most of them are mounted onto their own mount points. Tried clearing root's email in elm, and trimmed all logfiles but still does not help. Rebooted the system as well and its' still 100% full. tried remove /etc/mnttab and then perform mount -a again and still does not help. Any guidelines on what to check ? What is taking up the root filesystem ? &lt;BR /&gt;&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Shirley&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Sep 2003 20:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080102#M142431</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-28T20:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080103#M142432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In many cases this is caused by a an incorrect backup being started to a flat file instead of a device.&lt;BR /&gt;&lt;BR /&gt;# du /dev&lt;BR /&gt;&lt;BR /&gt;# du /etc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 28 Sep 2003 20:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080103#M142432</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-28T20:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080104#M142433</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt response !&lt;BR /&gt;My du /dev/ shows the following:&lt;BR /&gt;&lt;BR /&gt;#du /dev |sort -rn&lt;BR /&gt;24      /dev&lt;BR /&gt;4       /dev/ptym&lt;BR /&gt;4       /dev/pty&lt;BR /&gt;2       /dev/vg01&lt;BR /&gt;2       /dev/vg00&lt;BR /&gt;2       /dev/rmt&lt;BR /&gt;2       /dev/pts&lt;BR /&gt;2       /dev/diag&lt;BR /&gt;0       /dev/rscsi&lt;BR /&gt;0       /dev/rdsk&lt;BR /&gt;0       /dev/dsk&lt;BR /&gt;0       /dev/diag/rmt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And my du /etc shows the following:&lt;BR /&gt;#du /etc |sort -rn |more&lt;BR /&gt;&lt;BR /&gt;5504    /etc&lt;BR /&gt;1762    /etc/lvmconf&lt;BR /&gt;908     /etc/hpC2400&lt;BR /&gt;674     /etc/X11&lt;BR /&gt;488     /etc/UPS.d&lt;BR /&gt;228     /etc/vue&lt;BR /&gt;196     /etc/opt&lt;BR /&gt;188     /etc/rc.config.d&lt;BR /&gt;188     /etc/mail&lt;BR /&gt;184     /etc/opt/dce&lt;BR /&gt;166     /etc/vue/config&lt;BR /&gt;118     /etc/SnmpAgent.d&lt;BR /&gt;108     /etc/sam&lt;BR /&gt;&lt;BR /&gt;Any clues what has gone wrong ?&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Sep 2003 20:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080104#M142433</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-28T20:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080105#M142434</link>
      <description>Going by the output, we have picked the wrong directory. Let's try and find some large files in /&lt;BR /&gt;&lt;BR /&gt;# find / -xdev -size 100000c -print&lt;BR /&gt;This will only check / and not any other filesystems.&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Sep 2003 20:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080105#M142434</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-28T20:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080106#M142435</link>
      <description>You need to run du on just the / directory. Do this:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn &amp;gt; /var/tmp/du.root&lt;BR /&gt; &lt;BR /&gt;Now the file /var/tmp will have all the directories in / sorted by size. The largest directories are:&lt;BR /&gt; &lt;BR /&gt;31056   /&lt;BR /&gt;18979   /sbin&lt;BR /&gt;9331    /etc                   &lt;BR /&gt;6680    /etc/opt&lt;BR /&gt;3676    /sbin/fs&lt;BR /&gt; &lt;BR /&gt;No other directories should show up in this list more than a few Kbytes. Growth in / is caused by sysadmin mistakes or intallers that fail to ask the sysadmin where files should be stored. &lt;BR /&gt;&lt;BR /&gt;/dev should NOT be larger than about 20-40 Kbytes (the -k option for du reports in Lb) If /dev is large, there are ordinary files in /dev (there should never be any). Most common are files like /dev/rmt/om or /dev/null. Find all the files in /dev with:&lt;BR /&gt; &lt;BR /&gt;find /dev -type f -exec ll {} \;&lt;BR /&gt; &lt;BR /&gt;There should be nothing shown. If /dev/null shows up as an ordinary file, do this:&lt;BR /&gt; &lt;BR /&gt;rm /dev/null&lt;BR /&gt;mknod /dev/null c 3 2&lt;BR /&gt; &lt;BR /&gt;If the root user accidently removes /dev/null, then it will become an ordinary file, possibly megs in size. If the / directory is the largest in the du.root file, then sort all the / files with:&lt;BR /&gt; &lt;BR /&gt;ll / | sort -rnk5 | head&lt;BR /&gt; &lt;BR /&gt;There should be *no* ordinary files in /, just directories. Unfortunately, HP-UX (and a few other Unix flavors) defauot root's $HOME directory to /, probably the worst possible location. Note that logfiles, email, spool files, etc are not in the / directory so this isn't the problem.</description>
      <pubDate>Sun, 28 Sep 2003 20:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080106#M142435</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-28T20:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080107#M142436</link>
      <description>All of these should be run:&lt;BR /&gt;&lt;BR /&gt;a)  du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;b)  find /dev -type f &lt;BR /&gt;&lt;BR /&gt;c)  quot /&lt;BR /&gt;&lt;BR /&gt;d)  find / -xdev -ctime 0 -exec ll {} \'&lt;BR /&gt;&lt;BR /&gt;NOTE:  curly brackets for d.)</description>
      <pubDate>Sun, 28 Sep 2003 22:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080107#M142436</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-09-28T22:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080108#M142437</link>
      <description>Something else that gets by a lot of folks, the  old hidden file trick.&lt;BR /&gt; &lt;BR /&gt;You create a folder on root called /steve&lt;BR /&gt; &lt;BR /&gt;You copy in 100 MB.&lt;BR /&gt; &lt;BR /&gt;You forget and decide to mount a filesystem called /steve on it. You set it up with lvm and mount it. Never remove the 100 MB.&lt;BR /&gt; &lt;BR /&gt;The files are still there and you can't see them, because there is a filesytem mounted on it.&lt;BR /&gt; &lt;BR /&gt;If all other measures faile the way to go is to bring the system into single user mode and start looking around.&lt;BR /&gt; &lt;BR /&gt;Interupt a boot at the console at the 10 second prompt. &lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact ...&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt; &lt;BR /&gt;A more realistic scenario is when /var failed to mount once during a boot. Operations missed it while I was out of town. Logs got written to the /var folder until the / filesystem got near full, then they booted the system. I got home to a very full / filesystem with no explanation. The only way to find it was single user mode.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt;Happy 5764&lt;BR /&gt;&amp;lt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Sun, 28 Sep 2003 22:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080108#M142437</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-28T22:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080109#M142438</link>
      <description>Hi,&lt;BR /&gt;Here's the results for the following commands:&lt;BR /&gt;&lt;BR /&gt;#find /dev -type f&lt;BR /&gt;/dev/null2&lt;BR /&gt;&lt;BR /&gt;#quot /&lt;BR /&gt;/dev/vg00/rlvol3 (/):&lt;BR /&gt;66335   oracle&lt;BR /&gt;13084   bin&lt;BR /&gt; 3581   root&lt;BR /&gt;   11   lp&lt;BR /&gt;&lt;BR /&gt;#du -kx / | sort -rn&lt;BR /&gt;17093   /&lt;BR /&gt;14163   /sbin&lt;BR /&gt;3039    /sbin/fs&lt;BR /&gt;2752    /etc&lt;BR /&gt;1297    /sbin/fs/vxfs&lt;BR /&gt;1110    /sbin/fs/hfs&lt;BR /&gt;881     /etc/lvmconf&lt;BR /&gt;510     /sbin/lib&lt;BR /&gt;454     /etc/hpC2400&lt;BR /&gt;388     /sbin/fs/nfs&lt;BR /&gt;337     /etc/X11&lt;BR /&gt;269     /sbin/init.d&lt;BR /&gt;244     /etc/UPS.d&lt;BR /&gt;132     /sbin/fs/cdfs&lt;BR /&gt;122     /sbin/set_parms.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea what could have gone wrong and eating up the space ? Thanks !&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Sep 2003 23:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080109#M142438</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-28T23:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080110#M142439</link>
      <description>Hi Shirley&lt;BR /&gt; &lt;BR /&gt;Can you post:&lt;BR /&gt;# bdf /&lt;BR /&gt; &lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Sun, 28 Sep 2003 23:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080110#M142439</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-28T23:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080111#M142440</link>
      <description>Shirley,&lt;BR /&gt;&lt;BR /&gt;I use the `find` command for situations like this.  There's a couple of options that will help:&lt;BR /&gt; -xdev   This keeps the find command from crossing to a different mount point&lt;BR /&gt; -size   Allows you to select the size of the files you're searching for&lt;BR /&gt; -exec   executes a command on the found files&lt;BR /&gt;&lt;BR /&gt;I'd do something like:&lt;BR /&gt;find / -xdex -size +20000 -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;This will give a long listing (`ls -l`) on the file that you found.&lt;BR /&gt;&lt;BR /&gt;The "\;" is necessary on the find command when you're using the exec option.  If this finds too many files, bump up the "-size" from +20000 to +25000.  If it doesn't find anything, start using smaller numbers( +15000, then +10000, etc).</description>
      <pubDate>Sun, 28 Sep 2003 23:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080111#M142440</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-09-28T23:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080112#M142441</link>
      <description>Hi, &lt;BR /&gt;When issued with the following find command, here's the results...&lt;BR /&gt;&lt;BR /&gt;#find / -xdev -size +1200 -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvchange&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvcreate&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvmerge&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvdisplay&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvextend&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvlnboot&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvreduce&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvremove&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/lvrmboot&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/pvchange&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/pvcreate&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/pvdisplay&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/pvmove&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgcfgbackup&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgcfgrestore&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgchange&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgcreate&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgdisplay&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgexport&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgextend&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgimport&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgreduce&lt;BR /&gt;-r-sr-xr-x  29 root       sys         696320 May 11  1999 /sbin/vgscan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And my bdf / output is as below:&lt;BR /&gt;&lt;BR /&gt; #bdf /&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3      86016   85104     888   99% /&lt;BR /&gt;Many thanks !</description>
      <pubDate>Mon, 29 Sep 2003 00:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080112#M142441</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-29T00:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080113#M142442</link>
      <description>Your root filesystem is a bit small.  I would consider making it bigger if I were you.  I think a complete "bdf" output for vg00 would be useful here.  If, for example, you don't have a separate file system for /tmp or /var you are going to have some trouble.</description>
      <pubDate>Mon, 29 Sep 2003 00:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080113#M142442</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-29T00:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080114#M142443</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the bdf output for vg00.&lt;BR /&gt;&lt;BR /&gt;#bdf |grep vg00&lt;BR /&gt;/dev/vg00/lvol3      86016   85104     888   99% /&lt;BR /&gt;/dev/vg00/lvol1      47829   18230   24816   42% /stand&lt;BR /&gt;/dev/vg00/lvol8     327680  144480  173419   45% /var&lt;BR /&gt;/dev/vg00/lvol7     417792  313482   97823   76% /usr&lt;BR /&gt;/dev/vg00/lvol4      32768    4591   27760   14% /tmp&lt;BR /&gt;/dev/vg00/lvol10    658197  478014  114363   81% /oradata2&lt;BR /&gt;/dev/vg00/lvol9    1024000  290235  687928   30% /oracle&lt;BR /&gt;/dev/vg00/lvol6     368640  286149   77508   79% /opt&lt;BR /&gt;/dev/vg00/lvol5      40960    5485   33395   14% /home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clue what could have caused the root filesystem to be suddenly full? This machine has been running for years and the root filesystem had never reached near 90% before.&lt;BR /&gt;Thanks !</description>
      <pubDate>Mon, 29 Sep 2003 01:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080114#M142443</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-29T01:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080115#M142444</link>
      <description>#ls /&lt;BR /&gt;stand&lt;BR /&gt;var&lt;BR /&gt;usr&lt;BR /&gt;tmp&lt;BR /&gt;oradata2&lt;BR /&gt;oracle&lt;BR /&gt;opt&lt;BR /&gt;home&lt;BR /&gt;&lt;BR /&gt;Do you have anyother dir's inside root where some files are residing and not mounted probably that is using the space&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 01:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080115#M142444</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-29T01:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080116#M142445</link>
      <description>Perhaps worth looking for "core" files. &lt;BR /&gt; &lt;BR /&gt;find / -name core -ok rm {} \;&lt;BR /&gt; &lt;BR /&gt;This will find any core files and prompt you to  remove them.  You probably don't need them.</description>
      <pubDate>Mon, 29 Sep 2003 01:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080116#M142445</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-29T01:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080117#M142446</link>
      <description>Hi Shirley,&lt;BR /&gt;&lt;BR /&gt;(as already mentioned 80MB for / ain't really big)&lt;BR /&gt;&lt;BR /&gt;As no large files could be found on /, there probably must be many small files, not?&lt;BR /&gt;.&lt;BR /&gt;Try:&lt;BR /&gt;find / -xdev -exec ll -d {} \;&lt;BR /&gt;Have a quick browse through this long list, and (re)move non-system files.&lt;BR /&gt;.&lt;BR /&gt;find /dev -size +20  -exec ll -d {} \;&lt;BR /&gt;should not produce any output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Mon, 29 Sep 2003 01:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080117#M142446</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-09-29T01:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080118#M142447</link>
      <description>Hi &lt;BR /&gt; &lt;BR /&gt;The main issue here is that du reports around 30MB for / while bdf shows its using 85MB.  &lt;BR /&gt; &lt;BR /&gt;Normally this indicates that you have an open file that has been removed but hasn't released space in /.  However a reboot fixes this problem.  &lt;BR /&gt;&lt;BR /&gt;If you have lsof installed run the following command:&lt;BR /&gt;# lsof / | sort -rnk 7 |more.&lt;BR /&gt;(This shows all open files for / fs, sorted by order of size.)&lt;BR /&gt;&lt;BR /&gt;Often its possible from this output to figure out the offending file and then kill the process that has the file open, thus releasing the space.   &lt;BR /&gt; &lt;BR /&gt;The other possibility is what SEP &amp;amp; TG mentioned.  Have you mounted any new filesystems recently (run mount command to see date of filesystem mounts).&lt;BR /&gt;  &lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 01:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080118#M142447</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-29T01:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080119#M142448</link>
      <description>Hi Mark,&lt;BR /&gt;Using the find  / -name core command manage to find one core file. Have removed it but still does not help.&lt;BR /&gt;&lt;BR /&gt;Hi Con,&lt;BR /&gt;I agree with you. The strange thing is, du reports about 30MB, but why does a root filesystem of 85MB not sufficient ? That's strange.&lt;BR /&gt;Unfortunately I do not have "lsof" installed.  Anyway to install it? I dont think I have any new filesystems recently created and mounted wrongly.&lt;BR /&gt;Normally I'll use the "SAM" method if I want to create a new lvol. I'll never create a directory if I want a new filesystem.&lt;BR /&gt;&lt;BR /&gt;Any clues?&lt;BR /&gt;&lt;BR /&gt;Troubled Shirley.. :-(</description>
      <pubDate>Mon, 29 Sep 2003 02:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080119#M142448</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2003-09-29T02:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080120#M142449</link>
      <description>Try: &lt;BR /&gt;#find / -name core -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Also you could try to remove log-files&lt;BR /&gt;/with regards to its content/:&lt;BR /&gt;# &amp;gt; logfile;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 02:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080120#M142449</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-09-29T02:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: / 100% full - HELP !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080121#M142450</link>
      <description>get lsof from here &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;</description>
      <pubDate>Mon, 29 Sep 2003 02:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-full-help/m-p/3080121#M142450</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-29T02:42:22Z</dc:date>
    </item>
  </channel>
</rss>

