<?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 full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287354#M336271</link>
    <description>I would cd /, do a list to check first any core, *.tar files. can you post output of ll /?</description>
    <pubDate>Wed, 15 Oct 2008 13:54:02 GMT</pubDate>
    <dc:creator>John Guster</dc:creator>
    <dc:date>2008-10-15T13:54:02Z</dc:date>
    <item>
      <title>/ is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287346#M336263</link>
      <description>/dev/vg00/lvol3    1024000 1023992       8  100% /          &lt;BR /&gt;&lt;BR /&gt;My / "slash" directory is full 100%.  What could be growing in slash to cause it to fill up?  What can I remove or shorten to get space back?</description>
      <pubDate>Wed, 15 Oct 2008 11:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287346#M336263</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-10-15T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287347#M336264</link>
      <description>Search for core files. Search for last modified files.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 15 Oct 2008 11:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287347#M336264</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-10-15T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287348#M336265</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Probably the most common cause of this is a regular file in the device ('/dev') directory from a mis-typed backup like:&lt;BR /&gt;&lt;BR /&gt;/dev/rmt/om&lt;BR /&gt;&lt;BR /&gt;...note the "o" and not the "0".&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# ls -lR /dev|grep "^-"&lt;BR /&gt;&lt;BR /&gt;...and see what (if anything) turns up.  &lt;BR /&gt;&lt;BR /&gt;Also, see where your space has been consumed by doing :&lt;BR /&gt;&lt;BR /&gt;# du -kx / | sort -k1,1rn &lt;BR /&gt;&lt;BR /&gt;...the majority of the utilization should be in '/etc' and '/sbin'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287348#M336265</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-15T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287349#M336266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check which dir consumes more space by,&lt;BR /&gt;&lt;BR /&gt;#du -xk / |sort -nr |head -25&lt;BR /&gt;&lt;BR /&gt;Check in /dev diretory if anyone used wrong device files(om instead of 1m)&lt;BR /&gt;&lt;BR /&gt;Find large files in root.(size more than 50MB)&lt;BR /&gt;&lt;BR /&gt;# find / -size +50000 -xdev -exec ll {} \; &lt;BR /&gt;&lt;BR /&gt;Find if any core files and delete.&lt;BR /&gt;&lt;BR /&gt;# find / -name core -print&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287349#M336266</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-15T11:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287350#M336267</link>
      <description>Find the latest written files on FS.&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +1000000c -exec ll {} \;&lt;BR /&gt;du -sk / | sort -n&lt;BR /&gt;&lt;BR /&gt;If you dont have nothing to remove, then you need to go for ignite boot of the server and resize the root FS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Wed, 15 Oct 2008 12:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287350#M336267</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-15T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287351#M336268</link>
      <description>If you posted the output of bdf it would give us an idea of how your  mount points are setup.&lt;BR /&gt;&lt;BR /&gt;Then would be better able to advise what you could "remove".&lt;BR /&gt;&lt;BR /&gt;If you're setup in a standard fashion there won't be much if anything you could remove.&lt;BR /&gt;&lt;BR /&gt;Other than finding a file that grew due to the reasons already posted.</description>
      <pubDate>Wed, 15 Oct 2008 12:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287351#M336268</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-10-15T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287352#M336269</link>
      <description>bdf display</description>
      <pubDate>Wed, 15 Oct 2008 13:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287352#M336269</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-10-15T13:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287353#M336270</link>
      <description>I was hoping to find something non-standard.&lt;BR /&gt;Once saw a person have /var under root.  Which caused their problems with /, root not slash, :) filling up&lt;BR /&gt;&lt;BR /&gt;Looks like following the advice of the above posts is the way to go.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 15 Oct 2008 13:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287353#M336270</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-10-15T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287354#M336271</link>
      <description>I would cd /, do a list to check first any core, *.tar files. can you post output of ll /?</description>
      <pubDate>Wed, 15 Oct 2008 13:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287354#M336271</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2008-10-15T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287355#M336272</link>
      <description>Hi (again) Jeff:&lt;BR /&gt;&lt;BR /&gt;Well, what have you tried and what were your findings thus far?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 Oct 2008 13:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287355#M336272</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-15T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287356#M336273</link>
      <description>This thread is very recent and from about 4th response down it shows a very good approach on cleaning up the root filesystem&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1276884" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1276884&lt;/A&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287356#M336273</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-10-15T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287357#M336274</link>
      <description>please check for core file in /&lt;BR /&gt;cd /&lt;BR /&gt;ls -l core*&lt;BR /&gt; i think this will solve your issue .&lt;BR /&gt;else find with du command .&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2008 13:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287357#M336274</guid>
      <dc:creator>Manas Mangal</dc:creator>
      <dc:date>2008-10-16T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287358#M336275</link>
      <description>It turned out to be a file system that didnt' get mounted that we were writing out to.  &lt;BR /&gt;&lt;BR /&gt;We had to restore from an ignite tape from another box.  And when he mapped in the volume groups and file systems, he missed that one.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2008 13:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287358#M336275</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-10-16T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287359#M336276</link>
      <description>I still am having a space issue on "/".  I can't print, I can't save a file the "/" directory.  In /dev there were some printer files that were pretty big.  I moved them and it didn't help the space issue.  I'm still stuck waiting for my support provider to call me back cause they can't figure it out.</description>
      <pubDate>Thu, 16 Oct 2008 14:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287359#M336276</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-10-16T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287360#M336277</link>
      <description>&amp;gt;&amp;gt;I still am having a space issue on "/". I can't print, I can't save a file the "/" directory. In /dev there were some printer files that were pretty big. I moved them and it didn't help the space issue. I'm still stuck waiting for my support provider to call me back cause they can't figure it out.&lt;BR /&gt;&lt;BR /&gt;Not sure what these were but my first guess is that these "big printer files" are still open in memory.&lt;BR /&gt;&lt;BR /&gt;In order to recover the space still allocated in RAM and not reflected from a filesystem point of view you either need to stop/kill those processes holding open the files or even better reboot the system as mostlikley your next comment will be that you cannot stop the application.  Either way you will have to take an outage.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2008 14:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287360#M336277</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-10-16T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287361#M336278</link>
      <description>If you have a file that is still open and did a move or delete.  The space will not be free until the process that has the file open is killed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;all the suggestion given were good.  I also suggest you use "lsof" to see if you have any lost open files</description>
      <pubDate>Thu, 16 Oct 2008 14:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287361#M336278</guid>
      <dc:creator>Rory Hammond</dc:creator>
      <dc:date>2008-10-16T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287362#M336279</link>
      <description>i think the log entries on one of the following logs would also be helpful to diagnose the issue&lt;BR /&gt;&lt;BR /&gt;var/adm/syslog/syslog.log&lt;BR /&gt;event.log&lt;BR /&gt;dmesg&lt;BR /&gt;&lt;BR /&gt;probably you will find something there</description>
      <pubDate>Thu, 16 Oct 2008 15:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287362#M336279</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-16T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287363#M336280</link>
      <description>The other possibility is that you did not remove the files under the mount point when you mounted the missing directory.  If this is the case then the files are still taking up space on the root volume, and you need to umount the filesystem and clean out the files under the mount point directory to reclam space.</description>
      <pubDate>Mon, 20 Oct 2008 15:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287363#M336280</guid>
      <dc:creator>Tom Henning</dc:creator>
      <dc:date>2008-10-20T15:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287364#M336281</link>
      <description>&amp;gt;Tom: you need to umount the filesystem and clean out the files under the mount point directory&lt;BR /&gt;&lt;BR /&gt;You don't need to unmount it.  What you could do is export the directory under the mount point and if you have RW access, you can remove those files.</description>
      <pubDate>Tue, 21 Oct 2008 06:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287364#M336281</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-21T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: / is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287365#M336282</link>
      <description>Dennis Handy Stated:&lt;BR /&gt;&lt;BR /&gt;You don't need to unmount it. What you could do is export the directory under the mount point and if you have RW access, you can remove those files.&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;Sorry Dennis, I'm not certain I follow you. I was under the impression that if you exported a directory, which was a mounted volume, the remote system saw the contents of the mount point, not the directory under the mount point. Could you provide more detail on how to "export the directory under the mount point" without unmounting the file system first?</description>
      <pubDate>Tue, 21 Oct 2008 09:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-full/m-p/4287365#M336282</guid>
      <dc:creator>Tom Henning</dc:creator>
      <dc:date>2008-10-21T09:21:31Z</dc:date>
    </item>
  </channel>
</rss>

