- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX networking, netstat command
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
07-16-2002 02:40 AM
07-16-2002 02:40 AM
HPUX networking, netstat command
There is an incrementing counter under
" xxxxxx ICMP messages dropped "
where xxxxxx is incrementing < 500
daily. There are 5 other HPUX (K and L)
9000's on the same network segment. The
ICMP messages dropped counter does not incremnet on the others and is value=0.
Any ideas what would increment this ?
counter on one system only ?
Thanks, in advance.
Ron Widlewski
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:44 AM
07-16-2002 02:44 AM
Re: HPUX networking, netstat command
Is someone pinging that IP or is that machine trying to ping a machine that doesn't exist or is having network issues?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:52 AM
07-16-2002 05:52 AM
Re: HPUX networking, netstat command
ICMP is in fact part of the IP functionality , it is used for specific message relaying by the systems themselfs , in fact the most known icmp is probably 'icmp redirection' , meaning that the end routing node couldn't forward your packet (because it's interface to that network is down) and knows an alternate path or machine to the same network , lots of icmp type messages exist and the most are not sent by the HP-UX , they are normally sent bij a remote system/router/switching device , so the message can be comming from any possible direction , to really know what it is you should monitor (trace) the system to see what type of ICMP's you find...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:12 AM
07-16-2002 06:12 AM
Re: HPUX networking, netstat command
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 07:12 AM
07-16-2002 07:12 AM
Re: HPUX networking, netstat command
I have two K460, two L class and one
RP systems all running HPUX 11, same
patch levels, all running NFS mount
points with WAN mounted disk and
Oracle databases. Only one of the
5 systems is displaying a value
other than "o" in the ICMP messages
dropped netstat -s command output.
The system and environment is close
enough that one would expect all
systems to record similar statistics
The counter has been incrementing
since near the beginning of the year,
24 hours a day, accumulating stats.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 07:43 AM
07-16-2002 07:43 AM
Re: HPUX networking, netstat command
Systems may be similar but the fragmentation of the packets is based on how the systems are routed/connected not to ignore the capabilities of the switches they are connected to.
Another interesting test I would do, if possible, is to swap the switch ports of the dropping server and non-dropping server and see if the behaviour is exhibited on the other server.
BTW, are you seeing any "NFS server not responding" on the problematic server often?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 07:51 AM
07-16-2002 07:51 AM
Re: HPUX networking, netstat command
One of the best ways of finding out what is happening is to run ethereal, tcpdump or nettl to monitor and sniff ICMP traffic to find out the source of these packets and the ICMP packet type.
Ethereal is most intuitive with a graphical interface for parsing each portion of the packet in a hierarchical tree-like fashion for details.
http://www.ethereal.com
You will need GTK installed as well.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:20 PM
07-16-2002 10:20 PM
Re: HPUX networking, netstat command
a/ what they ask
b/ who they ask it to
c/ what kind of HW they have to pass to get the message relayed
d/ even the internal setting could play a rol as with the remark on the fragmenting from the previous entries
only make sure that when you look at this thing with tracing yoiu have such a trace looked at/analysed by a guy knowing the ip protocol (if you are not knowledgable on the subject) as traced packets are usually cryptical for non-network specialised persons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 04:45 AM
07-17-2002 04:45 AM
Re: HPUX networking, netstat command
I have a couple things to try.
We did not look for the source-IP
as I was thinking that it may have been a problem/configuration issue associated
with HP RPseries systems.