- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Inbound Discards
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-17-2003 11:14 AM
тАО06-17-2003 11:14 AM
Inbound Discards
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2003 12:23 PM
тАО06-17-2003 12:23 PM
Re: Inbound Discards
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x28d07680e012d71190050090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2003 12:31 PM
тАО06-17-2003 12:31 PM
Re: Inbound Discards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2003 12:33 PM
тАО06-17-2003 12:33 PM
Re: Inbound Discards
Thanks!
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2003 12:38 PM
тАО06-17-2003 12:38 PM
Re: Inbound Discards
lanadmin -x
You can determine the NMID by running lanscan.
What you are looking for is wether it is 100 full or Auto etc. You can check with the network people to see what they are looking for. Typically if the LAN switch support 100 full then I would suggest that you force you NIC to 100 full as autonegotiate often messes up.
You can set this on the fly with lanadmin or, depending on the NIC you have, /etc/rc.config.d/hpbtlanconf would contain the settings and you are looking for:
HP_BTLAN_SPEED[1]=100FD
If none of this makes sense, please tell us the model of the computer and the version of the OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2003 05:20 PM
тАО06-17-2003 05:20 PM
Re: Inbound Discards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 09:45 AM
тАО06-18-2003 09:45 AM
Re: Inbound Discards
IIRC, Inbound Discards and Inbound Errors are separate - that is one is not a superset of the other - however that could be wrong, and I suppose Discards could be a superset of Errors.
If there is a duplex mismatch between the host and the switch, I would expect to see Inbound Errors incrementing, and then also either FCS or late collision errors.
If all you see are Inbound Discards and no Inbound Errors, it means that from time to time a burst of traffic is arriving that is too much for the combination of NIC and system to handle. The drops could be in the NIC because it is not getting enough recv buffers posted in time by the driver, or it could be that the driver's attempts to allocate recv buffers is failing, or it could be that the driver's attempt to pass the packet(s) up the stack have encountered a queue limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 10:04 AM
тАО06-18-2003 10:04 AM
Re: Inbound Discards
Current Speed = 100 Full-Duplex Auto-Negotiation-OFF
The switch is also hard coded to 100 full.
The version of the Lawson client is 7.3.3.
Also I'm only getting Inbound discards no Inbound errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 10:22 AM
тАО06-18-2003 10:22 AM
Re: Inbound Discards
Inbound discards
"The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space."
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 12:13 PM
тАО06-18-2003 12:13 PM
Re: Inbound Discards
This is an rp5405 with 4 gig ram running the Lawson application with an Oracle database and Netscape Enterprise web server. The system is rebooted every night.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 01:34 PM
тАО06-18-2003 01:34 PM
Re: Inbound Discards
# ndd -get /dev/tcp tcp_conn_request_max
4096
You may need to tune other parameters as well. Take a look at this document
http://www.sean.de/Solaris/soltune.html
good tuning info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 05:51 AM
тАО06-19-2003 05:51 AM
Re: Inbound Discards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 10:12 AM
тАО06-19-2003 10:12 AM
Re: Inbound Discards
if there are just inbound discards and no inbound errors, then likely as not it represents a "simple" overload issue.
you now need to consider things like correlating the inbound discards to times when the CPU taking interrupts from the NIC is saturating. if there is not much other I/O traffic, you can use glance to see which cpu(s) have time in interrupt.
the easiest time to do this is when the system is otherwise idle and you can run say a netperf TCP_RR test through the interface to another system. then the interrupt CPU should be reasonably clear.
now, if you are on 11i, you can download the interrupt migration software from software.hp.com - that can be used to show the interrupt assignments of all the I/O devices on the system. with that you can see if say your NIC and perhaps some other busy I/O devices are sending their interrupts to the same CPU. you can then see about altering the CPU assignments to spread things out and avoid overloading any one CPU.
in general the interrupt/NIC assignment code does a good job, but like any heuristic it is a compromise.