<?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: / is at 100% in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441285#M7552</link>
    <description>Providing the file has not been removed and the process writing to it is still running, try this to help you find it:-&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +10000000c exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;This will list every file in / (only no mountpoints) bigger than 10Mb.&lt;BR /&gt;&lt;BR /&gt;If the file has been removed, you could try looking for processes that are not functioning correctly.&lt;BR /&gt;&lt;BR /&gt;'fuser -c /' will display all processes that are using / but this will be most of them.</description>
    <pubDate>Wed, 30 Aug 2000 13:09:04 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2000-08-30T13:09:04Z</dc:date>
    <item>
      <title>/ is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441280#M7547</link>
      <description>My / directory is usually at 35% but checking my syslog I saw that it was increasing every 5 to 8 minutes. It seems that there is a file that is being populated but i can't seem to locate it. The error that it's giving me in /dev/root is: &lt;BR /&gt;&lt;BR /&gt;Pid 28326 received a SIGSEGV for stack growth failure.Possible causes: insufficient memory or swap space,or stack size exceeded maxssiz.&lt;BR /&gt;&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;Your help is appreciated,&lt;BR /&gt;&lt;BR /&gt;Dimitri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 12:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441280#M7547</guid>
      <dc:creator>Dimitri Karagiannis</dc:creator>
      <dc:date>2000-08-30T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441281#M7548</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Check /dev for core files and/or non-special files like /dev/rmt/om instead of /dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Aug 2000 12:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441281#M7548</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-30T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441282#M7549</link>
      <description>I had a problem once with my /usr/adm/wtmp file growing by leaps and bounds - installing a patch fixed it.</description>
      <pubDate>Wed, 30 Aug 2000 12:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441282#M7549</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2000-08-30T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441283#M7550</link>
      <description>Theres been a few good replies on the subjet lately in this forum, have a look later..&lt;BR /&gt;If it came suddenly, look in /dev if you can find files that have nothing to do with /dev...&lt;BR /&gt;It happens when people try to tar to a unknown tape device, so you will find a giant file instead...&lt;BR /&gt;Check in each directory whats space consuming...&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 30 Aug 2000 12:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441283#M7550</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-30T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441284#M7551</link>
      <description>There could be a file that the system is writing to in the / directory. You may not want it there because it is filling up the / filesystem. Some script or process is writing to this file. Find out which file this is and move it elsewhere into a filesystem. Modify the script or process telling it that the file is now in this location.&lt;BR /&gt;&lt;BR /&gt;If the file fills up another filesystem, you don't have to worry about the whole system being affected. This will increase the uptime for the system.</description>
      <pubDate>Wed, 30 Aug 2000 13:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441284#M7551</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-30T13:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441285#M7552</link>
      <description>Providing the file has not been removed and the process writing to it is still running, try this to help you find it:-&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +10000000c exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;This will list every file in / (only no mountpoints) bigger than 10Mb.&lt;BR /&gt;&lt;BR /&gt;If the file has been removed, you could try looking for processes that are not functioning correctly.&lt;BR /&gt;&lt;BR /&gt;'fuser -c /' will display all processes that are using / but this will be most of them.</description>
      <pubDate>Wed, 30 Aug 2000 13:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441285#M7552</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T13:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: / is at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441286#M7553</link>
      <description>Another possibility is that a file that was open, being written to, was deleted.  That file will continue to grow, but, you can't see it.  Since it was deleted "ll" won't list it.  The records on the disk appear to be swallowed by a black hole.&lt;BR /&gt;The only way I know to fix it is to fsck the file system.  Since that file is open you will not be able to umount the file system and you can't umount / anyway.  A reboot will work if this is your problem.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 13:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-at-100/m-p/2441286#M7553</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-08-30T13:20:33Z</dc:date>
    </item>
  </channel>
</rss>

