<?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: lsof? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763826#M893535</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;i forgot to attach, here is the attachment.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jul 2002 13:52:51 GMT</pubDate>
    <dc:creator>V. V. Ravi Kumar_1</dc:creator>
    <dc:date>2002-07-15T13:52:51Z</dc:date>
    <item>
      <title>lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763817#M893526</link>
      <description>I believe lsof is a program that can show all open files on a system. I have seen links to where you can get this program on here before, however they are only 32 bit versions. I need the 64 bit version.&lt;BR /&gt;&lt;BR /&gt;Is this available anywhere?</description>
      <pubDate>Mon, 15 Jul 2002 13:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763817#M893526</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-07-15T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763818#M893527</link>
      <description>You are right. Did u try this one?&lt;BR /&gt;&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;</description>
      <pubDate>Mon, 15 Jul 2002 13:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763818#M893527</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-07-15T13:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763819#M893528</link>
      <description>My preferred method would be to download the source from any of the HP-UX Porting Centres and compile it. It's quite easy if you have a development compiler or have downloaded and installed the Gnu C compiler.&lt;BR /&gt;&lt;BR /&gt;Plan B. Boolean search the Forums for 'lsof' and '64-bit'. I know several members have done the compile and posted the binary to a public FTP site.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763819#M893528</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-15T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763820#M893529</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;You will need to compile it for 64bit. Look at the following thread for the compiling issues and their work arounds.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15eaf715edc6d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 15 Jul 2002 13:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763820#M893529</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-15T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763821#M893530</link>
      <description>ftp to -wuarchive.wustl.edu/packages/security/lsof/binaries/hpux&lt;BR /&gt;&lt;BR /&gt;You can connect as anonymous and I believe it has a 64-bit version of lsof.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763821#M893530</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-07-15T13:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763822#M893531</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;You'll probably need to compile it yourself, but that's easy.  A 'makefile" is provided along with the source, and the most recent version here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 15 Jul 2002 13:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763822#M893531</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-15T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763823#M893532</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;Try this link ,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/search" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 64 bit will be &lt;BR /&gt;&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;However you can download the source files and compile them on your system too if you want.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763823#M893532</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-15T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763824#M893533</link>
      <description>Hi Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have a ftp address or an email address I can mail it to you . There is a binary version for 64 bit 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;Manoj Srivastava</description>
      <pubDate>Mon, 15 Jul 2002 13:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763824#M893533</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-15T13:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763825#M893534</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;iam attaching lsof for 64 bit. it is a shar file. unshar it (sh lsof_64.shar) then run.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;ravi</description>
      <pubDate>Mon, 15 Jul 2002 13:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763825#M893534</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-15T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763826#M893535</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i forgot to attach, here is the attachment.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763826#M893535</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-15T13:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763827#M893536</link>
      <description>Thanks folks it looks like I am going to have to compile it. I only have the standard HP-UX compiler on my machines.&lt;BR /&gt;&lt;BR /&gt;Arockia,Sanjaj,Manoj - I am on hpux 11.0 that site only has 32 bit binary for hpux 11.0.&lt;BR /&gt;&lt;BR /&gt;Rodney - I could not get to the site you suggested.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763827#M893536</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-07-15T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: lsof?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763828#M893537</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;I think this site will do it for you:&lt;BR /&gt;&lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Jul 2002 16:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof/m-p/2763828#M893537</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-15T16:17:58Z</dc:date>
    </item>
  </channel>
</rss>

