<?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 full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873924#M278902</link>
    <description>Please post the following command:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;Looking for big files is a waste of time because you do have legitimate files that might be considered to be big. The above command reports where the big directories are located. A 'normal' system would have a report like this:&lt;BR /&gt; &lt;BR /&gt;78448   /&lt;BR /&gt;33000   /etc&lt;BR /&gt;32344   /sbin&lt;BR /&gt;14808   /etc/opt&lt;BR /&gt;13216   /etc/vx&lt;BR /&gt;12712   /root&lt;BR /&gt;11024   /etc/vx/type&lt;BR /&gt;8472    /etc/opt/resmon&lt;BR /&gt;5904    /sbin/fs&lt;BR /&gt;4336    /etc/vx/type/gen&lt;BR /&gt;3592    /etc/opt/resmon/log&lt;BR /&gt;3568    /etc/opt/resmon/lbin&lt;BR /&gt;3512    /etc/opt/samba&lt;BR /&gt;3496    /sbin/fs/vxfs&lt;BR /&gt;3480    /etc/opt/samba/codepages&lt;BR /&gt;3216    /etc/vx/type/static&lt;BR /&gt; &lt;BR /&gt;What you are looking for is a very large directory at the top of your list that is very different than these numbers. Post the output and we can help locate the problem. NOTE: if /dev is in your list, the problem is very simple. Run this command:&lt;BR /&gt; &lt;BR /&gt;find /dev -type f -exec ll {} \;&lt;BR /&gt; &lt;BR /&gt;Anything listed by this command is wrong and does not belong in the /dev directory.</description>
    <pubDate>Tue, 03 Oct 2006 15:52:53 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-10-03T15:52:53Z</dc:date>
    <item>
      <title>/root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873909#M278887</link>
      <description>Hi , I have two systems of the same config. But one has root file system showing just 15 % used and the other as 95 % used. Iam not able to make but whats wrong with the lsof or the list of files on the / file system.Here are the outputs attached</description>
      <pubDate>Tue, 03 Oct 2006 14:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873909#M278887</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873910#M278888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to search for some large files:&lt;BR /&gt;&lt;BR /&gt;find / -size 10000k -type f&lt;BR /&gt;&lt;BR /&gt;maybe some program produced core dump or big log files.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 03 Oct 2006 14:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873910#M278888</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-03T14:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873911#M278889</link>
      <description>Run "du -sk / |sort -n" to reveal where most of the space is being taken up.  Typical causes are:  core files in root's home directory, mistyped device files causing backups to be written to /dev (run "find /dev -type f" - anything returned is a problem).  It is also possible for a file system to be unmounted, then have a job write to the unmounted file system and the output ends up in /.  See if there are any file systems that you can unmount and look for files under the mount point.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Oct 2006 14:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873911#M278889</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-10-03T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873912#M278890</link>
      <description>output of your find does not show any suspicious files&lt;BR /&gt;&lt;BR /&gt;- doublecheck that your root fs are of equal total size (i'm not implying that you are stupid, but mistakes do happen :-) )&lt;BR /&gt;- use `du` on both systems and compare (your find was limited only to individual bigger files, du can reveal small files, but coming in massive numbers /aka infestation/)&lt;BR /&gt;- if no major differences then propably there is a file that was deleted, but it is still being accessed by an active process - use lsof to identify it (lsof &lt;DEV_OF_YOUR_ROOTFS&gt;)&lt;BR /&gt;&lt;/DEV_OF_YOUR_ROOTFS&gt;</description>
      <pubDate>Tue, 03 Oct 2006 14:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873912#M278890</guid>
      <dc:creator>Michal Toth</dc:creator>
      <dc:date>2006-10-03T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873913#M278891</link>
      <description>That does not help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ecc6ta# find / -size 10000k -type f&lt;BR /&gt;find: Error in processing the argument 10000k&lt;BR /&gt;ecc6ta# find / -size 10000k -type f&lt;BR /&gt;find: Error in processing the argument 10000k&lt;BR /&gt;ecc6ta# find / -size 10000 -type f&lt;BR /&gt;/var/opt/OV/datafiles/coda00019&lt;BR /&gt;/var/opt/OV/datafiles/coda00020&lt;BR /&gt;/var/opt/OV/datafiles/coda00021&lt;BR /&gt;/var/opt/OV/datafiles/coda00022&lt;BR /&gt;/var/opt/OV/datafiles/coda00023&lt;BR /&gt;/var/opt/OV/datafiles/coda00024&lt;BR /&gt;find: cannot search /sapbasis/Trexsp9/SAPINST/UNIX/HP11_64&lt;BR /&gt;ecc6ta#&lt;BR /&gt;ecc6ta#&lt;BR /&gt;ecc6ta# bdf /var/opt/OV/datafiles/coda00021&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol7    8388608 3240464 5110232   39% /var&lt;BR /&gt;ecc6ta# find /dev -type f&lt;BR /&gt;ecc6ta#&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 14:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873913#M278891</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873914#M278892</link>
      <description>i check all the mount points are mounted. All the du outputs are also same and lsof does not report any lost files. but still the / file system is 95 %.&lt;BR /&gt;&lt;BR /&gt;ecc6ta# bdf /&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2097152 1984392  111928   95% /&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 14:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873914#M278892</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T14:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873915#M278893</link>
      <description>Kgreen,&lt;BR /&gt;&lt;BR /&gt;please attach output of du, bdf and lsof from both systems. Either you've missed something important or this is the biggest black-magic bug ever found within hpux.</description>
      <pubDate>Tue, 03 Oct 2006 14:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873915#M278893</guid>
      <dc:creator>Michal Toth</dc:creator>
      <dc:date>2006-10-03T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873916#M278894</link>
      <description>sounds like a problem I've had when an NFS or CIFS mount fails where I am writing DB archive files and it writes to what ever directory I created under /root as the mount point. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 15:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873916#M278894</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2006-10-03T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873917#M278895</link>
      <description>try&lt;BR /&gt;&lt;BR /&gt;find / -size +100000c -xdev&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 15:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873917#M278895</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-10-03T15:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873918#M278896</link>
      <description>Was it happened after creating /root filesystem?&lt;BR /&gt;&lt;BR /&gt;May be before mounting different LV on /root, there were files under /root which exist on vg00/lvol3. &lt;BR /&gt;&lt;BR /&gt;May be you can try to umount /root and see if there are files underneath it.</description>
      <pubDate>Tue, 03 Oct 2006 15:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873918#M278896</guid>
      <dc:creator>john D_3</dc:creator>
      <dc:date>2006-10-03T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873919#M278897</link>
      <description>ecc6ta# bdf /oracle/ECT/920_64/bin/oracle&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg02ect/lv10  6291456 3841322 2297045   63% /oracle/ECT/920_64&lt;BR /&gt;ecc6ta# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2097152 1984392  111928   95% /&lt;BR /&gt;/dev/vg00/lvol7    8388608 3243256 5107464   39% /var&lt;BR /&gt;/dev/vg00/lvol6    16777216 4054240 12623608   24% /usr&lt;BR /&gt;/dev/vg00/lvol5    2097152 1898200  197440   91% /tmp&lt;BR /&gt;/dev/vg00/lvol4    8388608 5503128 2863264   66% /opt&lt;BR /&gt;/dev/vg06ect/lv20   524288   16684  475937    3% /oracle&lt;BR /&gt;ecc4q.am.elcompanies.net:/sapbasis&lt;BR /&gt;                   136314880 112437968 22386688   83% /sapbasis&lt;BR /&gt;/dev/vg01/lv3      16625664   61236 15529179    0% /root&lt;BR /&gt;/dev/vg00/lvol8    8388608  207392 8117368    2% /home&lt;BR /&gt;/dev/vg01/lv2      16625664   20548 15567303    0% /var/adm/crash&lt;BR /&gt;/dev/vg06ect/lv23   524288   52982  441868   11% /usr/sap&lt;BR /&gt;ecc3d.am.elcompanies.net:/usr/sap/trans&lt;BR /&gt;                   25165824 17673256 7024392   72% /usr/sap/trans&lt;BR /&gt;/dev/vg00/lvol1     512499  111485  349764   24% /stand&lt;BR /&gt;/dev/vg06ect/lv8    524288   16617  475947    3% /oracle/client&lt;BR /&gt;/dev/vg06ect/lv24  4194304   17565 3915764    0% /sapwork&lt;BR /&gt;/dev/vg06ect/lv7   4194304  523903 3441008   13% /oracle/stage&lt;BR /&gt;/dev/vg06ect/lv6   2097152 1635462  435783   79% /oracle/stage/920_64&lt;BR /&gt;/dev/vg02ect/lv1   2097152 1719707  354040   83% /sapmnt/ECT&lt;BR /&gt;/dev/vg02ect/lv4   2097152   16982 1950163    1% /usr/sap/ECT&lt;BR /&gt;/dev/vg02ect/lv13  2097152   45070 1923889    2% /usr/sap/ECT/SCS01&lt;BR /&gt;/dev/vg02ect/lv11  2097152   19020 1948277    1% /oracle/ECT&lt;BR /&gt;/dev/vg02ect/lv12  2560000 2066986  462254   82% /usr/sap/ECT/DVEBMGS06&lt;BR /&gt;/dev/vg03ect/lv1    851968  139319  668114   17% /oracle/ECT/origlogA&lt;BR /&gt;/dev/vg03ect/lv2    851968  119079  687090   15% /oracle/ECT/origlogB&lt;BR /&gt;/dev/vg03ect/lv4    851968  119079  687090   15% /oracle/ECT/mirrlogB&lt;BR /&gt;/dev/vg03ect/lv3    851968  119079  687090   15% /oracle/ECT/mirrlogA&lt;BR /&gt;/dev/vg03ect/lv5   12533760  365684 11407638    3% /oracle/ECT/oraarch&lt;BR /&gt;/dev/vg03ect/lv6   3276800   38120 3036323    1% /oracle/ECT/saparch&lt;BR /&gt;/dev/vg04ect/lv1   30408704 25453592 4916408   84% /oracle/ECT/sapdata1&lt;BR /&gt;/dev/vg05ect/lv2   30408704 16504032 13796048   54% /oracle/ECT/sapdata2&lt;BR /&gt;/dev/vg04ect/lv3   30408704 21982488 8360392   72% /oracle/ECT/sapdata3&lt;BR /&gt;/dev/vg05ect/lv4   30408704 13360376 16915144   44% /oracle/ECT/sapdata4&lt;BR /&gt;/dev/vg04ect/lv5   30408704 12305600 17961680   41% /oracle/ECT/sapdata5&lt;BR /&gt;/dev/vg05ect/lv6   30408704 28403080 1990024   93% /oracle/ECT/sapdata6&lt;BR /&gt;/dev/vg04ect/lv7   30408704 9282040 20969112   31% /oracle/ECT/sapdata7&lt;BR /&gt;/dev/vg05ect/lv8   30408704 6096296 24122520   20% /oracle/ECT/sapdata8&lt;BR /&gt;/dev/vg02ect/lv7   2097152   37396 1931026    2% /oracle/ECT/sapreorg&lt;BR /&gt;/dev/vg02ect/lv10  6291456 3841322 2297045   63% /oracle/ECT/920_64&lt;BR /&gt;/dev/vg02ect/lv14  2097152 1605967  460498   78% /opt/vertex/ECT&lt;BR /&gt;ecc6ta# cd /ecc6ta# du -sk *&lt;BR /&gt;8       1&lt;BR /&gt;8       BE_ELC_ecc6t_200606290248.log&lt;BR /&gt;1632    DATA-PROTECTOR&lt;BR /&gt;0       HORCM&lt;BR /&gt;0       bin&lt;BR /&gt;0       ca_lic&lt;BR /&gt;0       cdrom&lt;BR /&gt;208     dev&lt;BR /&gt;170312  etc&lt;BR /&gt;0       export&lt;BR /&gt;0       ftpcmd_be&lt;BR /&gt;189376  home&lt;BR /&gt;0       ip&lt;BR /&gt;0       lib&lt;BR /&gt;0       lost+found&lt;BR /&gt;8       make_sys_image.log&lt;BR /&gt;8       mapfile&lt;BR /&gt;0       mnt&lt;BR /&gt;0       net&lt;BR /&gt;0       nfsm-&lt;BR /&gt;8       nohup.out&lt;BR /&gt;0       nsr&lt;BR /&gt;7058233 opt&lt;BR /&gt;139997294       oracle&lt;BR /&gt;0       pits&lt;BR /&gt;8       pvgfix.sh.log&lt;BR /&gt;40368   root&lt;BR /&gt;0       rpcmod-&lt;BR /&gt;12294063       sapbasis&lt;BR /&gt;1701237 sapmnt&lt;BR /&gt;16      sapr3.cfg&lt;BR /&gt;5       sapwork&lt;BR /&gt;131704  sbin&lt;BR /&gt;104     scripts&lt;BR /&gt;111485  stand&lt;BR /&gt;0       tcpm-&lt;BR /&gt;1881072 tmp&lt;BR /&gt;0       tmp_opt_vertex&lt;BR /&gt;0       udpm-&lt;BR /&gt;23166207        usr&lt;BR /&gt;3206080 var&lt;BR /&gt;ecc6ta#&lt;BR /&gt;ecc6ta#&lt;BR /&gt;ecc6ta# du -sk&lt;BR /&gt;289950084       .ecc4q# du -sk *&lt;BR /&gt;1632    DATA-PROTECTOR&lt;BR /&gt;0       HORCM&lt;BR /&gt;8       adviser.out&lt;BR /&gt;0       bin&lt;BR /&gt;0       ca_lic&lt;BR /&gt;0       cdrom&lt;BR /&gt;128     dev&lt;BR /&gt;0       do&lt;BR /&gt;0       done&lt;BR /&gt;10495066        dvl&lt;BR /&gt;16      ecc4q&lt;BR /&gt;158568  etc&lt;BR /&gt;0       fcmsutil&lt;BR /&gt;390632  home&lt;BR /&gt;204336  interface&lt;BR /&gt;0       lib&lt;BR /&gt;0       lost+found&lt;BR /&gt;8       make_sys_image.log&lt;BR /&gt;0       mnt&lt;BR /&gt;0       net&lt;BR /&gt;16      nohup.out&lt;BR /&gt;120     nsr&lt;BR /&gt;7473724 opt&lt;BR /&gt;144623250       oracle&lt;BR /&gt;0       pits&lt;BR /&gt;0       qa&lt;BR /&gt;141876  root&lt;BR /&gt;112362304       sapbasis&lt;BR /&gt;3508228 sapmnt&lt;BR /&gt;882653  sapwork&lt;BR /&gt;131744  sbin&lt;BR /&gt;143666  sbx&lt;BR /&gt;104     scripts&lt;BR /&gt;173558  stand&lt;BR /&gt;0       t&lt;BR /&gt;343544  tmp&lt;BR /&gt;8       tony&lt;BR /&gt;24689050        usr&lt;BR /&gt;3223336 var&lt;BR /&gt;ecc4q# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2097152  313512 1769768   15% /&lt;BR /&gt;/dev/vg00/lvol1     512499  173558  287691   38% /stand&lt;BR /&gt;/dev/vg00/lvol7    8388608 3258760 5089872   39% /var&lt;BR /&gt;/dev/vg01/lv2      16777216   20580 15709353    0% /var/adm/crash&lt;BR /&gt;/dev/vg00/lvol6    16777216 3519144 13154520   21% /usr&lt;BR /&gt;/dev/vg02ECQ/lv2   4194304 3574699  580893   86% /usr/sap/ECQ&lt;BR /&gt;/dev/vg00/lvol5    2097152  360480 1723136   17% /tmp&lt;BR /&gt;/dev/vg02ECQ/lv8   4194304  900277 3088169   23% /sapwork&lt;BR /&gt;/dev/vg02ECQ/lv1   4718592 3528364 1115912   76% /sapmnt/ECQ&lt;BR /&gt;/dev/vg05ECQ/lv9   136314880 112857271 21993593   84% /sapbasis&lt;BR /&gt;/dev/vg01/lv3      16777216  163176 15575717    1% /root&lt;BR /&gt;/dev/vg02ECQ/lv3    524288  157985  343419   32% /oracle&lt;BR /&gt;/dev/vg02ECQ/lv5   4194304   17496 3915764    0% /oracle/stage&lt;BR /&gt;/dev/vg02ECQ/lv9   4194304 1633036 2401201   40% /oracle/stage/920_64&lt;BR /&gt;/dev/vg02ECQ/lv6    524288   84099  412733   17% /oracle/client&lt;BR /&gt;/dev/vg02ECQ/lv4    524288   35262  458493    7% /oracle/ECQ&lt;BR /&gt;/dev/vg02ECQ/lv7   2097152   56063 1913589    3% /oracle/ECQ/sapreorg&lt;BR /&gt;/dev/vg05ECQ/lv8   30408704 5095688 25115312   17% /oracle/ECQ/sapdata8&lt;BR /&gt;/dev/vg04ECQ/lv7   30408704 13903032 16376728   46% /oracle/ECQ/sapdata7&lt;BR /&gt;/dev/vg05ECQ/lv6   30408704 28403080 1990024   93% /oracle/ECQ/sapdata6&lt;BR /&gt;/dev/vg04ECQ/lv5   30408704 12305608 17961672   41% /oracle/ECQ/sapdata5&lt;BR /&gt;/dev/vg05ECQ/lv4   30408704 13360376 16915144   44% /oracle/ECQ/sapdata4&lt;BR /&gt;/dev/vg04ECQ/lv3   30408704 21982488 8360392   72% /oracle/ECQ/sapdata3&lt;BR /&gt;/dev/vg05ECQ/lv2   30408704 16504032 13796048   54% /oracle/ECQ/sapdata2&lt;BR /&gt;/dev/vg04ECQ/lv1   30408704 25536112 4834528   84% /oracle/ECQ/sapdata1&lt;BR /&gt;/dev/vg03ECQ/lv6   3276800   33872 3040280    1% /oracle/ECQ/saparch&lt;BR /&gt;/dev/vg03ECQ/lv2    851968  119079  687090   15% /oracle/ECQ/origlogB&lt;BR /&gt;/dev/vg03ECQ/lv1    851968  129679  677152   16% /oracle/ECQ/origlogA&lt;BR /&gt;/dev/vg03ECQ/lv5   12533760 1463231 10378685   12% /oracle/ECQ/oraarch&lt;BR /&gt;/dev/vg03ECQ/lv4    851968  119079  687090   15% /oracle/ECQ/mirrlogB&lt;BR /&gt;/dev/vg03ECQ/lv3    851968  119079  687090   15% /oracle/ECQ/mirrlogA&lt;BR /&gt;/dev/vg02ECQ/lv10  6291456 3942265 2202369   64% /oracle/ECQ/920_64&lt;BR /&gt;/dev/vg00/lvol4    8388608 5797624 2570960   69% /opt&lt;BR /&gt;/dev/vg02ECQ/lv14  2621440 1721883  843492   67% /opt/vertex/ECQ&lt;BR /&gt;/dev/vg00/lvol8    8388608  407800 7918496    5% /home&lt;BR /&gt;/dev/vg04ECQ/lv9   62914560 10527402 49113000   18% /dvl/interface&lt;BR /&gt;ecc3d.am.elcompanies.net:/usr/sap/trans&lt;BR /&gt;                   25165824 17689248 7009392   72% /usr/sap/trans&lt;BR /&gt;10.252.110.233:/qa/interface&lt;BR /&gt;                   31422384  206072 31216312    1% /interface&lt;BR /&gt;/dev/vg04ECQ/lv10  62914560  175618 58817763    0% /sbx/interface&lt;BR /&gt;&lt;BR /&gt;================&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 15:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873919#M278897</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T15:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873920#M278898</link>
      <description>nope iam having problem with / file system and not /root. But I tried dismounting that also.</description>
      <pubDate>Tue, 03 Oct 2006 15:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873920#M278898</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873921#M278899</link>
      <description>Rex, /root is altogether a diff volume group</description>
      <pubDate>Tue, 03 Oct 2006 15:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873921#M278899</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873922#M278900</link>
      <description>at first glance, everything looks fine indeed...&lt;BR /&gt;&lt;BR /&gt;well, if downtime is an option, then I'd umount those nfs mounts and then check again&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;to check fs consistency, you can split the mirroring for / and mount the new lv somewhere and work with that one</description>
      <pubDate>Tue, 03 Oct 2006 15:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873922#M278900</guid>
      <dc:creator>Michal Toth</dc:creator>
      <dc:date>2006-10-03T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873923#M278901</link>
      <description>Yes you are right. I have that option in mind.But downtown is the issue. Its very strange that both systems are very identical except for the nfs mounts on which i dont see an issue. I have given up comparing at this moment but still if i run this command does not show any file thats big or hint to trace out whats using the / space&lt;BR /&gt;&lt;BR /&gt; find / -size +100000c -xdev -exec ll -rt {} \; | more</description>
      <pubDate>Tue, 03 Oct 2006 15:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873923#M278901</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873924#M278902</link>
      <description>Please post the following command:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;Looking for big files is a waste of time because you do have legitimate files that might be considered to be big. The above command reports where the big directories are located. A 'normal' system would have a report like this:&lt;BR /&gt; &lt;BR /&gt;78448   /&lt;BR /&gt;33000   /etc&lt;BR /&gt;32344   /sbin&lt;BR /&gt;14808   /etc/opt&lt;BR /&gt;13216   /etc/vx&lt;BR /&gt;12712   /root&lt;BR /&gt;11024   /etc/vx/type&lt;BR /&gt;8472    /etc/opt/resmon&lt;BR /&gt;5904    /sbin/fs&lt;BR /&gt;4336    /etc/vx/type/gen&lt;BR /&gt;3592    /etc/opt/resmon/log&lt;BR /&gt;3568    /etc/opt/resmon/lbin&lt;BR /&gt;3512    /etc/opt/samba&lt;BR /&gt;3496    /sbin/fs/vxfs&lt;BR /&gt;3480    /etc/opt/samba/codepages&lt;BR /&gt;3216    /etc/vx/type/static&lt;BR /&gt; &lt;BR /&gt;What you are looking for is a very large directory at the top of your list that is very different than these numbers. Post the output and we can help locate the problem. NOTE: if /dev is in your list, the problem is very simple. Run this command:&lt;BR /&gt; &lt;BR /&gt;find /dev -type f -exec ll {} \;&lt;BR /&gt; &lt;BR /&gt;Anything listed by this command is wrong and does not belong in the /dev directory.</description>
      <pubDate>Tue, 03 Oct 2006 15:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873924#M278902</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-03T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873925#M278903</link>
      <description>You need to do a du -sk * from /&lt;BR /&gt;&lt;BR /&gt;Eliminate all the mounted filesystems.&lt;BR /&gt;&lt;BR /&gt;Then investigate all the sub dirs on / (non mounted)&lt;BR /&gt;&lt;BR /&gt;In particular - check /etc&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 03 Oct 2006 16:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873925#M278903</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-10-03T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873926#M278904</link>
      <description>ecc6ta# du -kx / | sort -rn | head -20&lt;BR /&gt;304432  /&lt;BR /&gt;170312  /etc&lt;BR /&gt;131704  /sbin&lt;BR /&gt;96048   /etc/vx&lt;BR /&gt;82752   /etc/vx/type&lt;BR /&gt;34504   /etc/vx/type/static&lt;BR /&gt;25784   /etc/opt&lt;BR /&gt;22688   /sbin/fs&lt;BR /&gt;21720   /etc/vx/type/gen&lt;BR /&gt;20064   /etc/lp&lt;BR /&gt;19160   /etc/lp/interface&lt;BR /&gt;18256   /etc/lvmconf&lt;BR /&gt;17632   /etc/opt/resmon&lt;BR /&gt;17376   /etc/lp/interface/model.orig&lt;BR /&gt;16248   /sbin/fs/vxfs&lt;BR /&gt;16224   /etc/vx/type/raid5&lt;BR /&gt;12728   /etc/opt/resmon/lbin&lt;BR /&gt;12016   /etc/vx/static.d&lt;BR /&gt;11256   /etc/vx/static.d/build&lt;BR /&gt;10296   /etc/vx/type/fsgen&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2006 16:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873926#M278904</guid>
      <dc:creator>Kgreen</dc:creator>
      <dc:date>2006-10-03T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873927#M278905</link>
      <description>Bill &amp;amp; Geoff&lt;BR /&gt;&lt;BR /&gt;if you'd read thru the entire post you could save yourself some time :-)</description>
      <pubDate>Tue, 03 Oct 2006 16:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873927#M278905</guid>
      <dc:creator>Michal Toth</dc:creator>
      <dc:date>2006-10-03T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: /root file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873928#M278906</link>
      <description>let me rephrase the question:&lt;BR /&gt;&lt;BR /&gt;why does bdf show different data then du:&lt;BR /&gt;&lt;BR /&gt;ecc6ta# du -kx / | sort -rn | head -20&lt;BR /&gt;304432 /&lt;BR /&gt;..trim...&lt;BR /&gt;&lt;BR /&gt;ecc6ta# bdf&lt;BR /&gt;Filesystem kbytes used avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3 2097152 1984392 111928 95% /&lt;BR /&gt;...trim...</description>
      <pubDate>Tue, 03 Oct 2006 16:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3873928#M278906</guid>
      <dc:creator>Michal Toth</dc:creator>
      <dc:date>2006-10-03T16:26:38Z</dc:date>
    </item>
  </channel>
</rss>

