- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gigabit ethernet refuses to work as fast properly
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
02-13-2006 03:26 AM
02-13-2006 03:26 AM
We have a gigabit ethernet interface (HP-UX 11.11, latest patches). But the swith it is connected to, only works as fast ethernet. It seems OK due to the possibility to change the interface to fast. Both, switch and interface are presently configured as 100, NONEG and full duplex.
The issue here is that the interface refuses to work properly. The switch sees the interface as up, send control ethernet packets but gets no response.
When I run landiag, it shows me that it is configured as gigabit, even if SAM shows otherwise.
As far as we know, there is no cabling problem. The details are attached.
Anyone has any idea of what is going on?
Cheers,
Filipe.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:34 AM
02-13-2006 03:34 AM
SolutionHave you tried letting the NIC autonegotiate? I seem tor ecall reading in some forum posting at some point in the past that the 1000BaseT cards would only work if set to autonegotiate, regardless of what the switch speed is. (Unlike the 100Mbps cards that seem to only work well when switch and NIC are set to the same speed/duplex manually.)
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:37 AM
02-13-2006 03:37 AM
Re: Gigabit ethernet refuses to work as fast properly
Note that lanadmin replaces landiag begining w/ HPUX 10.0.
Just for giggles, try lanadmin and see what it reports for the card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:38 AM
02-13-2006 03:38 AM
Re: Gigabit ethernet refuses to work as fast properly
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:46 AM
02-13-2006 03:46 AM
Re: Gigabit ethernet refuses to work as fast properly
Do I understand correctly that you *do* want this running at 100FD?
If so then NO Negotiation is valid.
Only when running 1000 do you need Auto Negotiation.
One thing you might do is determine the driver type - probably either iether, gelan or igelan.
Then hard code the speed, duplex & Negotiation in the appropriate /etc/rc.config.d/hp??????conf file.
This will *force* the NIC to those settings.
And double check that Negotiation is truly set off on the switch. You should also probably try another switch port.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 04:13 AM
02-13-2006 04:13 AM
Re: Gigabit ethernet refuses to work as fast properly
You should have to do nothing. Autonegotiate will do the job.
landadmin -x 0
change the zero to the numeric part of lan0 or whatever the card is.
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
02-13-2006 12:49 PM
02-13-2006 12:49 PM
Re: Gigabit ethernet refuses to work as fast properly
Once one starts hardcoding one side or the the other, the following comes into play:
How Autoneg is supposed to work:
When both sides of the link are set to autoneg, they will "negotiate"
the duplex setting and select full duplex if both sides can do
full-duplex.
If one side is hardcoded and not using autoneg, the autoneg process
will "fail" and the side trying to autoneg is required by spec to use
half-duplex mode.
If one side is using half-duplex, and the other is using full-duplex,
sorrow and woe is the usual result.
So, the following table shows what will happen given various settings
on each side:
Auto Half Full
Auto Happiness Lucky Sorrow
Half Lucky Happiness Sorrow
Full Sorrow Sorrow Happiness
Happiness means that there is a good shot of everything going well.
Lucky means that things will likely go well, but not because you did
anything correctly :) Sorrow means that there _will_ be a duplex
mis-match.
When there is a duplex mismatch, on the side running half-duplex you
will see various errors and probably a number of late collisions. On
the side running full-duplex you will see things like FCS errors.
Note that those errors are not necessarily conclusive, they are simply
indicators.
Further, it is important to keep in mind that a "clean" ping (or the
like - eg "linkloop") test result is inconclusive here - a duplex
mismatch causes lost traffic _only_ when both sides of the link try to
speak at the same time. A typical ping test, being synchronous, one at
a time request/response, never tries to have both sides talking at the
same time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 02:51 AM
02-14-2006 02:51 AM
Re: Gigabit ethernet refuses to work as fast properly
Other thoughts.
On the gig card, Auto neg has always worked. Except for two conditions.
1. We had an older exterasys switch, were we had to hard code the speed.
2. We had a bad patch cable.
Rory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 02:57 AM
02-14-2006 02:57 AM
Re: Gigabit ethernet refuses to work as fast properly
You got ten just for the "Happiness Lucky Sorrow" thing.
Folks, thanks a bunch you all, but the real culprit was the switch, that being a different thing that I was informed since the beggining of this mess.
Cheers,
Filipe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 05:18 AM
02-14-2006 05:18 AM