<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965874#M119397</link>
    <description>Yes it is.  I am very concern with that.  I just came on last month and still not familiar with the system.  As soon as the files on root is cleared, the files will be linked back to oracle directories.</description>
    <pubDate>Mon, 05 May 2003 18:22:00 GMT</pubDate>
    <dc:creator>Rob O'Connor</dc:creator>
    <dc:date>2003-05-05T18:22:00Z</dc:date>
    <item>
      <title>root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965861#M119384</link>
      <description>Hey everyone:&lt;BR /&gt;Well, my weekly seeking help from you guys.  The root directory on my system is getting filled.  I can't find what's is causing the problem or the files that needs to be clean.  The directory that suspected is /etc.  The '/' contains the following:&lt;BR /&gt;dev&lt;BR /&gt;bin&lt;BR /&gt;sbin&lt;BR /&gt;Mail&lt;BR /&gt;dead.letter&lt;BR /&gt;etc&lt;BR /&gt;.elm&lt;BR /&gt;.kshrc&lt;BR /&gt;. etc...&lt;BR /&gt;I was wondering if anyone has any suggestions on which files to clean.  The '\' has 260mb of which close 250mb is used. Driving me nuts!  Thanks.&lt;BR /&gt;&lt;BR /&gt;Henry</description>
      <pubDate>Mon, 05 May 2003 15:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965861#M119384</guid>
      <dc:creator>Rob O'Connor</dc:creator>
      <dc:date>2003-05-05T15:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965862#M119385</link>
      <description>Hi Henry,&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# find . -type file -size +1000 -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;will locate your big file in /&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-jan.</description>
      <pubDate>Mon, 05 May 2003 15:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965862#M119385</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-05T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965863#M119386</link>
      <description>Hi Henry,&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# find . -type file -size +1000 -xdev -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;will locate your big file in /&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-jan.</description>
      <pubDate>Mon, 05 May 2003 15:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965863#M119386</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-05T15:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965864#M119387</link>
      <description>hi,&lt;BR /&gt;Try to sue large files using find.&lt;BR /&gt;#find / -size 10000 -print&lt;BR /&gt;&lt;BR /&gt;You can change the value 10000 to any value you want.&lt;BR /&gt;Another trick is to look at /dev/rmt. Sometimes big files are created when someone type a wrong tape address to do a backup.&lt;BR /&gt;&lt;BR /&gt;best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 15:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965864#M119387</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-05T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965865#M119388</link>
      <description>hi,&lt;BR /&gt;Try to sue large files using find.&lt;BR /&gt;#find / -size 10000 -print&lt;BR /&gt;&lt;BR /&gt;You can change the value 10000 to any value you want.&lt;BR /&gt;Another trick is to look at /dev/rmt. Sometimes big files are created when someone type a wrong tape address to do a backup.&lt;BR /&gt;&lt;BR /&gt;best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 15:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965865#M119388</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-05T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965866#M119389</link>
      <description>hi,&lt;BR /&gt;Try to sue large files using find.&lt;BR /&gt;#find / -size 10000 -print&lt;BR /&gt;&lt;BR /&gt;You can change the value 10000 to any value you want.&lt;BR /&gt;Another trick is to look at /dev/rmt. Sometimes big files are created when someone type a wrong tape address to do a backup.&lt;BR /&gt;&lt;BR /&gt;best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 15:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965866#M119389</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-05T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965867#M119390</link>
      <description>hi,&lt;BR /&gt;Try to sue large files using find.&lt;BR /&gt;#find / -size 10000 -print&lt;BR /&gt;&lt;BR /&gt;You can change the value 10000 to any value you want.&lt;BR /&gt;Another trick is to look at /dev/rmt. Sometimes big files are created when someone type a wrong tape address to do a backup.&lt;BR /&gt;&lt;BR /&gt;best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 15:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965867#M119390</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-05T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965868#M119391</link>
      <description>hi,&lt;BR /&gt;Try to sue large files using find.&lt;BR /&gt;#find / -size 10000 -print&lt;BR /&gt;&lt;BR /&gt;You can change the value 10000 to any value you want.&lt;BR /&gt;Another trick is to look at /dev/rmt. Sometimes big files are created when someone type a wrong tape address to do a backup.&lt;BR /&gt;&lt;BR /&gt;best regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 15:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965868#M119391</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-05T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965869#M119392</link>
      <description>Hi Henry:&lt;BR /&gt;&lt;BR /&gt;Look for a non-special file in '/dev'.  A backup that mis-keyed '/dev/rmt/om' instead of '/dev/rmt/0m' is a common mistake and lead to a very inflated root directory.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 May 2003 15:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965869#M119392</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-05T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965870#M119393</link>
      <description>Run a "du -sk /*" to see where you need to concentrate your efforts.  If it is in /etc, then drill down with "du -sk /etc/*" and keep drilling down into subdirectories until you find the offendor.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 05 May 2003 15:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965870#M119393</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-05T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965871#M119394</link>
      <description>I would suggest looking for recent files.  Do ing a &lt;BR /&gt;&lt;BR /&gt;find / -xdev -mtime 0 -print&lt;BR /&gt;&lt;BR /&gt;will list file sthat have changed in the last 24 hours.&lt;BR /&gt;&lt;BR /&gt;find / -xdev -mtime 0 -exec ls -ld {} \;&lt;BR /&gt;&lt;BR /&gt;will give you a ls -l style listing of each files. It's an easy way to find any non-device files in /dev, as well (look for files with size &amp;gt; 0).</description>
      <pubDate>Mon, 05 May 2003 16:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965871#M119394</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-05-05T16:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965872#M119395</link>
      <description>Thanks everyone.  Special thanks to Mr. Goossens for the find command.  Turns out oracle had mounted a directory on root.  Whew!</description>
      <pubDate>Mon, 05 May 2003 17:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965872#M119395</guid>
      <dc:creator>Rob O'Connor</dc:creator>
      <dc:date>2003-05-05T17:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965873#M119396</link>
      <description>Hi Henry,&lt;BR /&gt;&lt;BR /&gt;glad I could help, there is little alarm bell in my head at this moment "oracle had mounted a filesystem in root" same id as root or are you using sudo for mounting cdrom's.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 05 May 2003 18:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965873#M119396</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-05T18:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965874#M119397</link>
      <description>Yes it is.  I am very concern with that.  I just came on last month and still not familiar with the system.  As soon as the files on root is cleared, the files will be linked back to oracle directories.</description>
      <pubDate>Mon, 05 May 2003 18:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory/m-p/2965874#M119397</guid>
      <dc:creator>Rob O'Connor</dc:creator>
      <dc:date>2003-05-05T18:22:00Z</dc:date>
    </item>
  </channel>
</rss>

