- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BTLAN on board network slow
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
06-20-2003 02:46 AM
06-20-2003 02:46 AM
BTLAN on board network slow
This is a reman server, just fresh built. At this stage nothing is running on the server that would possibly cause the network to be slow. Any ideas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 02:49 AM
06-20-2003 02:49 AM
Re: BTLAN on board network slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 02:55 AM
06-20-2003 02:55 AM
Re: BTLAN on board network slow
lanadmin -X 0 100FD
Then get your network admin to tie the port speed down to 100FD with no autonegotiation...
see if this sorts it
HTH
Duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 02:55 AM
06-20-2003 02:55 AM
Re: BTLAN on board network slow
How about a duplex mismatch? Run "lanadmin -x 0", where 0 is the PPA number found from lanscan. Force it to full duplex with "lanadmin -X 100FD 0" and also change the settings on the switch and in /etc/rc.config.d/hpbase100conf.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 02:58 AM
06-20-2003 02:58 AM
Re: BTLAN on board network slow
Pete had the right order on the arguments for lanadmin...
lanadmin -X 100FD 0
ta
duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 03:02 AM
06-20-2003 03:02 AM
Re: BTLAN on board network slow
Check that all your network configured to
100 full duplex (switches and the NIC's).
Don't use the automatic way of speed select.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 04:28 AM
06-20-2003 04:28 AM
Re: BTLAN on board network slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 04:31 AM
06-20-2003 04:31 AM
Re: BTLAN on board network slow
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 04:32 AM
06-20-2003 04:32 AM
Re: BTLAN on board network slow
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 04:53 AM
06-20-2003 04:53 AM
Re: BTLAN on board network slow
Check on the HP speed;
lanadmin -x speed
It should report back;
Current Config = 100 Full-Duplex AUTONEG
As you can the HP card is set to auto, but has negotiated to 100Fd. You need to be 100% sure your switch port is also set to AUTO (not 100FD), so that both are the same. They will negotiate to 100FD by themselves.
Next, check errors to see if it is a speed mismatch;
lanadmin -g
The last section displayed shows errors. If you have any FCS errors then this indicates a speed mismatch. If you have carrier sense errors then this is a physical problem (cable/switch), eg. we had one today;
Ethernet-like Statistics Group
Index = 1
Alignment Errors = 0
FCS Errors = 0
Single Collision Frames = 0
Multiple Collision Frames = 0
Deferred Transmissions = 0
Late Collisions = 0
Excessive Collisions = 0
Internal MAC Transmit Errors = 0
Carrier Sense Errors = 69524
Frames Too Long = 0
Internal MAC Receive Errors = 0
Normally all these stats are 0 (except Index=1)
Do you show any errors like this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 11:16 PM
06-22-2003 11:16 PM
Re: BTLAN on board network slow
Interesting that I don't have the same problem on my other N-class servers, and only on this one.
Thanx for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:11 AM
06-23-2003 09:11 AM
Re: BTLAN on board network slow
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.
On the side running half-uplex 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.