- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 30% Collisions - How to Resolve?
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 07:10 AM
10-15-2001 07:10 AM
30% Collisions - How to Resolve?
Here's the lanadmin data. What I be interpreted from this?
Network Management ID = 4
Description = lan0 Hewlett-Packard LAN Interface Hw Rev 0
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 10000000
Station Address = xxxxxxxxxxx
Administration Status (value) = up(1)
Operation Status (value) = up(1)
Last Change = 1916
Inbound Octets = 119228131
Inbound Unicast Packets = 81255
Inbound Non-Unicast Packets = 59326
Inbound Discards = 0
Inbound Errors = 0
Inbound Unknown Protocols = 1865
Outbound Octets = 3191795
Outbound Unicast Packets = 44493
Outbound Non-Unicast Packets = 91
Outbound Discards = 0
Outbound Errors = 0
Outbound Queue Length = 0
Specific = 655367
Ethernet-like Statistics Group
Index = 4
Alignment Errors = 0
FCS Errors = 0
Single Collision Frames = 8236
Multiple Collision Frames = 4792
Deferred Transmissions = 14125
Late Collisions = 0
Excessive Collisions = 0
Internal MAC Transmit Errors = 0
Carrier Sense Errors = 0
Frames Too Long = 0
Internal MAC Receive Errors = 0
...and here's netstat -i
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
ni0* 0 none none 0 0 0 0 0
ni1* 0 none none 0 0 0 0 0
lo0 4608 loopback localhost 65261 0 65261 0 0
lan0 1500 XX.XX.XXX wcalh0kn 147255 0 45148 0 13028
Any and all help appreciated.
Thanks,
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:18 AM
10-15-2001 07:18 AM
Re: 30% Collisions - How to Resolve?
BTW, what do your network people say about this and have they put a sniffer on this yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:25 AM
10-15-2001 07:25 AM
Re: 30% Collisions - How to Resolve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:29 AM
10-15-2001 07:29 AM
Re: 30% Collisions - How to Resolve?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:36 AM
10-15-2001 07:36 AM
Re: 30% Collisions - How to Resolve?
Is it possible the switch is set to full duplex?
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:43 AM
10-15-2001 07:43 AM
Re: 30% Collisions - How to Resolve?
Normally excessive collisions is down to;
1. too many TCP devices broadcasting on the same subnet. Just because other devices arent detecting it doesnt mean its not happening. Normally a reduction in the number of devices by adding an additional hub and distributing half your TCP devices to the new hub fixes the problem.
2. Try another lan cable. This is usually first thing to try as its so easy to do.
3. Your card could possibly be faulty, but in my experience very unlikely. After trying 1. or 2. above dont forget to reboot your HP server to reset all the stats and server/lan card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:45 AM
10-15-2001 07:45 AM
Re: 30% Collisions - How to Resolve?
I'm assuming that everything was working well at one point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:47 AM
10-15-2001 07:47 AM
Re: 30% Collisions - How to Resolve?
1.Change the Lan cable,
2. Change the speed to Full duplex,
3. Ask network team to change the port to full duplex.
Good luck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 08:16 AM
10-15-2001 08:16 AM
Re: 30% Collisions - How to Resolve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 08:18 AM
10-15-2001 08:18 AM
Re: 30% Collisions - How to Resolve?
This is for general information.
The B132L's core NIC is 10Mbit/s half-duplex only.
The B132L+'s core NIC is 10/100 autosensing, autoneg.
If the driver claiming the interface is "lan2" it is 10 Mbit/s, half-duplex only.
If the driver claiming the interface is btlan* it is a 10/100 card.
Secondly,
How long has your machine been up?
netstat -ain reports the cumulative collisions since the machine was last rebooted, did you try "netstat -ain interval" eg: "netstat -ain 5" to see the collisions?
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 09:06 AM
10-15-2001 09:06 AM
Re: 30% Collisions - How to Resolve?
(ni0) -> input output (Total)-> input output
packets errs packets errs colls packets errs packets errs colls
0 0 0 0 0 613672 0 570947 0 14545
0 0 0 0 0 77 0 59 0 0
0 0 0 0 0 1905 0 962 0 360
0 0 0 0 0 3094 0 1574 0 541
0 0 0 0 0 3023 0 1535 0 568
Also, the box which I'm ftp'ing from indicates 0 collisions....
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 10:40 AM
10-15-2001 10:40 AM
Re: 30% Collisions - How to Resolve?
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 02:14 PM
10-15-2001 02:14 PM
Re: 30% Collisions - How to Resolve?
The stats you posted look perfectly clean. It is quite normal to have a non-trivial collision rate when transfering files between two hosts over a half-duplex link. "Collisions" in and of themselves are _NOT_ errors. The only "collision" that is an error is a "Late Collision" (poor naming choices).
The impact of normal collisions is actually quite small. Now, what _might_ happen in HD mode is something called the "capture effect" where the transmitting system is able to monopolize the wire. The receiver, trying to send ACK's, has his NIC backoff timer grow quite large, the sender runs-out of window (no ACKs) and stops. you wait for the reciever's backoff timer to expire, a flood of ACK's, then you start again. You would be able to see this is a packet trace.
The workarounds are to either shrink the TCP window (something <= 8K I think) or increase the TCP window (>= 56KB perhaps?)
The "fix" is to upgrate your network to full-duplex :)
If a NIC is forced into HD operation, and the other side is doing FD, one would see FCS errors, "late collisions" and the like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:34 PM
10-15-2001 07:34 PM
Re: 30% Collisions - How to Resolve?
#netfmt -t 50 -f /var/adm/nettl.LOG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 05:53 AM
10-17-2001 05:53 AM
Re: 30% Collisions - How to Resolve?
Would you be so kind as to post your solution in this thread? There's a number of interested people and it will be beneficial for future readers.
Additionally, would you please assign points? Especially to any who may have helped you find the solution but also some "thank you for trying" points would encourage your peers to continue offering assistance, not only to you but to the community in general.
Thanks,
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 06:28 AM
10-17-2001 06:28 AM
Re: 30% Collisions - How to Resolve?
As far as points go Darrell, I typically assign them when everything is resolved...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 06:58 AM
10-17-2001 06:58 AM
Re: 30% Collisions - How to Resolve?
use ("nettl" and "netfmt") or "ethereal" (from the proting archives) to get an idea what is going on in your network segment. Especially the "top talkers" and "top listeners"!
Then look for broadcasts (ethernet and IP), and the MTU (some stations might have it set too big).
Then you should get a closer idea, who is to blame.
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:46 AM
10-17-2001 07:46 AM
Re: 30% Collisions - How to Resolve?
No offense was meant about points. I struggle about when to assign them myself. 8-10 points too early discourages other comments. Non assigned seems to do likewise.
Anyway, I just don't buy the high number of collisions for the number of packets you report:
lan0 1500 XX.XX.XXX wcalh0kn 147255 0 45148 0 13028
I've had 10HD boxes on primarily 100FD lans and they did not experience that high a percent of collisions. This was with large file transfers and network backups both.
Something just smells wrong with your network. All I can think of is to verify the network itself (cable distances, cable specs, terminators, etc).
Wish I could be of more help.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 08:32 AM
10-17-2001 08:32 AM
Re: 30% Collisions - How to Resolve?
CSMA/CD is not used on a full-duplex link because the nodes at either end of the cable are not trying to share access to specific wires. there are wires dedicated for machine A transmitting to B, and for B transmitting to A.
in the past, the presence of CSMA/CD was used as a "litmus" test of something being ethernet or not, regardless of the header format. one could argue then that full-duplex is not really "Ethernet" ...