- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compare lansettings 11.i -> 11.0
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
10-14-2003 11:56 PM
10-14-2003 11:56 PM
I have a problem getting a fast connection to a Matrix1 database server. If i use 11.0, the access is extremely slow, if I use 11.i it´s about 100 times faster (same patches, same port, same user). How can I compare the lan settings between the 2 platforms? With lanadmin I could not see any difference (or I didn´t find the right menue).
Kind regards
Walter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:01 AM
10-15-2003 12:01 AM
Re: Compare lansettings 11.i -> 11.0
Usually this indicates a duplex mismatch between the server and the switch. Try "lanadmin -x 0", where 0 is the PPA or instance number of the card from lanscan. If either end of the connection is set to autonegotiate, manually set it to 100FD. To make this change permanent, change the appropriate /etc/rc.config.d/hp*conf file:
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:02 AM
10-15-2003 12:02 AM
Re: Compare lansettings 11.i -> 11.0
0 is the number from lan0, which you can obtain by looking at /etc/rc.config.d/netconf or the lanscan command.
Also check the switch port settings and make sure they are 100 BaseT manual.
You may need to hard code this into /etc/rc.config.d/hpbtlanconf to insure best speed.
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
10-15-2003 12:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:16 AM
10-15-2003 12:16 AM
Re: Compare lansettings 11.i -> 11.0
11.i: 100 Full-Duplex AUTONEG
and on
11.0: 100 Full-Duplex Auto-Negotiation-ON ,
but the speed difference between 11.0 and 11.i is the same.
As I said it´s the same port!!
Walt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:20 AM
10-15-2003 12:20 AM
Re: Compare lansettings 11.i -> 11.0
I still suggest that you force the setting on the port *AND* the switch to 100FD. You may be seeing a difference in the way 11.0 and 11i handle auto-negotiation and neither of them handle it very well.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:37 AM
10-15-2003 12:37 AM
Re: Compare lansettings 11.i -> 11.0
after I force both lan0 and cabletron to 100 FD all works fine !!
Great work!!
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:44 AM
10-15-2003 12:44 AM
Re: Compare lansettings 11.i -> 11.0
Pete
Pete