<?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 lsof idiots guide in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162512#M569952</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;As the subject title suggests I'm looking for a genuine idiots guide (step for step) on where and how to get lsof up and running on a bunch of hosts 11.00 32 and 64 bits, 10.20 32 bit, and 11.11 32 bit.&lt;BR /&gt;&lt;BR /&gt;I got binaries from various sources, but don't know whether to shar then swinstall or just gunzip and swinstall etc etc.&lt;BR /&gt;&lt;BR /&gt;Confused&lt;BR /&gt;Graham</description>
    <pubDate>Tue, 13 Jan 2004 01:39:15 GMT</pubDate>
    <dc:creator>Graham Van der vaart_1</dc:creator>
    <dc:date>2004-01-13T01:39:15Z</dc:date>
    <item>
      <title>lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162512#M569952</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As the subject title suggests I'm looking for a genuine idiots guide (step for step) on where and how to get lsof up and running on a bunch of hosts 11.00 32 and 64 bits, 10.20 32 bit, and 11.11 32 bit.&lt;BR /&gt;&lt;BR /&gt;I got binaries from various sources, but don't know whether to shar then swinstall or just gunzip and swinstall etc etc.&lt;BR /&gt;&lt;BR /&gt;Confused&lt;BR /&gt;Graham</description>
      <pubDate>Tue, 13 Jan 2004 01:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162512#M569952</guid>
      <dc:creator>Graham Van der vaart_1</dc:creator>
      <dc:date>2004-01-13T01:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162513#M569953</link>
      <description>Depends on where you got from ... on how to install it, but here are some examples on use. &lt;BR /&gt;&lt;BR /&gt;To which files are open for a given process id (pid)&lt;BR /&gt;&lt;BR /&gt;# lsof -p &lt;PID&gt; &lt;BR /&gt;&lt;BR /&gt;To see all the open files associated with a particular command.&lt;BR /&gt;&lt;BR /&gt;# lsof -c midaemon&lt;BR /&gt;&lt;BR /&gt;User name. &lt;BR /&gt;&lt;BR /&gt;# lsof -u &lt;NAME&gt; &lt;BR /&gt;# lsof -u &lt;UID&gt; &lt;BR /&gt;&lt;BR /&gt;processes being used via a socket.&lt;BR /&gt;&lt;BR /&gt;# lsof -i tcp:23 &lt;BR /&gt;# lsof -i udp:123 &lt;BR /&gt;&lt;BR /&gt;&lt;/UID&gt;&lt;/NAME&gt;&lt;/PID&gt;</description>
      <pubDate>Tue, 13 Jan 2004 01:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162513#M569953</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-01-13T01:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162514#M569954</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;download the .depot file, don't use any binary files.  depot file for 32 bit also works on 64 bit 0S</description>
      <pubDate>Tue, 13 Jan 2004 01:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162514#M569954</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-01-13T01:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162515#M569955</link>
      <description>Ravi&lt;BR /&gt;&lt;BR /&gt;Where do I find this depot containing a working version for 11i 64bit?</description>
      <pubDate>Wed, 14 Jan 2004 02:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162515#M569955</guid>
      <dc:creator>Hubert Feller</dc:creator>
      <dc:date>2004-01-14T02:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162516#M569956</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.69/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.69/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i use the version meant for HP-UX 11.00 and it works on my server running HP-UX 11i 64-bit.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 14 Jan 2004 04:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162516#M569956</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-01-14T04:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162517#M569957</link>
      <description>You can get it here, pre-compiled. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As stated, the 32bit vesrion works on 64 BIT.&lt;BR /&gt;&lt;BR /&gt;11.11 README&lt;BR /&gt;All lsof support for HP-UX 11.11 is PSTAT-based.  (See the 00FAQ&lt;BR /&gt;file in the lsof distribution for an explanation.)  The lsof binary&lt;BR /&gt;mode is 32 bits, and it uses -D_PSTAT64 to acquire kernel information&lt;BR /&gt;via pstat(2) in 64 bit mode.&lt;BR /&gt;&lt;BR /&gt;There is also a man page available at the Purdue site.&lt;BR /&gt;&lt;BR /&gt;here: &lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 08:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162517#M569957</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-01-15T08:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162518#M569958</link>
      <description>Todd,&lt;BR /&gt;&lt;BR /&gt;While it may be true that the 32 bit version will work on 64 bit systems, I think that works only for 11i ("All lsof support for HP-UX 11.11 is PSTAT-based").&lt;BR /&gt;&lt;BR /&gt;Having tried it on 11.0, I think I can safely say that the 32 bit version will not work on a 64 bit 11.0 system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 15 Jan 2004 08:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162518#M569958</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-01-15T08:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: lsof idiots guide</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162519#M569959</link>
      <description>Graham,&lt;BR /&gt;&lt;BR /&gt;I had trouble using the binary from the porting center depot,  but I followed the link to the home page and got a 64-bit version that runs fine.  &lt;BR /&gt;&lt;BR /&gt;See my note in &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=340348" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=340348&lt;/A&gt;&lt;BR /&gt;When you replace the binary, swlist will show the fileset as corrupt.  You can fix that with swmodify.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 15 Jan 2004 09:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-idiots-guide/m-p/3162519#M569959</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2004-01-15T09:02:00Z</dc:date>
    </item>
  </channel>
</rss>

