<?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 getting full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119615#M314575</link>
    <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;I just tried this, here is the output for that:&lt;BR /&gt;&lt;BR /&gt; du -xk / | sort -rn | more&lt;BR /&gt;203760  /&lt;BR /&gt;154392  /etc&lt;BR /&gt;63200   /etc/vx&lt;BR /&gt;61488   /etc/lp&lt;BR /&gt;57440   /etc/lp/interface&lt;BR /&gt;49384   /etc/lp/interface/model.orig&lt;BR /&gt;48864   /sbin&lt;BR /&gt;32736   /etc/vx/type&lt;BR /&gt;29432   /etc/vx/static.d&lt;BR /&gt;28720   /etc/vx/static.d/build&lt;BR /&gt;16320   /etc/opt&lt;BR /&gt;14840   /etc/vx/type/static&lt;BR /&gt;10672   /etc/opt/resmon&lt;BR /&gt;8888    /etc/vx/type/gen&lt;BR /&gt;7472    /etc/opt/resmon/lbin&lt;BR /&gt;6720    /etc/vx/type/raid5&lt;BR /&gt;5928    /sbin/fs&lt;BR /&gt;4464    /etc/emc&lt;BR /&gt;4288    /etc/dt&lt;BR /&gt;4280    /etc/dt/appconfig&lt;BR /&gt;4264    /etc/dt/appconfig/types&lt;BR /&gt;4256    /etc/dt/appconfig/types/C&lt;BR /&gt;4040    /etc/lp/member&lt;BR /&gt;&lt;BR /&gt;Wat do u guess?</description>
    <pubDate>Thu, 20 Dec 2007 15:45:48 GMT</pubDate>
    <dc:creator>Ali Imran Abbas</dc:creator>
    <dc:date>2007-12-20T15:45:48Z</dc:date>
    <item>
      <title>Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119609#M314569</link>
      <description>My root volume is getting full, 98% used, 2% free. How can I find that what files are using most of the disk space in root /. It is /dev/vg00/lvol3 on lvm. Also what files will be causing disk space occupied, How safe it is to remove them and wat is the proceedure to make some space free here?</description>
      <pubDate>Thu, 20 Dec 2007 15:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119609#M314569</guid>
      <dc:creator>Ali Imran Abbas</dc:creator>
      <dc:date>2007-12-20T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119610#M314570</link>
      <description>1. Check for ordinary files in /dev: typically someone will have mistyped a tape device name and created a large text file.&lt;BR /&gt;&lt;BR /&gt;2. Look for core files. If you find a file called core, run the command:&lt;BR /&gt;&lt;BR /&gt;file core&lt;BR /&gt;&lt;BR /&gt;If it confirms that it is a core file you can delete it.&lt;BR /&gt;&lt;BR /&gt;3. Check for scripts/applications that are writing to /. They should probably be given their own lvol/filesystem to write to.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 20 Dec 2007 15:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119610#M314570</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-12-20T15:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119611#M314571</link>
      <description>Run "du -sk /* |sort -n" .  That will give you a listing of the largest files and directories directly under the root file system.  Some of these are separate mount points (i.e.  /stand, /var, /usr, /tmp, /opt, and /home), so disregard them and look at the largest of the remaining - that is what is consuming all the space.&lt;BR /&gt;&lt;BR /&gt;Typical culprits are regular files  in /dev, usually caused by someone mis-spelling a tape device during a backup.  You can find these by running "find /dev -type f" - there should be no regular files in /dev.  You should also look for core files:  "find / -name core".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 20 Dec 2007 15:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119611#M314571</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-12-20T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119612#M314572</link>
      <description>The most popular reason is that a typo was made during a backup and there is a file in /dev caused by this.  i.e. tar cvf /dev/omn instead of /dev/0mn&lt;BR /&gt;&lt;BR /&gt;find /dev/ -type f will locate the files ( dev should only have device files.&lt;BR /&gt;&lt;BR /&gt;Other files are not easy.&lt;BR /&gt;&lt;BR /&gt;/etc/&lt;BR /&gt;/dev/&lt;BR /&gt;/sbin/&lt;BR /&gt;and / itself&lt;BR /&gt;are the only "root" contained directories if you see others it is time to start digging.&lt;BR /&gt;&lt;BR /&gt;/stand&lt;BR /&gt;/var&lt;BR /&gt;/usr&lt;BR /&gt;/opt&lt;BR /&gt;/myapp_xyz1&lt;BR /&gt;/mayapp_xyz2...&lt;BR /&gt;should all be separate mount points.&lt;BR /&gt;&lt;BR /&gt;Depending on the versions of HPUX the root filesystem should contain anywhere from 120MB (11iv1)to 300MB (11iv2) your milage may vary.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 15:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119612#M314572</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-12-20T15:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119613#M314573</link>
      <description>Look for any recent changes like patches applied, application reconfiguration and update etc to detect the underlying reasons.&lt;BR /&gt;&lt;BR /&gt;1. look for any core files in root&lt;BR /&gt;2. Look for /var/adm directory filling up by large log files&lt;BR /&gt;3. run du -ks * command to see size of subdirectories filling up root.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 15:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119613#M314573</guid>
      <dc:creator>vz7r1x</dc:creator>
      <dc:date>2007-12-20T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119614#M314574</link>
      <description>Hi Ali,&lt;BR /&gt;&lt;BR /&gt;the command to check the root filesystem is&lt;BR /&gt;&lt;BR /&gt;# du -x / | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;It will show you the files largest first.&lt;BR /&gt;&lt;BR /&gt;The root file system is lvol3, unfortunately only you can decide if you can safely delete it as it is your system. &lt;BR /&gt;&lt;BR /&gt;I have found that usually a mispelt tape device casues root to fill up.&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Thu, 20 Dec 2007 15:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119614#M314574</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-12-20T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119615#M314575</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;I just tried this, here is the output for that:&lt;BR /&gt;&lt;BR /&gt; du -xk / | sort -rn | more&lt;BR /&gt;203760  /&lt;BR /&gt;154392  /etc&lt;BR /&gt;63200   /etc/vx&lt;BR /&gt;61488   /etc/lp&lt;BR /&gt;57440   /etc/lp/interface&lt;BR /&gt;49384   /etc/lp/interface/model.orig&lt;BR /&gt;48864   /sbin&lt;BR /&gt;32736   /etc/vx/type&lt;BR /&gt;29432   /etc/vx/static.d&lt;BR /&gt;28720   /etc/vx/static.d/build&lt;BR /&gt;16320   /etc/opt&lt;BR /&gt;14840   /etc/vx/type/static&lt;BR /&gt;10672   /etc/opt/resmon&lt;BR /&gt;8888    /etc/vx/type/gen&lt;BR /&gt;7472    /etc/opt/resmon/lbin&lt;BR /&gt;6720    /etc/vx/type/raid5&lt;BR /&gt;5928    /sbin/fs&lt;BR /&gt;4464    /etc/emc&lt;BR /&gt;4288    /etc/dt&lt;BR /&gt;4280    /etc/dt/appconfig&lt;BR /&gt;4264    /etc/dt/appconfig/types&lt;BR /&gt;4256    /etc/dt/appconfig/types/C&lt;BR /&gt;4040    /etc/lp/member&lt;BR /&gt;&lt;BR /&gt;Wat do u guess?</description>
      <pubDate>Thu, 20 Dec 2007 15:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119615#M314575</guid>
      <dc:creator>Ali Imran Abbas</dc:creator>
      <dc:date>2007-12-20T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Root getting full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119616#M314576</link>
      <description>Hi Ali,&lt;BR /&gt;&lt;BR /&gt;I would suggest that /etc/lp looks like a good starting place.&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Thu, 20 Dec 2007 15:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-getting-full/m-p/4119616#M314576</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-12-20T15:49:47Z</dc:date>
    </item>
  </channel>
</rss>

