<?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: my root disk is growing..help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427586#M859232</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I just stopped the lp scheduler, I found no runaway processes (used ps -ef and grep for lpsched)&lt;BR /&gt;&lt;BR /&gt;So it appears lp is not my problem.&lt;BR /&gt;&lt;BR /&gt;Noone has access to root other than myself. Backups/cron/printers, heck nothing has been changed/added for the past year at least. &lt;BR /&gt;&lt;BR /&gt;I'm still looking at log files for errors....nothing striking yet.&lt;BR /&gt;&lt;BR /&gt;No core files are on the system.&lt;BR /&gt;&lt;BR /&gt;I'm stumped as to what might be happening but root is still growing at a slow pace.&lt;BR /&gt;&lt;BR /&gt;I have opened a case with HP and am awaiting a tech to call me.&lt;BR /&gt;&lt;BR /&gt;Any advice/ideas on where to look will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;boohoo.&lt;BR /&gt;Cin</description>
    <pubDate>Mon, 22 Nov 2004 10:47:55 GMT</pubDate>
    <dc:creator>Cindy Wolford</dc:creator>
    <dc:date>2004-11-22T10:47:55Z</dc:date>
    <item>
      <title>my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427582#M859228</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OK, I've noticed that my root disk is growing. I have a hunch is has something to do with the lp directory....maybe a runaway lp scheduler or something? &lt;BR /&gt;&lt;BR /&gt;We have 10.20.&lt;BR /&gt;&lt;BR /&gt;Can someone tell me how to check to see if we have a runaway lp scheduler or something?&lt;BR /&gt;&lt;BR /&gt;Or does anyone else have any ideas where to look?&lt;BR /&gt;&lt;BR /&gt;No new tombstones. Nothing reported in error logs I've viewed thus far....&lt;BR /&gt;&lt;BR /&gt;Cin</description>
      <pubDate>Mon, 22 Nov 2004 10:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427582#M859228</guid>
      <dc:creator>Cindy Wolford</dc:creator>
      <dc:date>2004-11-22T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427583#M859229</link>
      <description>I would use "du -s * " first on root level and then repeatedly on the directories that occupy the most space to see where files are growing out of control.</description>
      <pubDate>Mon, 22 Nov 2004 10:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427583#M859229</guid>
      <dc:creator>Georg Tresselt</dc:creator>
      <dc:date>2004-11-22T10:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427584#M859230</link>
      <description>Hi cindy,&lt;BR /&gt;&lt;BR /&gt;Start from /dev. sometimes in place of using /dev/rmt/0m if someone used /dev/dev/0 it might start creating a file over there.&lt;BR /&gt;&lt;BR /&gt;Use this command to find the directories that are taking most space and drill down from there,&lt;BR /&gt;&lt;BR /&gt;du -ks * |sort -n &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 10:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427584#M859230</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-22T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427585#M859231</link>
      <description>If someone does an lp -c then the file is copied to /var/spool/lp before being printed. This lets the original file be safely deleted after submitting the printjob.&lt;BR /&gt;Do an lpstat -t and see if there are many jobs waiting to be printed. Rather than trying to use "The Force", I suggest that you first tell us what "my root disk is growing" means. Does that mean / is filling up or does it mean that another filesystem is filling up? You need to narrow the scope a bit.</description>
      <pubDate>Mon, 22 Nov 2004 10:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427585#M859231</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-22T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427586#M859232</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I just stopped the lp scheduler, I found no runaway processes (used ps -ef and grep for lpsched)&lt;BR /&gt;&lt;BR /&gt;So it appears lp is not my problem.&lt;BR /&gt;&lt;BR /&gt;Noone has access to root other than myself. Backups/cron/printers, heck nothing has been changed/added for the past year at least. &lt;BR /&gt;&lt;BR /&gt;I'm still looking at log files for errors....nothing striking yet.&lt;BR /&gt;&lt;BR /&gt;No core files are on the system.&lt;BR /&gt;&lt;BR /&gt;I'm stumped as to what might be happening but root is still growing at a slow pace.&lt;BR /&gt;&lt;BR /&gt;I have opened a case with HP and am awaiting a tech to call me.&lt;BR /&gt;&lt;BR /&gt;Any advice/ideas on where to look will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;boohoo.&lt;BR /&gt;Cin</description>
      <pubDate>Mon, 22 Nov 2004 10:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427586#M859232</guid>
      <dc:creator>Cindy Wolford</dc:creator>
      <dc:date>2004-11-22T10:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427587#M859233</link>
      <description>First come down. &lt;BR /&gt;give as output from &lt;BR /&gt;#mount &lt;BR /&gt;also &lt;BR /&gt;#vgdisplay -v &lt;BR /&gt;&lt;BR /&gt;See which file is access last 100 min&lt;BR /&gt;find / -mount -amin 100&lt;BR /&gt;find / -mount -mminute 100&lt;BR /&gt;&lt;BR /&gt;also&lt;BR /&gt; # du -h /&lt;BR /&gt; #bdf &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 11:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427587#M859233</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-22T11:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427588#M859234</link>
      <description>Try &lt;BR /&gt;find / -mount -ctime  1&lt;BR /&gt;show all file that was change last 24 hours</description>
      <pubDate>Mon, 22 Nov 2004 11:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427588#M859234</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-22T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427589#M859235</link>
      <description>Hi Cindy,&lt;BR /&gt;What do you call root disk? Are you talking of the files sytem / ?&lt;BR /&gt;If so, if you believe it has grown, there is a possibility someone mis-spelled a device and writing to it generated a big file the classic one is with  the tape devices...&lt;BR /&gt;Do a du -sk . in /dev, the size should be around 30 MB on a 10.20.&lt;BR /&gt;&lt;BR /&gt;If you see &amp;gt;100Mb look for a big file...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 22 Nov 2004 11:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427589#M859235</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-22T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427590#M859236</link>
      <description>hi cindy,&lt;BR /&gt;&lt;BR /&gt;assuming the mentioned root disk is root volume and mounted in / mount point.&lt;BR /&gt;use the following command to find the files &lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +1000000c -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;this command will list all files only in root volume which is more than 1MB.find any bigger files are there.also see any repeated files .&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 22:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427590#M859236</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-11-22T22:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: my root disk is growing..help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427591#M859237</link>
      <description>Actually, the command:&lt;BR /&gt; &lt;BR /&gt;du -kxs /dev&lt;BR /&gt; &lt;BR /&gt;should produce just a few Kbytes since there are (should be) no ordinary files in /dev, just device files and a few directories. Start by analyzing your root directory to see where the biggest *directories* (not files) are located:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | more&lt;BR /&gt; &lt;BR /&gt;The biggest directory should be /sbin and /etc. My guess is that someone installed software in / rather than in /opt and there are likely logfiles in those directories.&lt;BR /&gt; &lt;BR /&gt;/ must be a static (and small) filesystem. Post the results of the above command (the first 10 lines or so)</description>
      <pubDate>Mon, 22 Nov 2004 23:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-root-disk-is-growing-help/m-p/3427591#M859237</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-22T23:25:52Z</dc:date>
    </item>
  </channel>
</rss>

