- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Setting NIC to Gigabit
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
09-19-2007 04:42 AM
09-19-2007 04:42 AM
I'm running "RHEL 4" on a ProLiant BL20p G3 server. The NIC is "HP NC-Series Broadcom Gigabit" and I installed the Proliant Support Pack a while ago (so I'm using the correct drivers). My modprobe.conf shows that tg3 is the driver being used.
My probelm is that I'm unable to set the card speed to gigabit. The switch is configured for 1000 (100% sure). When I do this:
ethtool -s eth0 autoneg off speed 1000 duplex full
I get:
Cannot set new settings: Invalid argument
not setting speed
not setting duplex
not setting autoneg
I read in some past thread that whenever you activate gigabit you should turn on autoneg...I tried that..the ethtool command succedds..but hwen I restart the interface and do:
ethtool eth0
it won't show the NIC as using 1000.
Is there some option I need to configure in modprobe.conf for the tg3 driver?
I even appended this:
ETHTOOL_OPTS="speed 1000 duplex full autoneg off"
to the /etc/syscongig/network-scripts/ifcg-eth0
but it just doesn't work.
Any ideas?
Thanks!
Jorge
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 05:26 AM
09-19-2007 05:26 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 05:29 AM
09-19-2007 05:29 AM
Re: Setting NIC to Gigabit
Most likely problem is the connection is routed through a 100 BaseT hub or the switch port or some other part of the network infrastructure you are plugged into is not 1000 BaseT
If the network hardware is right then auto negotiate should get you to GB speeds.
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
09-19-2007 06:13 AM
09-19-2007 06:13 AM
Re: Setting NIC to Gigabit
The server is directly connected to this switch which supports 1000BASE-T.
Steven: I just told the network guy to change the switch port to AUTO and I changed my line to this in /etc/sysconfig/network-scripts/ifcg-eth0:
ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
then I do: service network restart
and ethtool eth0 shows:
ettings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: yes
:(
I'm wondering if the tg3 driver is the actual driver that gets installed with PSP or is it the generic one provided by RHEL?
Thanks!
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:07 AM
09-19-2007 07:07 AM
Re: Setting NIC to Gigabit
Module parameters may not be changed if the module is not unloaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:13 AM
09-19-2007 07:13 AM
Re: Setting NIC to Gigabit
Probably I just needed to unload/load the driver module....
Thanks!
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:00 PM
09-19-2007 07:00 PM