<?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: inodes question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268682#M178243</link>
    <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;HP-UX doesn't have that built in, but the lsof utility can do it as follows&lt;BR /&gt;&lt;BR /&gt;lsof -p XXXX  &lt;BR /&gt;&lt;BR /&gt;where XXXX=PID &amp;amp; the outpout will contain a NODE column which is the inode of the file or directory entry.&lt;BR /&gt;&lt;BR /&gt;lsof is available here:&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;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
    <pubDate>Wed, 05 May 2004 13:49:27 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-05-05T13:49:27Z</dc:date>
    <item>
      <title>inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268679#M178240</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;What is the command in HP-UX to display the inodes that are connected to an open process? &lt;BR /&gt;&lt;BR /&gt;Please Help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Wed, 05 May 2004 13:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268679#M178240</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-05-05T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268680#M178241</link>
      <description>fuser is the standard tool but a much better option is the lsof (list open files) command available from any of the HP-UX Porting Centre's.&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;</description>
      <pubDate>Wed, 05 May 2004 13:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268680#M178241</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-05-05T13:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268681#M178242</link>
      <description>Thanks. would you happen to know where the lsof for 10.20 would be?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Wed, 05 May 2004 13:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268681#M178242</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-05-05T13:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268682#M178243</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;HP-UX doesn't have that built in, but the lsof utility can do it as follows&lt;BR /&gt;&lt;BR /&gt;lsof -p XXXX  &lt;BR /&gt;&lt;BR /&gt;where XXXX=PID &amp;amp; the outpout will contain a NODE column which is the inode of the file or directory entry.&lt;BR /&gt;&lt;BR /&gt;lsof is available here:&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;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 13:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268682#M178243</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-05-05T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268683#M178244</link>
      <description>glance&lt;BR /&gt;&lt;BR /&gt;Select process (s option)and then choose open files(F option)&lt;BR /&gt;&lt;BR /&gt;lsof tool&lt;BR /&gt;&lt;BR /&gt;lsof -p "pid"&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 05 May 2004 13:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268683#M178244</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-05-05T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268684#M178245</link>
      <description>Unless someone has an archived depot, you are going to have to download the source and compile it from the same Website. The good news is that is a really straightforward build.</description>
      <pubDate>Wed, 05 May 2004 13:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268684#M178245</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-05-05T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268685#M178246</link>
      <description>&lt;A href="http://the-other.wiretapped.net/security/host-security/lsof/" target="_blank"&gt;http://the-other.wiretapped.net/security/host-security/lsof/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think 32 bit binaries will work on 10.20.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 05 May 2004 13:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268685#M178246</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-05-05T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268686#M178247</link>
      <description>Which inodes? vxninodes or HFS inodes?</description>
      <pubDate>Wed, 05 May 2004 15:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268686#M178247</guid>
      <dc:creator>Navin Bhat_2</dc:creator>
      <dc:date>2004-05-05T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: inodes question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268687#M178248</link>
      <description>The actual filesystem inode - be it HFS or vxfs.&lt;BR /&gt;What you'd get with an ls -i filename command&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 05 May 2004 15:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inodes-question/m-p/3268687#M178248</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-05-05T15:07:18Z</dc:date>
    </item>
  </channel>
</rss>

