- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what does Coll (collission) represent in `netstat ...
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
04-23-2009 09:12 AM
04-23-2009 09:12 AM
B.11.23
ia64 hp server rx6600
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 147.154.10.0 147.154.10.82 3956301 0 3258935 0 18960
lanadmin -x 0
Speed = 100 Full-Duplex.
Autonegotiation = Off.
Does that mean more traffic than 100Mbps LAn can accomdate? Or what else?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 10:22 AM
04-23-2009 10:22 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:23 AM
04-23-2009 11:23 AM
Re: what does Coll (collission) represent in `netstat -ni`
It's like a head on car crash.
Both packets are destroyed and need to be re-transmitted.
In networking a collision domain is defined by how many network cards are within the lan or vlan.
If the collision domain is too large, too many collisions. Network folks segment LAN's into smaller collision domains to avoid this.
As a systems administrator, all you can do is ask networking to resolve the issue.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 05:01 PM
04-23-2009 05:01 PM
Re: what does Coll (collission) represent in `netstat -ni`
BTW, the NICs supported in an rx6600 should be _MORE_ than capable of auto speed sensing and autonegotiating duplex settings - there should be no need at all to hardcode. That being the case, another thing you may want to check into is putting both the NIC and its switch port back to autoneg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 05:08 PM
04-23-2009 05:08 PM
Re: what does Coll (collission) represent in `netstat -ni`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 05:11 PM
04-23-2009 05:11 PM
Re: what does Coll (collission) represent in `netstat -ni`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 06:36 PM
04-23-2009 06:36 PM
Re: what does Coll (collission) represent in `netstat -ni`
Collisions are only possible in half-duplex communication. Autonegotiation only works reliably when both sides are configured to autonegotiation. Since your rx6600 is not negotiating, the switch is probably set to autonegotiate and will fail. The speed will be correct but the protocol standard dictates that autonegotiation fall back to half duplex. That will cause massive collisions and a lot of other communication errors (see the stats in lanadmin).
You must set both ends to autonegotiate or you must set both ends to 100 FD. In your current setting, you will be lucky to see more than 5-8 Mbit throughput.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:08 AM
04-24-2009 06:08 AM
Re: what does Coll (collission) represent in `netstat -ni`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:08 AM
04-24-2009 06:08 AM
Re: what does Coll (collission) represent in `netstat -ni`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:24 AM
04-24-2009 06:24 AM
Re: what does Coll (collission) represent in `netstat -ni`
You should not be getting collisions of both ends really are at 100FD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:27 AM
04-24-2009 06:27 AM
Re: what does Coll (collission) represent in `netstat -ni`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 08:14 AM
04-24-2009 08:14 AM
Re: what does Coll (collission) represent in `netstat -ni`
Knuth is a famous software god. And if he doesn't know, nobody does. ;-)