- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lsof depot
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
01-13-2004 07:52 PM
01-13-2004 07:52 PM
Where can I find a depot for lsof which runs on HP-UX 11i (64bit!)? I always get the message:
lsof: FATAL: lsof was built for a 32 bit kernel, but this is a 64 bit kernel.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:11 PM
01-13-2004 08:11 PM
Re: lsof depot
as stated in my earlier mail started by Graham, try this:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.69/
i use the version meant for HP-UX 11.00 and it works on my server running HP-UX 11i 64-bit.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:20 PM
01-13-2004 08:20 PM
Re: lsof depot
I think this may help
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.69/
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:27 PM
01-13-2004 08:27 PM
Re: lsof depot
Thank you very much for your quick response which helped me to solve this problem!
I have played a lot with lsof 4.69 (including compiling the source) but never got it to work for whatever reason.
Thanks everybody for their efforts to help me.
Have a nice day
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:39 PM
01-13-2004 08:39 PM
Re: lsof depot
I agree with you: I tried billion times to compile lsof source code downloaded from HP-UX Porting but the result always was a failure. Then I searched out the HP-UX world in order to obtain lsof for 64 bit and at last got it.
Joseph,
I don't know if lsof for HP-UX 11.00 works for HP-UX 11.i 64 bit and I cannot try it.
Anyway I think problem is about 32 or 64 bit of lsof tool. Is lsof for HP-UX 11.00 for 32 or 64 bit?
Have a nice day Peter and all!
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 12:34 AM
01-15-2004 12:34 AM
Re: lsof depot
Here is the Readme:
All lsof support for HP-UX 11.11 is PSTAT-based. (See the 00FAQ
file in the lsof distribution for an explanation.) The lsof binary
mode is 32 bits, and it uses -D_PSTAT64 to acquire kernel information
via pstat(2) in 64 bit mode.
Here is the ftp site:
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 12:48 AM
01-15-2004 12:48 AM
Re: lsof depot
I have read this also, but I don't know how to interprete it. If a program queries the kernel mode of my unix-machine for me it doesn't necessarily mean that it won't work on my machine. That's why I tried to compile it on my own box. Does it mean I need to install additional software packages on my computer to make it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 12:56 AM
01-15-2004 12:56 AM
Re: lsof depot
I believe that this means that you can use the 32 bit version of lsof on a 64 bit 11i kernel. The same is not true for the 11.0 version.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 01:01 AM
01-15-2004 01:01 AM
Re: lsof depot
unfortunately I didn't get lsof_4.69 to work on my 11i 64bit machine.
I got version 4.63 from Ettore which works perfectly. In the meantime I also found version 4.64 which works as well. So what's wrong with 4.69?