<?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: Inode problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852661#M826065</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You might have a file that has been deleted but is still being held open by a process.  If that has happened your disk space won't be freed up until the process dies.  If you have 'lsof' you can run it and see what files each process has open in /var.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Nov 2002 19:35:09 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2002-11-26T19:35:09Z</dc:date>
    <item>
      <title>Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852658#M826062</link>
      <description>I have a server with the /var directory full.  I have cleaned out some logs that are eating space but I am still not gaining any space on the FS.  I remember that this might be an inode release problem.  Is there a way to release these inodes without having to reboot?&lt;BR /&gt;&lt;BR /&gt;I am not certain this is the problem.  If I have it wrong, pls let me know.&lt;BR /&gt;&lt;BR /&gt;Ooops accidently posted this to databases.  If there is a moderator, pls delete that thread.  Sorry...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 26 Nov 2002 19:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852658#M826062</guid>
      <dc:creator>Michael Gretton</dc:creator>
      <dc:date>2002-11-26T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852659#M826063</link>
      <description>Do you have something writing to /var/tmp so as soon as you clean some space it is being used up by a process writting to /var/tmp.</description>
      <pubDate>Tue, 26 Nov 2002 19:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852659#M826063</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-11-26T19:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852660#M826064</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Try "du -sk /var/* |sort -n" to see if you can spot something in the heavy hitter's list.  If you can get rid of one big one, you'll be OK until you can deal with it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 26 Nov 2002 19:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852660#M826064</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-26T19:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852661#M826065</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You might have a file that has been deleted but is still being held open by a process.  If that has happened your disk space won't be freed up until the process dies.  If you have 'lsof' you can run it and see what files each process has open in /var.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2002 19:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852661#M826065</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-11-26T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852662#M826066</link>
      <description>&lt;BR /&gt;get lsof at&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and see what files are open then check to see if they show up in those directories. If not, then STOP those processes and magically watch the space come back.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 26 Nov 2002 19:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852662#M826066</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-26T19:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inode problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852663#M826067</link>
      <description>note the lsof on the porting archive is only compiled for a 32 bit kernel, you may prefer to get the 64 bit version from:&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xee1a6049dbb6d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xee1a6049dbb6d611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 27 Nov 2002 13:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-problem/m-p/2852663#M826067</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-11-27T13:27:18Z</dc:date>
    </item>
  </channel>
</rss>

