<?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: Server 9000 - root file system is full (rush please) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122866#M802470</link>
    <description>You can delete all core files fi you dont want to debug why the core file was created.&lt;BR /&gt;Some applications sometimes for some reasons create core files, which can be with the help of debugging tool be helpfull in findig the reason. But thats not required always, &lt;BR /&gt;So for now first thing is either move the core file to another filesystem which has space and discuss with HP why dmesg command created a core or delete theat core file.</description>
    <pubDate>Tue, 18 Nov 2003 23:11:34 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-11-18T23:11:34Z</dc:date>
    <item>
      <title>Server 9000 - root file system is full (rush please)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122865#M802469</link>
      <description>Hi, &lt;BR /&gt;By mistake I performed dmesg &amp;gt;&amp;gt;dmesg.log and the result is my File System is full.....&lt;BR /&gt;I think that this bad command has created core file.  I hesitated to delete it? Could you tell me if I will on trouble if I delete this file or not?&lt;BR /&gt;Server is Model L1000 with Unix 11.0&lt;BR /&gt;File System:  /dev/vg00/&lt;BR /&gt;&lt;BR /&gt;PS: I hope to resolv this problem without rebooting server.....</description>
      <pubDate>Tue, 18 Nov 2003 23:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122865#M802469</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2003-11-18T23:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Server 9000 - root file system is full (rush please)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122866#M802470</link>
      <description>You can delete all core files fi you dont want to debug why the core file was created.&lt;BR /&gt;Some applications sometimes for some reasons create core files, which can be with the help of debugging tool be helpfull in findig the reason. But thats not required always, &lt;BR /&gt;So for now first thing is either move the core file to another filesystem which has space and discuss with HP why dmesg command created a core or delete theat core file.</description>
      <pubDate>Tue, 18 Nov 2003 23:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122866#M802470</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-11-18T23:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Server 9000 - root file system is full (rush please)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122867#M802471</link>
      <description>You have a core file in /dev/vg00?  Or the dmesg.log has filled /?&lt;BR /&gt;&lt;BR /&gt;If you have a core file there, do a 'file /path/to/core', find out what caused the core file, then delete it.  If the demsg.log filled /, delete it.  Short of that, do you have a 'bleeder' process filling /etc/rc.log?  You shouldn't, but it is possible.&lt;BR /&gt;&lt;BR /&gt;Rebooting will not clear up the problem if it is a core file or this dmesg.log or something like that, as they all maintain state across reboots...&lt;BR /&gt;&lt;BR /&gt;Hope it helps, and post if it doesn't.  &lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Tue, 18 Nov 2003 23:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122867#M802471</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2003-11-18T23:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Server 9000 - root file system is full (rush please)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122868#M802472</link>
      <description>Most likely cause:&lt;BR /&gt;&lt;BR /&gt;Accidental file copy to the root fs.&lt;BR /&gt;&lt;BR /&gt;This code will make it easy to find large files, run it.&lt;BR /&gt;&lt;BR /&gt;du -kx / | sort -rn &lt;BR /&gt;&lt;BR /&gt;du -kx / | sort -rn  /tmp/bigfiles&lt;BR /&gt;&lt;BR /&gt;The seond version will put it in a file.&lt;BR /&gt;&lt;BR /&gt;You should also look for non-device files in /dev/rmt Thats were a bad attempt to write to tape might end up.&lt;BR /&gt;&lt;BR /&gt;I keep a 100 MB dummy file on root that I can delete when this stuff happens. It gives me breathing room while I diagnose the problem. Thats for future reference.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 23:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122868#M802472</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-18T23:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Server 9000 - root file system is full (rush please)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122869#M802473</link>
      <description>Thank you.  I've moved core file and It works.  I will contact support to submit my core file.  thanks</description>
      <pubDate>Tue, 18 Nov 2003 23:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-9000-root-file-system-is-full-rush-please/m-p/3122869#M802473</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2003-11-18T23:23:20Z</dc:date>
    </item>
  </channel>
</rss>

