- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network Speed
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
01-03-2002 07:24 AM
01-03-2002 07:24 AM
I have 4 Nclass boxes. I am concerned about the configuration of the tacheon cards. We are not experiencing any slowdown however I am tring to understand this. When I enter the command 'lanadmin -x 0' I show '100 Full-Duplex Auto-Negotiation-ON' while on the other two Nclass boxes I see '10 Half-Duplex Auto-Negotiation-On'. Do I have something configured wrong? Or am I still running at 100Meg oer What? Im confused. Can I assume that 2 of my boxes are only running at 10MB?
Thanks in Advance,
Bob Menefee
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:27 AM
01-03-2002 07:27 AM
Re: Network Speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:29 AM
01-03-2002 07:29 AM
Re: Network Speed
Try this faq,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e71077550b9ec9d66f/screen=ckiDisplayDocument?docId=200000046055225
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:32 AM
01-03-2002 07:32 AM
Re: Network Speed
It is all in the "negotiation" of switch and the system. If you are getting 10 Half-duplex, then the switch and the system negotiated to keep this speed and your systems are working at 10MBPS. You can try testing it by doing some ftp from the server that is running with 100 FD and 10HD.
Now the best practice for HP systems is to keep the switches at 100 Full Duplex Autonegotiation off and then setting the systems to 100 Full Duplex AUTO OFF.
You can edit /etc/rc.config.d/hpbase100conf and make changes there to set this during bootup for these cards.
For the command line you can use
lanadmin -X 100FD instance_number
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:37 AM
01-03-2002 07:37 AM
Re: Network Speed
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:42 AM
01-03-2002 07:42 AM
Re: Network Speed
//
4- 7: The answer helped with a portion of my question, but I still need some additional help.
//
So, our answers helped only a portion of your question as indicated by your message and the points. What exactly were you looking for?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:48 AM
01-03-2002 07:48 AM
Re: Network Speed
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 11:28 AM
01-03-2002 11:28 AM
Solution# ls /etc/rc.config.d/hp*conf
to see the config files. They correspond to the driver used for the LAN card:
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
To set 100 Mbits and full-duplex, use 100FD on the line with SPEED=
Note that each LAN card that uses the same driver will need an entry and these are actually script arrays so the first instance of a btlan3 LAN card will be 0 and the hpbase100conf entry will be:
HP_BASE100_SPEED[0]=100FD
(and the next 3 would be:
HP_BASE100_SPEED[1]=100FD
HP_BASE100_SPEED[2]=100FD
HP_BASE100_SPEED[3]=100FD
Repeat for other LAN cards based on their driver.
To view the current LAN setting:
# lanadmin -x 0
(where 0 is the card's instance or PPA number, found with lanscan).
To change the card setting without a reboot, use:
# lanadmin -X 100FD 0
Note that 100 half-duplex is the default value when negotiation at 100 bits fails and unless the switch is set the same, high error rates and very low throughput will be the result.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 11:37 AM
01-03-2002 11:37 AM
Re: Network Speed
Bob Menefee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 11:46 AM
01-03-2002 11:46 AM
Re: Network Speed
"IT'S NOT ABOUT POINTS BUT ABOUT POINTS TOO"
I guess you still are to be used to this forum. This is nothing but a protocol to see how the responses helped the member's question.
Even a "N/A" will do.
Regarding your other question that left unanswered, it will become static once you make that AUTO NEGOTIATION off. Edit the corresponding config file (in your case it would be mostly hpbase100conf for the built-in 100Bt LAN) and keep the entries like
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_SPEED[0]=100FD
You don't need to specify the HW station address. This file changes per type of the card. But the syntax is the same except for the "BASE100".
-Sri