<?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 directory full after crash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631113#M378463</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;some open file will be there use lsof command.&lt;BR /&gt;&lt;BR /&gt;If possible take one more reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
    <pubDate>Mon, 10 May 2010 17:55:32 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2010-05-10T17:55:32Z</dc:date>
    <item>
      <title>Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631107#M378457</link>
      <description>Hi,&lt;BR /&gt;I have a root directory full after two crash dump on HP-UX 11.31.&lt;BR /&gt;&lt;BR /&gt;Filesystem  kbytes used  avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3 1048576 1048504 72 100% /&lt;BR /&gt;I can't determine where are the file created on root directory (/). I already delete the crash dump allocated on /var/adm/crash after send to HP.&lt;BR /&gt;&lt;BR /&gt;Could you help me please?</description>
      <pubDate>Mon, 10 May 2010 15:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631107#M378457</guid>
      <dc:creator>Martin Talero</dc:creator>
      <dc:date>2010-05-10T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631108#M378458</link>
      <description>Run find:&lt;BR /&gt;&lt;BR /&gt;find / -name core &lt;BR /&gt;&lt;BR /&gt;then remove.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 10 May 2010 15:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631108#M378458</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-05-10T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631109#M378459</link>
      <description>Pete thanks for your response, but I has been already deleted the crash dump allocated on /var/adm/crash after send to HP.&lt;BR /&gt;&lt;BR /&gt;And there are no more core.</description>
      <pubDate>Mon, 10 May 2010 16:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631109#M378459</guid>
      <dc:creator>Martin Talero</dc:creator>
      <dc:date>2010-05-10T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631110#M378460</link>
      <description>The kernel configuration at the time of the crash is typically saved to a "crashconfig" configuration under /stand. If you don't have much space for extra configurations, this could be your issue.&lt;BR /&gt;&lt;BR /&gt;`kconfig` (Lists configurations -- see if there is a crashconfig listed).&lt;BR /&gt;&lt;BR /&gt;`du /stand/crashconfig` (See how much space it is taking if present).&lt;BR /&gt;&lt;BR /&gt;Since you already sent the crash off to HP, and especially if the crashconfig is simply your current configuration anyway (you've made no changes to tunables, patches, etc.) and you don't need the extra copy:&lt;BR /&gt;&lt;BR /&gt;`kconfig -d crashconfig` (Will delete said backup crash configuration).</description>
      <pubDate>Mon, 10 May 2010 16:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631110#M378460</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2010-05-10T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631111#M378461</link>
      <description>Shalom Martin,&lt;BR /&gt;&lt;BR /&gt;/var/adm/crash  is normally mounted on the /var file system and clearing the crash dump has no impact on / the root file system.&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Find the big directories, make sure they are not part of mounted file systems (bdf) and find the place to look for stuff to delete.&lt;BR /&gt;&lt;BR /&gt;Finding and locating core files is very likely to help with / 100% condition.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 May 2010 16:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631111#M378461</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-05-10T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631112#M378462</link>
      <description>can you post the output of "ll /"?</description>
      <pubDate>Mon, 10 May 2010 17:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631112#M378462</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-05-10T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631113#M378463</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;some open file will be there use lsof command.&lt;BR /&gt;&lt;BR /&gt;If possible take one more reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 10 May 2010 17:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631113#M378463</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-05-10T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631114#M378464</link>
      <description>check this &lt;BR /&gt;&lt;BR /&gt;# du -xk / | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;also look for &lt;BR /&gt;&lt;BR /&gt;/root/.local/share/Trash/trash_files&lt;BR /&gt;&lt;BR /&gt;to clean up all these filess</description>
      <pubDate>Mon, 10 May 2010 18:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631114#M378464</guid>
      <dc:creator>nazishjamal</dc:creator>
      <dc:date>2010-05-10T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631115#M378465</link>
      <description>Hi,&lt;BR /&gt;Thanks again for yours response, here is more iformation about my situation:&lt;BR /&gt;&lt;BR /&gt;SARC #kconfig&lt;BR /&gt;Configuration  Title&lt;BR /&gt;backup         Automatic Backup&lt;BR /&gt;crashconfig&lt;BR /&gt;last_install   Created by last OS install&lt;BR /&gt;SARC #du /stand/crashconfig&lt;BR /&gt;55648   /stand/crashconfig/mod&lt;BR /&gt;208     /stand/crashconfig/krs&lt;BR /&gt;0       /stand/crashconfig/bootfs/stand/current/krs&lt;BR /&gt;16      /stand/crashconfig/bootfs/stand/current/mod&lt;BR /&gt;16      /stand/crashconfig/bootfs/stand/current&lt;BR /&gt;16      /stand/crashconfig/bootfs/stand&lt;BR /&gt;16      /stand/crashconfig/bootfs&lt;BR /&gt;297920  /stand/crashconfig&lt;BR /&gt;SARC #bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1048576 1048504      72  100% /&lt;BR /&gt;/dev/vg00/lvol1    1835008  320104 1503152   18% /stand&lt;BR /&gt;/dev/vg00/lvol8    10485760 1481936 8936680   14% /var&lt;BR /&gt;/dev/vg00/lvol7    8388608 2847888 5497464   34% /usr&lt;BR /&gt;/dev/vg01/u01      9437184 5614072 3588618   61% /u01&lt;BR /&gt;/dev/vg00/lvol4     524288  314288  208912   60% /tmp&lt;BR /&gt;/dev/vg00/lvol6    10485760 5212120 5232512   50% /opt&lt;BR /&gt;/dev/vg04/monito   20971520 11076530 9299343   54% /monitor&lt;BR /&gt;/dev/vg04/m09      65961984 64895315 1000007   98% /m09&lt;BR /&gt;/dev/vg04/m08      26214400 24506442 1601217   94% /m08&lt;BR /&gt;/dev/vg04/m07      52428800 41295301 10437661   80% /m07&lt;BR /&gt;/dev/vg04/m06      15728640 15093457  595490   96% /m06&lt;BR /&gt;/dev/vg02/m05      10485760 7699667 2611969   75% /m05&lt;BR /&gt;/dev/vg03/m04      11534336 9321956 2074113   82% /m04&lt;BR /&gt;/dev/vg02/m03      11534336 10538468  933633   92% /m03&lt;BR /&gt;/dev/vg02/m02      10485760 5262547 4896769   52% /m02&lt;BR /&gt;/dev/vg02/m01      10485760 8851692 1531945   85% /m01&lt;BR /&gt;/dev/vg00/lvol5    3145728  113544 3008616    4% /home&lt;BR /&gt;DevFS                   11      11       0  100% /dev/deviceFileSystem&lt;BR /&gt;/dev/vg05/backups  359940096 307437368 52095072   86% /backups&lt;BR /&gt;/dev/vg06/Compartido&lt;BR /&gt;                   123731968 103602192 18871672   85% /Compartido&lt;BR /&gt;SARC #du -k | sort -rn | more&lt;BR /&gt;625142805       .&lt;BR /&gt;102160   ./sbin&lt;BR /&gt;37688    ./sbin/fs&lt;BR /&gt;27312    ./sbin/fs/vxfs&lt;BR /&gt;23960    ./etc/opt/resmon/lib&lt;BR /&gt;5992     ./etc/opt/resmon/lbin&lt;BR /&gt;5832     ./etc/opt/resmon/lib/hpux64&lt;BR /&gt;5768     ./sbin/fs/hfs&lt;BR /&gt;3016     ./.mozilla/firefox&lt;BR /&gt;3016     ./.mozilla&lt;BR /&gt;3008    ./.mozilla/firefox/cj1392w9.default&lt;BR /&gt;1504     ./etc/lvmconf&lt;BR /&gt;SARC #ll /&lt;BR /&gt;total 1510&lt;BR /&gt;-rw-rw-rw-   1 root       sys              9 Jan 18 11:08 .firefox-license&lt;BR /&gt;-rw-rw-rw-   1 root       sys         646765 Jan 18 12:34 .fonts.cache-1&lt;BR /&gt;drwx------   3 root       sys             96 Jan 18 11:08 .mozilla&lt;BR /&gt;-r--r--r--   1 bin        bin            992 Jan 22 10:03 .profile&lt;BR /&gt;-rw-------   1 root       sys           1024 Jan 16  2009 .rnd&lt;BR /&gt;-rw-------   1 root       sys           1100 Nov  6  2009 .sh_history&lt;BR /&gt;drwx------   2 root       sys             96 Jan 14 15:13 .ssh&lt;BR /&gt;drwx------   6 root       sys           8192 Dec  4 12:03 .sw&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Nov  6  2009 CD&lt;BR /&gt;drwxr-xr-x   3 oracle     dba             96 Mar 17 14:34 Compartido&lt;BR /&gt;drwxr-xr-x   2 root       sys             96 Dec  4 11:55 SD_CDROM&lt;BR /&gt;drwxr-xr-x   7 oracle     dba           8192 May  5 17:18 backups&lt;BR /&gt;lr-xr-xr-x   1 bin        bin              8 Jan 16  2009 bin -&amp;gt; /usr/bin&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Nov  9  2009 cdrom&lt;BR /&gt;dr-xr-xr-x  30 bin        bin           8192 May  4 12:12 dev&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Nov  6  2009 dvdrom&lt;BR /&gt;dr-xr-xr-x  36 bin        bin           8192 May  5 16:44 etc&lt;BR /&gt;drwxr-xr-x  10 root       root          8192 Jan 14 15:11 home&lt;BR /&gt;lr-xr-xr-x   1 bin        bin              8 Jan 16  2009 lib -&amp;gt; /usr/lib&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Jan 16  2009 lost+found&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:28 m01&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:59 m02&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:31 m03&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:31 m04&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:32 m05&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:34 m06&lt;BR /&gt;drwxr-xr-x   4 oracle     dba           1024 Apr 16 14:58 m07&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:32 m08&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 16 11:33 m09&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Mar 17 13:26 mapfile&lt;BR /&gt;drwxr-xr-x  12 monitor    dba           2048 May  4 07:22 monitor&lt;BR /&gt;dr-xr-xr-x   1 root       root             1 May  4 08:59 net&lt;BR /&gt;dr-xr-xr-x  78 bin        bin           8192 Feb 13 14:06 opt&lt;BR /&gt;dr-xr-xr-x  15 bin        bin           8192 Feb 13 14:26 sbin&lt;BR /&gt;dr-xr-xr-x   8 bin        bin           8192 May 10 14:18 stand&lt;BR /&gt;drwxrwxrwt   9 root       root          8192 May 10 14:18 tmp&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Feb 18 07:58 u01&lt;BR /&gt;dr-xr-xr-x  22 bin        bin           8192 Jan 16  2009 usr&lt;BR /&gt;dr-xr-xr-x  26 bin        bin           8192 Oct 23  2009 var&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2010 18:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631115#M378465</guid>
      <dc:creator>Martin Talero</dc:creator>
      <dc:date>2010-05-10T18:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631116#M378466</link>
      <description>Hi,&lt;BR /&gt;I can see there is 2 directory CD and SD_CDROM check this out I think some thing is there in these directories  because I can see there is no mount point in bdf output.&lt;BR /&gt;&lt;BR /&gt;Post this out put&lt;BR /&gt;&lt;BR /&gt;find / -size +10000 â  exec ls â  lrt {} \; | sort â  rn | more&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 11 May 2010 04:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631116#M378466</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-05-11T04:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631117#M378467</link>
      <description>Hi Pls provide the output of below commnd&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +10000 -exec ls -alrt {} \; | sort -rn &lt;BR /&gt;&lt;BR /&gt;Atul</description>
      <pubDate>Tue, 11 May 2010 06:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631117#M378467</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2010-05-11T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631118#M378468</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;find / -xdev -type f -exec ll {} \; | awk '&lt;BR /&gt; { printf "%9d %3s %2d %5s %s\n" , $5, $6 , $7, $8, $9 }'|sort -r -n|more&lt;BR /&gt;&lt;BR /&gt;rgs</description>
      <pubDate>Tue, 11 May 2010 11:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631118#M378468</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-05-11T11:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631119#M378469</link>
      <description>CD and SD_CDROM directories where I mounted DVS before but now don't have nothing, only directories.&lt;BR /&gt;&lt;BR /&gt;There are the result of commands:&lt;BR /&gt;&lt;BR /&gt;SARC #find / -xdev -size +10000 -exec ls -alrt {} \; | sort -rn&lt;BR /&gt;-r-xr-xr-x   1 bin        bin        16292880 Jun 13  2008 /etc/opt/resmon/lib/libxerces-c.so.23&lt;BR /&gt;&lt;BR /&gt;SARC #find / -xdev -type f -exec ll {} \; | awk '&lt;BR /&gt;&amp;gt; { printf "%9d %3s %2d %5s %s\n" , $5, $6 , $7, $8, $9 }'|sort -r -n|more&lt;BR /&gt; 16292880 Jun 13  2008 /etc/opt/resmon/lib/libxerces-c.so.23&lt;BR /&gt;  4619600 Jun 13  2008 /etc/opt/resmon/lib/hpux64/libEMSHAProvider.so.1&lt;BR /&gt;  4086524 Jun 13  2008 /etc/opt/resmon/lbin/mibmond&lt;BR /&gt;  3428840 Jan 12  2007 /sbin/fs/vxfs/fsck&lt;BR /&gt;  3336976 Jul  7  2008 /sbin/lvmcmd&lt;BR /&gt;  3186716 Jan 12  2007 /sbin/fs/vxfs/fsck_logv9&lt;BR /&gt;  3132340 Jul  7  2008 /sbin/lvmpcmd&lt;BR /&gt;  2894224 Dec 14  2007 /sbin/fs/vxfs/mkfs&lt;BR /&gt;  2823560 Jan 12  2007 /sbin/fs/vxfs/mount&lt;BR /&gt;  2747356 Jan 12  2007 /sbin/fs/vxfs/extendfs&lt;BR /&gt;  2673060 Jan 12  2007 /sbin/fs/vxfs/vxumount&lt;BR /&gt;  2670972 Jan 12  2007 /sbin/fs/vxfs/vxenablef&lt;BR /&gt;  2395404 Feb 15  2007 /sbin/kcboot&lt;BR /&gt;  2384592 Feb 15  2007 /sbin/kcshutdown&lt;BR /&gt;  1969596 Feb 15  2007 /sbin/init&lt;BR /&gt;  1853656 Jul  7  2008 /sbin/lvm_wrapper&lt;BR /&gt;  1708224 Jan 18 11:10 /.mozilla/firefox/cj1392w9.default/XPC.mfasl&lt;BR /&gt;  1680264 Feb 15  2007 /sbin/fs/fsdaemon&lt;BR /&gt;  1403704 Jun 18  2008 /sbin/sh&lt;BR /&gt;  1280564 Jun 28  2008 /sbin/rmsf&lt;BR /&gt;  1280564 Jun 28  2008 /sbin/mksf&lt;BR /&gt;  1280564 Jun 28  2008 /sbin/lssf&lt;BR /&gt;  1280564 Jun 28  2008 /sbin/insf&lt;BR /&gt;  1246216 Feb 15  2007 /sbin/awk&lt;BR /&gt;  1221300 May 23  2008 /sbin/pax&lt;BR /&gt;  1140552 Jan 12  2007 /sbin/fs/vxfs/unsupported/metasave&lt;BR /&gt;  1133808 Jun 28  2008 /sbin/ioscan&lt;BR /&gt;  1112380 Jan 12  2007 /sbin/vxdump&lt;BR /&gt;  1097776 Jan 12  2007 /sbin/fs/vxfs/fsdb&lt;BR /&gt;  1092940 Jan 12  2007 /sbin/fs/vxfs/vxfsconvert&lt;BR /&gt;  1027608 Feb 15  2007 /sbin/savecrash&lt;BR /&gt;  1026272 May 15  2008 /sbin/frecover&lt;BR /&gt;   971720 Jan 12  2007 /sbin/vxrestore&lt;BR /&gt;   951132 Feb 15  2007 /sbin/dasetup&lt;BR /&gt;   935276 Jun 28  2008 /sbin/ioinit&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Tue, 11 May 2010 13:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631119#M378469</guid>
      <dc:creator>Martin Talero</dc:creator>
      <dc:date>2010-05-11T13:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631120#M378470</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe a file under "/" was removed or renamed while it was being accesed by a process. In such cases, the space in the file system is not released until the process dies. To find it (if it is the case) try with:&lt;BR /&gt;&lt;BR /&gt;# lsof +aL1 /&lt;BR /&gt;&lt;BR /&gt;It will shows files deleted by still opened by the system.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 11 May 2010 13:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631120#M378470</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2010-05-11T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631121#M378471</link>
      <description>Hi,&lt;BR /&gt;Do you know where can I download the lsof for hp-ux 11.31?</description>
      <pubDate>Tue, 11 May 2010 19:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631121#M378471</guid>
      <dc:creator>Martin Talero</dc:creator>
      <dc:date>2010-05-11T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631122#M378472</link>
      <description>&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.83/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.83/&lt;/A&gt;</description>
      <pubDate>Tue, 11 May 2010 19:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631122#M378472</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-05-11T19:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory full after crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631123#M378473</link>
      <description>Look for a large file that happened on the day you crashed, or just before.  This would eliminate a lot of the valid files you have in the binary areas that are valid, and not changed since 2007.&lt;BR /&gt;&lt;BR /&gt;Let's say you crashed yesterday:&lt;BR /&gt;&lt;BR /&gt;find / -type f -xdev -mtime -1 \&lt;BR /&gt;   -size +10000 -exec ls -al {} \;&lt;BR /&gt;&lt;BR /&gt;or you crashed today:&lt;BR /&gt;find / -type f -xdev -mtime 0 \&lt;BR /&gt;-size +10000 -exec ls -al {} \;&lt;BR /&gt;&lt;BR /&gt;To narrow and expand the list, just play with the size number (removing/adding zeroes) and the =-mtime argument until you see the file you're looking for.</description>
      <pubDate>Tue, 11 May 2010 19:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-full-after-crash/m-p/4631123#M378473</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-05-11T19:21:13Z</dc:date>
    </item>
  </channel>
</rss>

