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-2005 12:35 AM
01-13-2005 12:35 AM
lsof
I'm urgently looking for lsof utility
for HPUX11.00, 9000/889.
Best Regards
-zvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:37 AM
01-13-2005 12:37 AM
Re: lsof
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:39 AM
01-13-2005 12:39 AM
Re: lsof
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:39 AM
01-13-2005 12:39 AM
Re: lsof
note that you will have to build it from the Tarred/Gzipped Source Code
since only HP-UX 11i v2 and HP-UX 11i v1 depots are available there.
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:45 AM
01-13-2005 12:45 AM
Re: lsof
I've downloaded the gz file. It seem to be
spoiled - Can't gunzip refuses to unzip it.
Is there another place/pointer ?
Thanks
-zvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:54 AM
01-13-2005 12:54 AM
Re: lsof
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 01:01 AM
01-13-2005 01:01 AM
Re: lsof
I've downloaded http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.00/64/9000_785/lsof_4.73.gz
----> It is not a gzip file.
After copying the file to the unix machine
all I did was chmod +x and it executed.
Thanks a lot for the help
-zvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 01:06 AM
01-13-2005 01:06 AM
Re: lsof
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 01:29 AM
01-13-2005 01:29 AM
Re: lsof
$ gzip -d lsof_4.73.gz
-rw-r--r-- 1 jto users 204272 Jan 13 15:25 lsof_4.73
and then chmod 755 lsof_4.73
your windows box prob. did a auto gzip or something like it :-).