<?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/3737379#M255571</link>
    <description>find / -xdev -size +1000000c&lt;BR /&gt;&lt;BR /&gt;That will give you files greater than 1 meg.&lt;BR /&gt;&lt;BR /&gt;Be careful what you delete.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Feb 2006 15:26:44 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-02-22T15:26:44Z</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/3737375#M255567</link>
      <description>hi gurus&lt;BR /&gt;&lt;BR /&gt;My root file system is showing 95% &lt;BR /&gt;How should i solve this problem explain step by step.&lt;BR /&gt;&lt;BR /&gt;how to find and remove large files &lt;BR /&gt;&lt;BR /&gt;Which files are not to be removed .&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 13:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737375#M255567</guid>
      <dc:creator>priyarajan</dc:creator>
      <dc:date>2006-02-22T13:30:19Z</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/3737376#M255568</link>
      <description>To find the 10 largest files, use:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -exec ls -la {} \; sort +4 -nrb | head -10</description>
      <pubDate>Wed, 22 Feb 2006 13:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737376#M255568</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-22T13:35:51Z</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/3737377#M255569</link>
      <description>From the / filesystem&lt;BR /&gt;&lt;BR /&gt;du . -xdev -ka | sort -nr more&lt;BR /&gt;&lt;BR /&gt;This will list filesin the root FS in ascending order by size and will not cross filesystems.</description>
      <pubDate>Wed, 22 Feb 2006 13:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737377#M255569</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-02-22T13:41:50Z</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/3737378#M255570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# du -kx / | sort -rn | head -20&lt;BR /&gt;28937   /&lt;BR /&gt;19968   /sbin&lt;BR /&gt;5893    /etc&lt;BR /&gt;3824    /sbin/fs&lt;BR /&gt;2784    /etc/opt&lt;BR /&gt;2702    /patch&lt;BR /&gt;2645    /etc/opt/resmon&lt;BR /&gt;1717    /sbin/fs/vxfs&lt;BR /&gt;1614    /sbin/fs/hfs&lt;BR /&gt;1058    /etc/lvmconf&lt;BR /&gt;1024    /etc/opt/resmon/lbin&lt;BR /&gt;981     /etc/opt/resmon/lib&lt;BR /&gt;567     /etc/opt/resmon/log&lt;BR /&gt;553     /sbin/lib&lt;BR /&gt;525     /etc/X11&lt;BR /&gt;458     /etc/hpC2400&lt;BR /&gt;438     /sbin/init.d&lt;BR /&gt;301     /root&lt;BR /&gt;225     /sbin/fs/cdfs&lt;BR /&gt;203     /root/.sw&lt;BR /&gt;&lt;BR /&gt;should be something like above output, post the output.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 13:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737378#M255570</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-02-22T13:47:33Z</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/3737379#M255571</link>
      <description>find / -xdev -size +1000000c&lt;BR /&gt;&lt;BR /&gt;That will give you files greater than 1 meg.&lt;BR /&gt;&lt;BR /&gt;Be careful what you delete.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 15:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737379#M255571</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-22T15:26:44Z</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/3737380#M255572</link>
      <description>If it's a process that's killing you, you can use the following to see what processes are generating a lot of CPU (and therefore maybe a lot of disk in root):&lt;BR /&gt;&lt;BR /&gt;ps -ef | cut -c42-80| sort -nr | head&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 15:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737380#M255572</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-22T15:27:30Z</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/3737381#M255573</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In addition to the techniques already presented, look for ordinary files in '/dev/' -- files whose mode in an 'ls' listing begin with "-" instead of 'c' or 'b'.&lt;BR /&gt;&lt;BR /&gt;A common mistake is to mistype a backup device filename.  Instead of '/dev/rmt/0m' you type '/dev/rmt/om' and create an ordinary file of vast size. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 Feb 2006 15:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737381#M255573</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-22T15:37:24Z</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/3737382#M255574</link>
      <description>Hy priyarajan,&lt;BR /&gt;&lt;BR /&gt;1.- run attach script&lt;BR /&gt;&lt;BR /&gt; ocupacion.sh / &amp;gt; /tmp/root.txt&lt;BR /&gt;&lt;BR /&gt;2.- View file /tmp/root.txt and create directorys for applications, etc.&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Thu, 23 Feb 2006 02:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737382#M255574</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-02-23T02:27: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/3737383#M255575</link>
      <description>hi priyarajan,&lt;BR /&gt;&lt;BR /&gt;did you check for any "core" files in /&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# ll core&lt;BR /&gt;-rw-------   1 root       root        484972 Feb  8 11:08 core&lt;BR /&gt;# file core&lt;BR /&gt;core:           core file from 'bootpd' - received SIGSEGV&lt;BR /&gt;# rm core&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 23 Feb 2006 02:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737383#M255575</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-23T02:35:48Z</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/3737384#M255576</link>
      <description>a) Trim your application and system log files located in /var/ directory&lt;BR /&gt;b) Cleanup unneeded patches as cleanup -c2&lt;BR /&gt;c) Find core files and delete them.&lt;BR /&gt;d) Chances to have source or depots files in .tar.gz or .tar file format. If you don't want to have them move to some other machine or delete it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 03:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737384#M255576</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T03:07: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/3737385#M255577</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;find / -xdev -size +&lt;SIZE&gt; -exec ll {}\;&lt;BR /&gt;&lt;BR /&gt;will list all files &amp;gt; size mentioned.&lt;BR /&gt;&lt;BR /&gt;check /etc/lvmconf/*.conf.old and delete them. &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;deepak&lt;/SIZE&gt;</description>
      <pubDate>Thu, 23 Feb 2006 07:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737385#M255577</guid>
      <dc:creator>Deepak.R</dc:creator>
      <dc:date>2006-02-23T07:06:46Z</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/3737386#M255578</link>
      <description>Hi&lt;BR /&gt;You may use&lt;BR /&gt;find / -xdev -size +&lt;SIZE&gt; -exec ll {}\;&lt;BR /&gt;will list all files &amp;gt; size mentioned.&lt;BR /&gt;&lt;BR /&gt;Other things cud be&lt;BR /&gt;&lt;BR /&gt;1. check /dev directory, especially if you just tried some backup&lt;BR /&gt;2. look for core* files in the / filesystem.&lt;BR /&gt;3. Ensure that all the filesystems on the system are mounted. e.g., if u have a filesystem /xyz and it is not mounted, the users/processes can still write to this filesystem eatinginto the / space.&lt;BR /&gt;4. check /etc/lvmconf/*.conf.old and delete them. &lt;BR /&gt;5. You can also trim the /var/adm/syslog/syslog.log and any other logfile in this path&lt;BR /&gt;thanks&lt;BR /&gt;ashish&lt;/SIZE&gt;</description>
      <pubDate>Thu, 23 Feb 2006 15:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-full/m-p/3737386#M255578</guid>
      <dc:creator>AshishJain_USA</dc:creator>
      <dc:date>2006-02-23T15:55:01Z</dc:date>
    </item>
  </channel>
</rss>

