- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Viewing content of TCP/IP packets for debuggin...
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
08-05-2002 12:16 PM
08-05-2002 12:16 PM
I work with a HP-9000 running HP-UX, and I am trying to trobleshoot communications problems between remote terminals and the application running on the server. Messages from terminals do not seem to be reaching the server (however, they pass through attached router).
Does anyone know of a HP-UX command or easily obtainable software to see contents of packets arriving in server at a determined IP address and port?
All help is greatly appreciated. Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:19 PM
08-05-2002 12:19 PM
Re: Viewing content of TCP/IP packets for debugging
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:22 PM
08-05-2002 12:22 PM
Re: Viewing content of TCP/IP packets for debugging
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcpdump-3.7.1/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:24 PM
08-05-2002 12:24 PM
Re: Viewing content of TCP/IP packets for debugging
get a copy of lsof from here:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:26 PM
08-05-2002 12:26 PM
Re: Viewing content of TCP/IP packets for debugging
In the same website as mentioned by Harry, look for "ethereal". It is also a nice tool.
There is a default tool available with HP called nettl.
You can use nettladm (a ascii/gui menu) to capture the packets and analyze them.
Look the man pages of nettl and netfmt if you want to use command line.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:31 PM
08-05-2002 12:31 PM
Re: Viewing content of TCP/IP packets for debugging
For free products several come to mind. tcpdump is the most common tool for this. You may want to look at nmap for a different avenue. ngrep and ntop are two other programs worth investigating.
Most of the programs will only dump the network stream to a raw file. Up to you do filter this file to your liking.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 12:23 AM
08-06-2002 12:23 AM
Re: Viewing content of TCP/IP packets for debugging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 02:02 AM
08-06-2002 02:02 AM
Re: Viewing content of TCP/IP packets for debugging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 02:07 AM
08-06-2002 02:07 AM
SolutionYou can also identify if packets are being received via lanadmin.
netstat -an | more
will also show inbound and outbound connection establishment,
Later,
Bill