- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lsof for hpux 11i
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:29 AM
10-23-2003 02:29 AM
http://hpux.connect.org.uk
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/
and they either have 11.0 versions or 32-bit versions, or download/gunzip errors.
Can someone recommend me a site to download lsof for 11i (11.11).
I've checked the archives. That's where I got the above addresses.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:30 AM
10-23-2003 02:30 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:36 AM
10-23-2003 02:36 AM
Re: lsof for hpux 11i
The porting archive gets their builds from this site (which is listed in the info section). I don't know why they don't carry the 11i version yet.
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/binaries/hpux/B.11.11/
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:40 AM
10-23-2003 02:40 AM
Re: lsof for hpux 11i
We don't have any 11.11. depot. In fact we don't have any 11.11 machine. Most of the 11.00 depot tend to work fine on 11.11 platform, But I don't think you have any luck with lsof.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:41 AM
10-23-2003 02:41 AM
Re: lsof for hpux 11i
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=237788
Pete, the lsof from that site says this
#:/root:>file lsof_4.69
lsof_4.69: ELF-64 executable object file - PA-RISC 2.0 (LP64)
but when I run,
#:/root:>./lsof_4.69 -i tcp:1400
lsof_4.69: WARNING: compiled for HP-UX release B.11.00; this is B.11.11.
lsof_4.69: can't read proc table info
So, waiting for people to post the 11i version. Tried, to google but not able to find out.
cheers
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:46 AM
10-23-2003 02:46 AM
Re: lsof for hpux 11i
Go aheadn and give the 11.00 version a try.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:53 AM
10-23-2003 02:53 AM
Re: lsof for hpux 11i
lsof_4.69: WARNING: access /root/.lsof_riaasrs: No such file or directory
lsof_4.69: WARNING: created device cache file: /root/.lsof_riaasrs
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:53 AM
10-23-2003 02:53 AM
Re: lsof for hpux 11i
I just emailed the poster of those files to ask if perhaps they got switched (they were just update on 14 October).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:58 AM
10-23-2003 02:58 AM
Re: lsof for hpux 11i
Brian, is there any http equivalent of that link. Or can you attach it here.
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:01 AM
10-23-2003 03:01 AM
Re: lsof for hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:11 AM
10-23-2003 03:11 AM
Re: lsof for hpux 11i
Then you ftp it up to your UNIX server, and you think it's a gunzip file, but all of the gunzip/uncompress utilities fail, so you think there's something wrong.
Here is the fix:
mv lsof_4.69.gz lsof
chmod u+x lsof
and you're in business! It wasn't a gzip file at all.
Actually the ftp site with the name "vic" in it had the file gzipped. The others have the binary file with the "gz" prefix. If the size is 131K or 128K, it's the binary. If the size is 67K, it's gzipped.
# ll lsof
-r-xr-xr-x 1 root sys 131072 Oct 23 10:20 lsof
Thanks to everyone!
There are no notes or guides that tell you this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:13 AM
10-23-2003 03:13 AM
Re: lsof for hpux 11i
Stuart, I feel Brian got it.
cheers
Umapathy