<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211828#M168646</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try and use fuser or lsof on the tmp filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Mon, 08 Mar 2004 05:38:32 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-03-08T05:38:32Z</dc:date>
    <item>
      <title>INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211827#M168645</link>
      <description>In vain hope that I can avoid a system reboot.&lt;BR /&gt;&lt;BR /&gt;A user had deleted a file in /tmp which was still accessed by a process. However, I don't know the process. Is there anyway of identifying the inode and process and killing it from my current situation. Other than a reboot obviously.</description>
      <pubDate>Mon, 08 Mar 2004 05:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211827#M168645</guid>
      <dc:creator>Carl Munnelly</dc:creator>
      <dc:date>2004-03-08T05:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211828#M168646</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try and use fuser or lsof on the tmp filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 08 Mar 2004 05:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211828#M168646</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-08T05:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211829#M168647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you rm-ed the file the inode gets removed when the Process keeping it open stops. To get the process, you can use lsof  &amp;lt; not standard installed but the best tool for this kind of problems&amp;gt; or fuser -cu /tmp&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;PS. a link to lsof:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2004 05:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211829#M168647</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-08T05:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211830#M168648</link>
      <description>I know lsof is ideal unfortunately not installed and can't download as blocked.</description>
      <pubDate>Mon, 08 Mar 2004 05:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211830#M168648</guid>
      <dc:creator>Carl Munnelly</dc:creator>
      <dc:date>2004-03-08T05:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211831#M168649</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I was investigating fuser and during that time the process must have sfinished as space released</description>
      <pubDate>Mon, 08 Mar 2004 06:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211831#M168649</guid>
      <dc:creator>Carl Munnelly</dc:creator>
      <dc:date>2004-03-08T06:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211832#M168650</link>
      <description>Other than the "fuser" suggestion above which on "/tmp" is probably going to be a bit of a nightmare, you can't do it in any easy way.&lt;BR /&gt; &lt;BR /&gt;THere is no way you can reclaim the space without stopping that process.&lt;BR /&gt; &lt;BR /&gt;If you know the name the file had, it might be useful.  If it is a tempory file that usually has the same name, you could doa strings on on the binaries of your running applications to lookf for the filename and then stop that application.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2004 06:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211832#M168650</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-08T06:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: INODE issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211833#M168651</link>
      <description>Attached lsof 11.0 64 bits tar.gz file.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2004 06:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-issue/m-p/3211833#M168651</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-08T06:01:43Z</dc:date>
    </item>
  </channel>
</rss>

