<?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 full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088568#M731107</link>
    <description>BTW, that initial list you posted was a list of &lt;BR /&gt;large directories, not large files.&lt;BR /&gt;&lt;BR /&gt;To find large files...&lt;BR /&gt;&lt;BR /&gt;The following command (run as root) will&lt;BR /&gt;list files larger than about 10 MB...&lt;BR /&gt;&lt;BR /&gt;find / -type f  -size +10000000c -exec ls -l  {} \;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Nov 2007 14:49:07 GMT</pubDate>
    <dc:creator>Stan Sieler</dc:creator>
    <dc:date>2007-11-26T14:49:07Z</dc:date>
    <item>
      <title>/ is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088554#M731093</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;/ is 90% in my hp server and i am not able to find any logfiles in / which can reduce it here is the output of 20 big files and directories wich are occuping the space please suggest which file i can delete or compress..&lt;BR /&gt;&lt;BR /&gt;fsc004:[/etc] # du -x / | sort -rn | head -30&lt;BR /&gt;253474  /&lt;BR /&gt;158584  /etc&lt;BR /&gt;118012  /etc/vx&lt;BR /&gt;81496   /sbin&lt;BR /&gt;58746   /etc/vx/type&lt;BR /&gt;58720   /etc/vx/static.d&lt;BR /&gt;57350   /etc/vx/static.d/build&lt;BR /&gt;23922   /etc/vx/type/static&lt;BR /&gt;23654   /etc/opt&lt;BR /&gt;17604   /etc/vx/type/gen&lt;BR /&gt;13000   /etc/vx/type/raid5&lt;BR /&gt;11676   /sbin/fs&lt;BR /&gt;10606   /oracle&lt;BR /&gt;10116   /etc/opt/resmon&lt;BR /&gt;7924    /etc/opt/resmon/lbin&lt;BR /&gt;7700    /etc/lp&lt;BR /&gt;7038    /etc/opt/samba&lt;BR /&gt;6990    /etc/opt/samba/codepages&lt;BR /&gt;6940    /sbin/fs/vxfs&lt;BR /&gt;5988    /etc/lp/interface&lt;BR /&gt;4974    /etc/lp/interface/model.orig&lt;BR /&gt;4818    /etc/lvmconf&lt;BR /&gt;4514    /oracle/send&lt;BR /&gt;4218    /etc/vx/type/fsgen&lt;BR /&gt;3502    /sbin/fs/hfs&lt;BR /&gt;3232    /etc/opt/wbem&lt;BR /&gt;3228    /etc/opt/wbem/mof&lt;BR /&gt;2920    /etc/opt/cifsclient&lt;BR /&gt;2852    /etc/opt/cifsclient/unitables&lt;BR /&gt;1974    /etc/opt/resmon/lib&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 00:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088554#M731093</guid>
      <dc:creator>hemant dubey_1</dc:creator>
      <dc:date>2007-10-19T00:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088555#M731094</link>
      <description>&lt;A href="http://www.unix.com/hp-ux/26934-what-do-when-file-system-hp-ux-box-full.html" target="_blank"&gt;http://www.unix.com/hp-ux/26934-what-do-when-file-system-hp-ux-box-full.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/linux/27716-root-filesystem-size-full.html" target="_blank"&gt;http://www.unix.com/linux/27716-root-filesystem-size-full.html&lt;/A&gt;</description>
      <pubDate>Fri, 19 Oct 2007 01:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088555#M731094</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-10-19T01:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088556#M731095</link>
      <description>Is it growing? I have a system with / at 87%. It's been 87% for a long time, so it doesn't bother me.&lt;BR /&gt;&lt;BR /&gt;If it is growing you probably have a process that's writing to / but would be better writing to a different lvol.&lt;BR /&gt;&lt;BR /&gt;The usual suspect in a case like this is a mistyped tape device name creating a large file in /dev, but your output doesn't show /dev, so I don't think that's likely in your case.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Fri, 19 Oct 2007 01:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088556#M731095</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-10-19T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088557#M731096</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;your /oracle should not in /&lt;BR /&gt;your /oracle/send too&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I suspected you restore to /&lt;BR /&gt;&lt;BR /&gt;please move them&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Fri, 19 Oct 2007 02:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088557#M731096</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-19T02:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088558#M731097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you show us 'bdf' of your system?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 03:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088558#M731097</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-10-19T03:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088559#M731098</link>
      <description>thanks all for your inputs but issue is there&lt;BR /&gt;here is the output of bdf&lt;BR /&gt;&lt;BR /&gt;$ bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     204800  184091   19440   90% /&lt;BR /&gt;/dev/vg00/lvol1     199381   57299  122143   32% /stand&lt;BR /&gt;/dev/vg01/lvol5    2097152  903834 1118748   45% /work&lt;BR /&gt;/dev/vg00/lvol8    4096000 3010029 1020099   75% /var&lt;BR /&gt;/dev/vg00/lvol7    2048000 1224379  772184   61% /usr&lt;BR /&gt;/dev/vg00/lvol10    204800   21114  172244   11% /usr/soe&lt;BR /&gt;/dev/vg01/lvol6    1048576  521152  494470   51% /usr/cachesys50&lt;BR /&gt;/dev/vg02/lvol1    1048576  298987  703051   30% /usr/cachesys41&lt;BR /&gt;/dev/vg01/lvol1     524288   72727  423372   15% /usr/cachesys&lt;BR /&gt;/dev/vg02/lvol5    10240000 3716962 6349984   37% /users&lt;BR /&gt;/dev/vg00/lvol6     204800    1246  190899    1% /tmp&lt;BR /&gt;/dev/vg00/lvol5    2048000 1350188  654208   67% /opt&lt;BR /&gt;/dev/vg00/lvol9     204800   55467  140046   28% /opt/tng&lt;BR /&gt;/dev/vg00/lvol4     102400   53586   45784   54% /home&lt;BR /&gt;/dev/vg02/lvol6     524288    6529  485406    1% /database50/wij&lt;BR /&gt;/dev/vg02/lvol7     131072   71151   56181   56% /database50/journal&lt;BR /&gt;/dev/vg02/lvol2    31621120 25658912 5869296   81% /database41&lt;BR /&gt;/dev/vg02/lvol4     524288   78732  417715   16% /database41/wij&lt;BR /&gt;/dev/vg02/lvol3     131072    3126  119953    3% /database41/journal&lt;BR /&gt;/dev/vg01/lvol2    12288000 8325650 3838530   68% /database&lt;BR /&gt;/dev/vg01/lvol4     524288    1229  490375    0% /database/wij&lt;BR /&gt;/dev/vg01/lvol3    1024000   88939  876682    9% /database/journal&lt;BR /&gt;/dev/vg03/lvol1    22974464 20071380 2863396   88% /backup&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 04:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088559#M731098</guid>
      <dc:creator>hemant dubey_1</dc:creator>
      <dc:date>2007-10-19T04:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088560#M731099</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;What is in the /etc/vx directory as that is taking up nearly half of the total space. I don't have a directory called that so I'm guessing it's not part of the standard O/S install and is an additional product. If it is required and likely to grow, you may need to look at creating a link so the information is in a serarate file system.</description>
      <pubDate>Fri, 19 Oct 2007 04:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088560#M731099</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2007-10-19T04:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088561#M731100</link>
      <description>&lt;BR /&gt;fsc004:[/] # ll /etc/vx/static.d/build&lt;BR /&gt;total 57350&lt;BR /&gt;-r-xr-xr-x   1 bin        bin        29362205 Oct  6  2004 vold.o&lt;BR /&gt;&lt;BR /&gt;this file is taking 29 MB space i dont know what is the use of this file.. Could someone suggest if i can make mv or make a link of this file &lt;BR /&gt;/etc/vx/static.d/build/vold.o</description>
      <pubDate>Fri, 19 Oct 2007 04:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088561#M731100</guid>
      <dc:creator>hemant dubey_1</dc:creator>
      <dc:date>2007-10-19T04:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088562#M731101</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;first /etc/vx is ok - i've it too, and it's static (not growing).&lt;BR /&gt;Then - your &lt;BR /&gt;/dev/vg00/lvol3 204800 184091 19440 90% /&lt;BR /&gt;is very small, so not thought for additional software, so as said before you should move /oracle, then you should be ok.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 04:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088562#M731101</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-10-19T04:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088563#M731102</link>
      <description>fyi - vx seems to be Veritas File System (Online JFS)&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 04:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088563#M731102</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-10-19T04:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088564#M731103</link>
      <description>The /etc/vx directory is, I believe, related to VxVM the Veritas Volume Manager, rather than Online JFS.  If you're not using VxVM, you could try swremove'ing it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 19 Oct 2007 04:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088564#M731103</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-10-19T04:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088565#M731104</link>
      <description>Check for the existence of a large file in /dev/rmt where someone attempted to backup a file but mistyped the device name. &lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/ &lt;BR /&gt;&lt;BR /&gt;Check your database logs (if this is a database server) zero them out &lt;BR /&gt;&lt;BR /&gt;cd &lt;YOUR database="" log="" directory=""&gt;&lt;BR /&gt;echo &amp;gt; logname.log &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We had both problems in the past. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your standard size for 0m, 1m, etc, are small (see below on healthy system) &lt;BR /&gt;&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000000 Aug 10 10:17 0m&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000080 Jun 18 15:18 0mb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000040 Jun 20 13:18 0mn&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x0000c0 Jun 18 15:18 0mnb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033000 Oct 19 04:25 1m&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033080 Jun 18 15:18 1mb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033040 Jun 18 15:18 1mn&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x0330c0 Jun 18 15:18 1mnb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000000 Aug 10 10:17 c0t0d0BEST&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000080 Jun 18 15:18 c0t0d0BESTb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x000040 Jun 20 13:18 c0t0d0BESTn&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x0000c0 Jun 18 15:18 c0t0d0BESTnb&lt;BR /&gt;crw-rw-rw-   1 bin        bin        205 0x000001 Jun 18 15:18 c0t0d0DDS&lt;BR /&gt;crw-rw-rw-   1 bin        bin        205 0x000081 Jun 18 15:18 c0t0d0DDSb&lt;BR /&gt;crw-rw-rw-   1 bin        bin        205 0x000041 Jun 18 15:18 c0t0d0DDSn&lt;BR /&gt;crw-rw-rw-   1 bin        bin        205 0x0000c1 Jun 18 15:18 c0t0d0DDSnb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033000 Oct 19 04:25 c3t3d0BEST&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033080 Jun 18 15:18 c3t3d0BESTb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x033040 Jun 18 15:18 c3t3d0BESTn&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x0330c0 Jun 18 15:18 c3t3d0BESTnb&lt;BR /&gt;-rw-------   1 root       sys              0 Jun 22 07:54 rStp0&lt;BR /&gt;crw-r--r--   1 bin        bin        205 0xfffffe Jun 18 15:18 stape_config&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Fri, 19 Oct 2007 08:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088565#M731104</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2007-10-19T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088566#M731105</link>
      <description>Or simply check for the existence of a regular file in /dev:&lt;BR /&gt;&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;There should be none.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 19 Oct 2007 09:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088566#M731105</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-10-19T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088567#M731106</link>
      <description>Another option is to increase the size of /&lt;BR /&gt;&lt;BR /&gt;Your / is only 200MB - you can either use ignite to resize your vg00 (requres downtime) or if you have a spare disk - or if / is mirrored, then you can use the following procedure - make sure you have a good backup - this can be done on line without an outage:&lt;BR /&gt;&lt;BR /&gt;Not for the faint of heart.&lt;BR /&gt;&lt;BR /&gt;No outage required , if you have online jfs. &lt;BR /&gt;If you do not have online jfs , do all the following in LVM maintenance mode.&lt;BR /&gt;Note: this will only work if SWAP is NOT the next lvol after /&lt;BR /&gt;&lt;BR /&gt;a. Login as root.&lt;BR /&gt;b. Find out a free disk / un mirror the rootvg and make that disk free.&lt;BR /&gt;c. find out the next logical volume after lvol3(assumed lvol3 is root)&lt;BR /&gt;d. pvmove that logical volume onto the newly added disk &lt;BR /&gt;[ pvmove -n /dev/vg00/lvol4 /dev/dsk/CURRENT /dev/dsk/NEW]&lt;BR /&gt;e. now you should be able to increase root filesystem to an additional `size_of_the_lvol4`.&lt;BR /&gt;f. pvmove the lvol4 back to root vg ( vg00)&lt;BR /&gt;&lt;BR /&gt;boot,swap and root are the only lvols that needs a contegeous policy. so , it does not matter where lvol4 is.&lt;BR /&gt;&lt;BR /&gt;Example, move lvol4 away from lvol3 , thus creating a contegeous space right after lvol3. If you need more space on "/" you will be able to move lvol5 ...6 to the next disk and do the stuff. Do remember to migrate them back to the original disk.&lt;BR /&gt;&lt;BR /&gt;Now, if you have mirrored root vg, then break the mirror before you do this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Practical Example (actual test)&lt;BR /&gt;&lt;BR /&gt;# bdf |grep vg00&lt;BR /&gt;/dev/vg00/lvol3     204800  151616   53184   74% /&lt;BR /&gt;/dev/vg00/lvol1     125808   49064   64160   43% /stand&lt;BR /&gt;/dev/vg00/lvol7    4194304 2501208 1680472   60% /var&lt;BR /&gt;/dev/vg00/lvol6    3145728 1856304 1279456   59% /usr&lt;BR /&gt;/dev/vg00/lvol5     524288  160992  361104   31% /tmp&lt;BR /&gt;/dev/vg00/lvol4    2097152 1833496  261656   88% /opt&lt;BR /&gt;/dev/vg00/lvol8    1048576  622656  422632   60% /home&lt;BR /&gt;/dev/vg00/lvol10   2097152 1270980  774595   62% /app&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Find a spare disk (or break root's mirror and use that one):&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab |grep c7t0d6&lt;BR /&gt;pvcreate -f /dev/rdsk/c7t0d6&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c7t0d6&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol4 |more&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol4&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol4 |more&lt;BR /&gt;pvmove -n /dev/vg00/lvol4 /dev/dsk/c0t6d0 /dev/dsk/c7t0d6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol3&lt;BR /&gt;lvextend -L 1024 /dev/vg00/lvol3&lt;BR /&gt;fsadm -b 1024M /&lt;BR /&gt;&lt;BR /&gt;pvmove -n /dev/vg00/lvol4 /dev/dsk/c7t0d6 /dev/dsk/c0t6d0&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c7t0d6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# bdf |grep vg00&lt;BR /&gt;/dev/vg00/lvol3    1048576  151640  890456   15% /&lt;BR /&gt;/dev/vg00/lvol1     125808   49064   64160   43% /stand&lt;BR /&gt;/dev/vg00/lvol7    4194304 2506048 1675672   60% /var&lt;BR /&gt;/dev/vg00/lvol6    3145728 1856304 1279456   59% /usr&lt;BR /&gt;/dev/vg00/lvol5     524288  160992  361104   31% /tmp&lt;BR /&gt;/dev/vg00/lvol4    2097152 1833552  261600   88% /opt&lt;BR /&gt;/dev/vg00/lvol8    1048576  622656  422632   60% /home&lt;BR /&gt;/dev/vg00/lvol10   2097152 1270980  774595   62% /app&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088567#M731106</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-10-19T09:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088568#M731107</link>
      <description>BTW, that initial list you posted was a list of &lt;BR /&gt;large directories, not large files.&lt;BR /&gt;&lt;BR /&gt;To find large files...&lt;BR /&gt;&lt;BR /&gt;The following command (run as root) will&lt;BR /&gt;list files larger than about 10 MB...&lt;BR /&gt;&lt;BR /&gt;find / -type f  -size +10000000c -exec ls -l  {} \;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2007 14:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4088568#M731107</guid>
      <dc:creator>Stan Sieler</dc:creator>
      <dc:date>2007-11-26T14:49:07Z</dc:date>
    </item>
  </channel>
</rss>

