- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ** Tracking down a Process using a Port **
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-15-2001 04:01 AM
10-15-2001 04:01 AM
** Tracking down a Process using a Port **
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 04:05 AM
10-15-2001 04:05 AM
Re: ** Tracking down a Process using a Port **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 04:05 AM
10-15-2001 04:05 AM
Re: ** Tracking down a Process using a Port **
You need to use lsof to get this information.
Try it from
http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/
It's easy,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 06:16 AM
10-15-2001 06:16 AM
Re: ** Tracking down a Process using a Port **
AFAIK the best answer is "lsof" (list open files" used with the "-i" (internet) option:
lsof -i tcp:21
This will show you all processes using TELNET (i.e. TCP, and port 21).
Get it from the "HP-UX Porting Archives" near you...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 06:50 AM
10-15-2001 06:50 AM
Re: ** Tracking down a Process using a Port **
lsof is definitely the tool for this job. Be aware that if you are running 64-bit 11x that you must download the source and compile it as the only binary versions available are 32-bit and will not execute in 64-bit land.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 03:12 AM
10-30-2001 03:12 AM
Re: ** Tracking down a Process using a Port **
I administer a hpux 11.00 64bit system and tried to compile the lsof-4.55 but got the following output:
Looking for ipis_s with /usr/contrib/bin/q4 ...
!!!ERROR!!! /usr/contrib/bin/q4 failed and produced the following output.
q4: (warning) no modules in the crashdump or no INDEX file
nm: invalid option -- h
Usage: nm [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]
[--debug-syms] [--extern-only] [--print-armap] [--print-file-name]
[--numeric-sort] [--no-sort] [--reverse-sort] [--size-sort]
[--undefined-only] [--portability] [-f {bsd,sysv,posix}]
[--format={bsd,sysv,posix}] [--demangle] [--no-demangle] [--dynamic]
[--defined-only] [--line-numbers]
[--version] [--help]
[file...]
nm: supported targets: som srec symbolsrec tekhex binary ihex hpux-core
q4: (error) nm command exited, but not cleanly (status==0x100)
!!ERROR!!
Configure can't use /usr/contrib/bin/q4 to examine the ipis_s
structure. You must do that yourself, report the result in
the HPUX_IPC_S_PATCH environment variable, then repeat the
Configure step. Consult the Configure script's use of
/usr/contrib/bin/q4 and the 00XCONFIG file for information
on ipis_s testing and the setting of HPUX_IPC_S_PATCH.
What is wrong with it?
thx
michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 04:43 AM
10-30-2001 04:43 AM
Re: ** Tracking down a Process using a Port **
http://sunsite.securitycentralhq.com/mirrors/security/lsof/binaries/hpux/B.11.00/