<?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 partition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915932#M285280</link>
    <description>rc.log is usually only updated on reboot. Have you rebooted in the last couple of days? Is the file unusually large? If so, I would look for errors or warnings in it.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
    <pubDate>Thu, 21 Dec 2006 03:20:13 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2006-12-21T03:20:13Z</dc:date>
    <item>
      <title>Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915924#M285272</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Root partition suddenly increased to 8% growth yesterday. How to find out the new files are added in yesterday in root partition for removal.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Rao</description>
      <pubDate>Wed, 20 Dec 2006 10:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915924#M285272</guid>
      <dc:creator>Madhava Rao Lakkaniki</dc:creator>
      <dc:date>2006-12-20T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915925#M285273</link>
      <description>Dear Rao:&lt;BR /&gt;&lt;BR /&gt;Can you elaborate on '...root partition...'?&lt;BR /&gt;&lt;BR /&gt;a) lvm or vxvm?&lt;BR /&gt;&lt;BR /&gt;b) how are you defining partition?  rootdg?  vg00?  lvol3?  / (root) file system?&lt;BR /&gt;&lt;BR /&gt;If file system / (root) then use 'du -k | sort -rn | more'&lt;BR /&gt;&lt;BR /&gt;-or- &lt;BR /&gt;&lt;BR /&gt;# find /dev -type f (* there should only be device files in /dev*)&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;# quot / (* list of owners, not very helpful but sometimes useful *)</description>
      <pubDate>Wed, 20 Dec 2006 10:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915925#M285273</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-12-20T10:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915926#M285274</link>
      <description>There are a few things you can do:&lt;BR /&gt;&lt;BR /&gt;1.  Print out files that have been modified/added in the past 24 hours&lt;BR /&gt; # find / -mtime -1 -print&lt;BR /&gt;&lt;BR /&gt;2.  Print all files that are over a certain size - example is 2MB&lt;BR /&gt; # find / -size +2000000c &lt;BR /&gt;&lt;BR /&gt;3.  I have attached a script that I got on this forum that I use all the time for this sort of thing.  It will give you the top 20 directories and the sizes...our root partition went to 100% yesterday and this script showed me right away where the problem was.</description>
      <pubDate>Wed, 20 Dec 2006 10:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915926#M285274</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-12-20T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915927#M285275</link>
      <description>There are a few things you can do:&lt;BR /&gt;&lt;BR /&gt;1.  Print out files that have been modified/added in the past 24 hours&lt;BR /&gt; # find / -mtime -1 -print&lt;BR /&gt;&lt;BR /&gt;2.  Print all files that are over a certain size - example is 2MB&lt;BR /&gt; # find / -size +2000000c &lt;BR /&gt;&lt;BR /&gt;3.  I have attached a script that I got on this forum that I use all the time for this sort of thing.  It will give you the top 20 directories and the sizes...our root partition went to 100% yesterday and this script showed me right away where the problem was.&lt;BR /&gt;&lt;BR /&gt;usage:    # ./top20.sh /directory</description>
      <pubDate>Wed, 20 Dec 2006 10:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915927#M285275</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-12-20T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915928#M285276</link>
      <description>Hi Rao,&lt;BR /&gt;how about:&lt;BR /&gt;#create a temp file with a creation date of 24 hours ago (see man touch)&lt;BR /&gt;#touch -mt 200612190000 /tmp/myref&lt;BR /&gt;# find /path -xdev -type f -newer /tmp/myref&lt;BR /&gt;or&lt;BR /&gt;find / -mtime 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 10:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915928#M285276</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-12-20T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915929#M285277</link>
      <description>Hi Rao,&lt;BR /&gt;&lt;BR /&gt;As has been mentioned many times in the past, UNIX has no notion of creation time of a file.  A file's mtime (last modified time) serves as a pseudo-creation time, as long as the file hasn't been modified since it was created.&lt;BR /&gt;&lt;BR /&gt;To make sure you get all of yesterday, and just yesterday, create two reference files and use find's '-newer' primary.&lt;BR /&gt;&lt;BR /&gt;$ touch -t 12190000 /tmp/ref1&lt;BR /&gt;$ touch -t 12200000 /tmp/ref2&lt;BR /&gt;$ find / -xdev -type f \( -newer /tmp/ref1 -a ! -newer /tmp/ref2)&lt;BR /&gt;$ rm /tmp/ref[12]&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 20 Dec 2006 10:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915929#M285277</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-12-20T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915930#M285278</link>
      <description>Thanks for all of you . &lt;BR /&gt;&lt;BR /&gt;I appreciate everyone with promt response. I found the file which has grown (rc.log) too much.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Rao</description>
      <pubDate>Wed, 20 Dec 2006 11:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915930#M285278</guid>
      <dc:creator>Madhava Rao Lakkaniki</dc:creator>
      <dc:date>2006-12-20T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915931#M285279</link>
      <description>Then you probably need to look into the rc.log to seee what caused that</description>
      <pubDate>Wed, 20 Dec 2006 14:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915931#M285279</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-20T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Root partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915932#M285280</link>
      <description>rc.log is usually only updated on reboot. Have you rebooted in the last couple of days? Is the file unusually large? If so, I would look for errors or warnings in it.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 21 Dec 2006 03:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-partition/m-p/3915932#M285280</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-12-21T03:20:13Z</dc:date>
    </item>
  </channel>
</rss>

