- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ethtool does not work on DL380 / RHEL AS3?
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
03-16-2005 04:51 AM
03-16-2005 04:51 AM
ethtool does not work on DL380 / RHEL AS3?
# /sbin/ethtool eth0
Settings for eth0:
Advertised auto-negotiation: Yes
Auto-negotiation: on
[etc]
# /sbin/ethtool -s eth0 autoneg off
# /sbin/ethtool eth0
Settings for eth0:
Advertised auto-negotiation: Yes
Auto-negotiation: on
[etc]
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:18 AM
03-16-2005 05:18 AM
Re: ethtool does not work on DL380 / RHEL AS3?
# /sbin/mii-tool
eth0: no autonegotiation, 100baseTx-HD, link ok
# /sbin/ethtool eth0
Auto-negotiation: on
And when I /sbin/ethtool -s eth0 autoneg on the interface hangs.
/sbin/ethtool -s eth0 duplex full has no effect:
# /sbin/ethtool -s eth0 duplex full
# /sbin/mii-tool
eth0: no autonegotiation, 100baseTx-HD, link ok
So it looks like mii-tool is the way to go, except that gigabit would not be supported unless we just let the port autonegotiate.
BTW we are using the RHEL3 tg3 driver. Maybe the Broadcom driver would work better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 10:36 AM
03-16-2005 10:36 AM
Re: ethtool does not work on DL380 / RHEL AS3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:13 PM
03-16-2005 05:13 PM
Re: ethtool does not work on DL380 / RHEL AS3?
Every distribution I've ever worked with correctly detects speed and can live in a networking environment.
I'd look at the network hardware and switch port settings before trying anything else on the OS.
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
03-17-2005 12:06 AM
03-17-2005 12:06 AM
Re: ethtool does not work on DL380 / RHEL AS3?
I have ETH0 connected to 1G/FD and ETH1 connected to 10M/FD. Here is my entry...
options e1000 Speed=1000,10 Duplex=2,2
I looked in the file:
/usr/src/linux-2.4.21-27.EL/Documentation/networking/e1000.txt for the options to use.
-Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 09:10 AM
03-17-2005 09:10 AM
Re: ethtool does not work on DL380 / RHEL AS3?
02:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703 Gigabit Ethernet (rev 02)
Well I know that tg3 is supposed to work with generic BMC5700 interfaces - I had a lot of experience with Dells and this issue - the RH9 2.4.21-
I agree that autonegotiation nearly always works these days. But perpetuating the myth that it doesn't keeps the a lot of Cisco techs employed and responding to service requests to tweak port settings, right?