- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Strange behavior with my GB NIC
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-27-2006 04:17 PM
01-27-2006 04:17 PM
Does't matter how I do it, it continue to run at 100MBps Duplex_full & NO AUTONEG.
I do know this is a 10/100/1000 NIC and plugged in a GB HP Procurve Switch.
I am currently running RHAS 2.1 -
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 11:56 PM
01-27-2006 11:56 PM
Re: Strange behavior with my GB NIC
Normally, according to a standar, autonegotiation must be enabled for 1000 Mb/s.
See:
http://www.sun.com/blueprints/0704/817-7526.pdf
New technologies such as 1000BASE-T require autonegotiation.
The IEEE 802.3 standard default is to run with autonegotiation enabled. Technology improvements, and better interoperation of autonegotiation make it the preferred mode of operation, and is required on new technologies such as 1000BASE-T (802.3ab)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2006 02:50 AM
01-28-2006 02:50 AM
Re: Strange behavior with my GB NIC
Should I have modprobe.conf file? If not, do I need to setup this modprobe file" If yes, how do I do that?
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2006 10:30 PM
01-28-2006 10:30 PM
Re: Strange behavior with my GB NIC
"options eth0 line_speed=1000 auto_speed=0 full_duplex=1 "
line into your modules.conf file (BTW, don't worry, modprob.conf file used only with 2.6 kernels, RHEL2.1 runs 2.4 kernel)
But I suggest to check your switch settings - probably it works in 100Mb mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 08:43 AM
01-29-2006 08:43 AM
Solutionmodprobe.conf is a later innovation, introduced with newer kernels.
I have a server, which Vitaly will be familair with where we both work. It was built on an early version of RHAS 2.1
ethtool shows that it is getting link at 1000 BaseT speeds. My research showed that early RHAS 2.1 kernels can't do 1000 BaseT speeds.
I tried the additional commands in ifcfg-eth0 and ended up with an unnetworkable (therefore useless) system. The recommendation is to upgrade the kernel to a newer version and reboot the system.
Take care that some applications are very sensitive to the kernel version and testing should be thorough prior to any upgade.
If you post the output of the uname -a command I can compare it in afew hours to an RHAS system at work and provide updated recommendations.
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
01-29-2006 02:31 PM
01-29-2006 02:31 PM
Re: Strange behavior with my GB NIC
Per your request, here's the info:
2.4.9-e.3smp #1 SMP Fri May 3 16:48:54 EDT 2002 i686 unknown
Please let me know what you can find.
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 06:49 PM
01-29-2006 06:49 PM
Re: Strange behavior with my GB NIC
You'll need to upgrade the kernel to get 1000 Base T networking to work.
I would suggest a full up2date or binary update to update 6 if your applications support it.
copy all the rpm files to one directory.
Call it /var/update
cd /var/update
rpm -uvh *.rpm
It should do everything except the kernel. Do that by itself after the update.
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
01-30-2006 12:38 AM
01-30-2006 12:38 AM
Re: Strange behavior with my GB NIC
Regards,
J