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
09-24-2007 07:32 AM
09-24-2007 07:32 AM
The network guy wants to alter my lan configuration to go from 100FD to 1GB because he says that 1GB setting doesn't offer half duplex so the connection should stay at FD instead of half, even though both the switches and the servers are configured for 100FD.
He says that somehow they are still nego to half, which I am hard pressed to understand, since all hardware has been hardcoded at 100FD.
Here is his direct quote:
+++++++++++++++++++++++++++++++++++++++++++
The network is set to 100/full, the nic is set to 100/full but the link is established at 100/half. Half duplex is the issue. We don’t have a speed problem we have a duplex problem. Since gigabit cannot operate in halk duplex it is worth a try to set the elextra nic to 1000/full and see if we can establish a common link between the network switch and the server nic.
++++++++++++++++++++++++++++++++++++++++++
unquote
here is my lan card from ioscan:
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/1/2/0 igelan CLAIMED INTERFACE HP PCI 1000Base-T Core
My question is what would I need to reconfigure, if anything to even attempt this change. what changes to the netconf file?
MY next question, will any of this matter if the issue isn't on the server? I dont believe it is.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:40 AM
09-24-2007 07:40 AM
Re: slow lan
# ioscan -funC lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:41 AM
09-24-2007 07:41 AM
Re: slow lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:42 AM
09-24-2007 07:42 AM
SolutionThe netconf file doesn't control this. It's the /etc/rc.config.d/hpigelanconf file where you set speed, duplex, and autonegotiate options for the igelan cards.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:44 AM
09-24-2007 07:44 AM
Re: slow lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/1/2/0 igelan CLAIMED INTERFACE HP PCI 1000Base-T Core
#lanadmin -x 0
Speed = 100 Full-Duplex.
Autonegotiation = Off.
#uname -a
HP-UX elektra B.11.11 U 9000/800 1193809610 unlimited-user license
#model
9000/800/rp3440
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:46 AM
09-24-2007 07:46 AM
Re: slow lan
You can't really say that the issue isn't on the server because whatever the setting is on the server (auto-negotiate, 100FD, 100HD, 10HD) it MUST match that of the corresponding ethernet switch port. The least-evil answer in most cases with modern boxes is to set the card (and corresponding swith port) to auto-negotiate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:46 AM
09-24-2007 07:46 AM
Re: slow lan
It was always a good thing to force the older 10/100 cards to a specific speed and duplex.
I believe it is recommended not to force 1000GB cards but leave them in auto-neg mode. The switch needs to be set to auto also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:50 AM
09-24-2007 07:50 AM
Re: slow lan
Everything is set to 100fd and was that way before I got these boxes. Only the network side changed last Tuesday.
I believe the card is 1g based on the ioscan, but I am not sure if that is correct.
All I do know is, I don't think changing the host will fix the issue.
Somehow the network is nego to half Duplex, and my network guy seems to think changing the host will help it somehow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:55 AM
09-24-2007 07:55 AM
Re: slow lan
I just read some of your replies about hardcoding 100FD.
I see the light, but our systems were hard coded before I got them and seemed to work normally.
I have only had these boxes a few weeks, so havent had the chance to really go over them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:59 AM
09-24-2007 07:59 AM
Re: slow lan
The NIC is definitely gigabit. So, if they actually set their switch port to autonegotiate, as I suspect they did, and you change the NIC to also autonegotiate, then it should indeed fix the problem and you'll be running at 1000FD.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:02 AM
09-24-2007 08:02 AM
Re: slow lan
I need to take a crash course in networking :)
BTW, can I change that setting online without rebooting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:07 AM
09-24-2007 08:07 AM
Re: slow lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:24 AM
09-24-2007 08:24 AM
Re: slow lan
I run a reset from the lanadmin tui? and that will re-read the /etc/rc.config.d/hpigelanconf or how will the card know to autoneg?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:34 AM
09-24-2007 08:34 AM
Re: slow lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:35 AM
09-24-2007 08:35 AM
Re: slow lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:44 AM
09-24-2007 08:44 AM
Re: slow lan
#lanadmin -S auto_on 0
Old Speed = 100000000
Unable to change speed: errno = 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:54 AM
09-24-2007 08:54 AM
Re: slow lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 09:03 AM
09-24-2007 09:03 AM
Re: slow lan
# lanadmin -X auto_on 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 01:59 PM
09-24-2007 01:59 PM
Re: slow lan
100 Mbit is the only link speed where FD, HD and autonegotiate can be selected. At 1 Gbit, the link *MUST* be set to autonegotiate on both sides. The cable range mentioned above has no effect on 1 Gbit links.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:10 PM
09-24-2007 08:10 PM
Re: slow lan
to check if the mismatch is on your box, you can check the lan statistics:
'lanadmin' - 'lan' - 'dis' will show you your settings.
After this 'Press
You can clear the stats, to see if changes had success.
HTH
Volkmar
and yes - *don't believe the network guys* ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 05:03 AM
09-25-2007 05:03 AM
Re: slow lan
Attached is some boilerplate about how autoneg is supposed to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:43 AM
09-25-2007 09:43 AM
Re: slow lan
The ports in those modules *can* be forced to 1000/full, but the actual mechanism of this forcing is very different from how it used to be with the 100baseTX modules.
When the autonegotiation is disabled in a traditional 100baseTX network port, the port will not send nor respond to autonegotiation messages.
When a 1000baseT network port is forced to 1000/full, it will still respond to autonegotiation messages... but the content of those messages is essentially "1000/full only. Take it or leave it."
Some network admins seem to be unaware of this difference.
MK