<?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: File System root in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431413#M205809</link>
    <description>Hi,&lt;BR /&gt;I suggest you go and find the big files in the root file system instead as it already seems big enough. Try this command:&lt;BR /&gt;# find / -type f -xdev -exec ls -l {} \;| sort -kn5| tail -10&lt;BR /&gt; &lt;BR /&gt;which should list the ten biggest files in your root file system: one of them must be a little suspicious; most liklely in the /dev area. Please post result.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
    <pubDate>Sat, 27 Nov 2004 10:15:23 GMT</pubDate>
    <dc:creator>john korterman</dc:creator>
    <dc:date>2004-11-27T10:15:23Z</dc:date>
    <item>
      <title>File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431410#M205806</link>
      <description>I need to expand my file System root. This he has 93% in use, nevertheless has a Size of 200 MB. Some of you has the solution to this situation.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Victor Lopez</description>
      <pubDate>Sat, 27 Nov 2004 09:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431410#M205806</guid>
      <dc:creator>Víctor López Chávez</dc:creator>
      <dc:date>2004-11-27T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431411#M205807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to expand root file system you have to create&lt;BR /&gt;ignite bootable tape archive (make_tape_recovery command)&lt;BR /&gt;and restore system from tape, during installation &lt;BR /&gt;you can changesize of root fs. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2004 09:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431411#M205807</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-11-27T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431412#M205808</link>
      <description>Victor, Slawomir has it 100%.&lt;BR /&gt;Due to strict/contiguous layouts of these filesystems,&lt;BR /&gt;you're pretty much into an Ignite situation to make it larger.&lt;BR /&gt;Once you boot from the Ignite tape, you can resize from there.&lt;BR /&gt;Ignite Rocks!&lt;BR /&gt;&lt;BR /&gt;Make sure you have good backups before doing this, of course!&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Chris</description>
      <pubDate>Sat, 27 Nov 2004 10:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431412#M205808</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-11-27T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431413#M205809</link>
      <description>Hi,&lt;BR /&gt;I suggest you go and find the big files in the root file system instead as it already seems big enough. Try this command:&lt;BR /&gt;# find / -type f -xdev -exec ls -l {} \;| sort -kn5| tail -10&lt;BR /&gt; &lt;BR /&gt;which should list the ten biggest files in your root file system: one of them must be a little suspicious; most liklely in the /dev area. Please post result.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2004 10:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431413#M205809</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2004-11-27T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431414#M205810</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;200MB should be more than enough for /. I believe there are some directories in there that are owned by regular users. &lt;BR /&gt;&lt;BR /&gt;du -kx /|sort -n &lt;BR /&gt;&lt;BR /&gt;can help you find the directories that are more used.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 27 Nov 2004 14:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431414#M205810</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-27T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431415#M205811</link>
      <description>There are files and directories that do not belong in / (the root filesystem). / at 200Mb is more than enough s someone has placed very large files and directories in /. Start with /dev--spelling errors during a backup will always create files that do not belong in /dev (which is part of /):&lt;BR /&gt; &lt;BR /&gt;find /dev -type f&lt;BR /&gt; &lt;BR /&gt;There must be no ordinary files, just special device files in /dev. A very common file is /dev/rmt/om (should have been /dev/rmt/0m). Remove all ordinary files from /dev. Then look at a summary of the directories in /:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn&lt;BR /&gt; &lt;BR /&gt;The top directories must be something like this (in Kbytes):&lt;BR /&gt; &lt;BR /&gt;33976   /etc&lt;BR /&gt;32616   /sbin&lt;BR /&gt;14736   /etc/vx&lt;BR /&gt;14512   /etc/opt&lt;BR /&gt;12536   /etc/vx/type&lt;BR /&gt;9104    /etc/opt/resmon&lt;BR /&gt;6368    /etc/opt/resmon/lbin&lt;BR /&gt;5888    /sbin/fs&lt;BR /&gt; &lt;BR /&gt;and /dev should be about 40-90 Kbytes).&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2004 17:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431415#M205811</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-27T17:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431416#M205812</link>
      <description>for some of the dirs you can create a sepered filesystem (in VG00) so you do not have to extend / just create a new filesytem move the files/dirs into and mount it on the corect place.</description>
      <pubDate>Mon, 29 Nov 2004 04:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431416#M205812</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2004-11-29T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431417#M205813</link>
      <description>Root File system must be keep small. &lt;BR /&gt;It easy to keep it in consistent mode.&lt;BR /&gt;It easy to backup and restore.&lt;BR /&gt;Root FS must contain only commands and files for recovery needs. &lt;BR /&gt;Do not use Root for any other things. &lt;BR /&gt;Realocate and remove any users ot log file  for there. &lt;BR /&gt;&lt;BR /&gt;Generaly Root FS must be static.&lt;BR /&gt;&lt;BR /&gt;use&lt;BR /&gt;#bdf for monitoring your root &lt;BR /&gt;and &lt;BR /&gt;#lsof to find who use root FS &lt;BR /&gt;#du to find witch files growing &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 06:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431417#M205813</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-29T06:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: File System root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431418#M205814</link>
      <description>Hello Victor:&lt;BR /&gt;&lt;BR /&gt;Please check if mount point are empty directory.&lt;BR /&gt;&lt;BR /&gt;boot the server in single user and check with &lt;BR /&gt;df -k /&lt;BR /&gt;find / -size +1000000c&lt;BR /&gt;find / -size +100000c&lt;BR /&gt;find / -name core&lt;BR /&gt;look for tape devices :&lt;BR /&gt;cd /dev/rmt&lt;BR /&gt;ls -ltr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards</description>
      <pubDate>Mon, 29 Nov 2004 07:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-root/m-p/3431418#M205814</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2004-11-29T07:12:56Z</dc:date>
    </item>
  </channel>
</rss>

