- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 1000Base-SX 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
08-26-2003 01:05 PM
08-26-2003 01:05 PM
1000Base-SX slow
I have an A4926A card installed and I am only getting 12MBytes/sec out of it.
It is running at 1000 Full Duplex.
Any ideas?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 01:07 PM
08-26-2003 01:07 PM
Re: 1000Base-SX slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 01:07 PM
08-26-2003 01:07 PM
Re: 1000Base-SX slow
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 01:17 PM
08-26-2003 01:17 PM
Re: 1000Base-SX slow
Speed = 1000 Full-Duplex
Autonegotiation = On
Not sure about the switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 01:20 PM
08-26-2003 01:20 PM
Re: 1000Base-SX slow
I do believe that I saw docs saying that contrary to slower HP NICs, both switch and card must be configured to auto negotiate.
lanadmin -x #
replace # with the lan number of the card.
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
08-26-2003 04:38 PM
08-26-2003 04:38 PM
Re: 1000Base-SX slow
I believe that its important that the switch be set to Autonegotiate. If its not, it could result in performance problems. Contact your network folks. Its a simple change on a Cisco switch, but its the default.
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
08-26-2003 04:48 PM
08-26-2003 04:48 PM
Re: 1000Base-SX slow
# lanadmin -X 1000FD 0 (will set it to 1000FD)
# lanadmin -X 100FD 0
Make sure that update the appropriate config file in /etc/rc.config.d or you'll lose your settings on the next reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 04:59 PM
08-26-2003 04:59 PM
Re: 1000Base-SX slow
Thus forcing us to go through the pain of having the network folks confirm their auto settings on their gear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:13 PM
08-26-2003 05:13 PM
Re: 1000Base-SX slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:15 PM
08-26-2003 05:15 PM
Re: 1000Base-SX slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 08:31 AM
08-27-2003 08:31 AM
Re: 1000Base-SX slow
What do your netstat -p tcp statistics look like (ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt)
What do the lanadmin statistics look like?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 08:47 AM
08-27-2003 08:47 AM
Re: 1000Base-SX slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 08:50 AM
08-27-2003 08:50 AM
Re: 1000Base-SX slow
We had an HP tech onsite - and that was the only solution - set auto-negotiate on the switch.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:06 AM
08-27-2003 09:06 AM
Re: 1000Base-SX slow
$ netstat -p tcp > /tmp/before_56K
$ netperf -H
$ netstat -p tcp > /tmp/after_56K
$ beforeafter /tmp/before_56K /tmp/after_56K > delta_56K
and
$ netstat -p tcp > /tmp/before_128K
$ netperf -H
$ netstat -p tcp > /tmp/after_128K
$ beforeafter /tmp/before_128K /tmp/after_128K > /tmp/delta_128K
Where remote is the remote system where you have a netserver running, and beforeafter is the utility you can retrieve from ftp://ftp.cup.hp.com/dist/networking/tools/
Then post the output of each netperf run, and the delta file from before after and we'll see what things look like. Also include a description of the system actingas the target of the netperf test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:43 AM
08-27-2003 09:43 AM
Re: 1000Base-SX slow
Two choices right now.
If you have a software contract, contact HP.
Or seriously check into those port settings with the switch admin.
Thought of another idea.
From a remote unix box. ping the nic. Watch the ping times. If they continually rise, the card might just be bad.
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
08-27-2003 09:52 AM
08-27-2003 09:52 AM
Re: 1000Base-SX slow
Does someone have a link they know works.
Thanks
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:59 AM
08-27-2003 09:59 AM
Re: 1000Base-SX slow
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 10:06 AM
08-27-2003 10:06 AM
Re: 1000Base-SX slow
So I guess my advice is that the first thing you should do is talk to the network guys, have them actually log into the switch and see what the settings are. Make absolutely sure it auto negotiated the correct settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 10:38 AM
08-27-2003 10:38 AM
Re: 1000Base-SX slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 11:36 AM
08-27-2003 11:36 AM
Re: 1000Base-SX slow
Any one have any ideas now?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 01:21 PM
08-27-2003 01:21 PM
Re: 1000Base-SX slow
instead of going disc to disc, i'd probably go disc to /dev/null and /dev/zero to disc with dd - if nothing else that will more closely approximate what is going-on with FTP.
as far as EMC's and the like, my understanding is that with most of those large SAN things if you can stay in their caches they do quite well, but once you have to start going to back-end discs things slow-down cosiderably. there may also be some RAID level issues particularly with write performance.
as for the other autoneg failure mentioned by someone else, if both sides were set to auto and once did FD and the other HD the bug could be on either end. however, when one side is hardcoded (to either FD or HD), the spec requires that the side set for auto go to HD. hardcoding means that side will not respond to any autoneg stuff (iirc), and failure to get autoneg stuff means the autoneg side must presume autoneg isn't supported, and since FD came along with autoneg, it then presumes that the other side is only capable of HD. so the spec says, autoneg failure -> go to HD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 02:02 PM
08-27-2003 02:02 PM
Re: 1000Base-SX slow
My N class internal scsi's and my EMC / Clarian times run 20 to 30 ms.
My Compaq EVA SAN is always in the single digit.
Not a test of throughput, only response time ( of the cache on those arrays)