- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Redhat linux ES 5 Nic speed problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-25-2008 10:55 PM
тАО11-25-2008 10:55 PM
Redhat linux ES 5 Nic speed problem
when i run the command ethtool
Settings for eth0:
Current message level: 0x00000007 (7)
Link detected: yes
but its not showing duplex speed why??
i need to set 1000 duplex speed on interface eth0.
i have add the entry in the ifcfg-eth0 file
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
but still i am not able to see the speed of NIC eth0.
eth0 is build-in DL380 G5.
Can any one help me????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 03:44 AM
тАО11-26-2008 03:44 AM
Re: Redhat linux ES 5 Nic speed problem
see mii-tool
I would surmise if the ETHTOOL_OPTS you have defined fail to work, you have a problem on the switch, with hard coded configuration at a speed other than 1000 BaseT full duplex.
Have the switch checked.
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
тАО11-26-2008 04:39 AM
тАО11-26-2008 04:39 AM
Re: Redhat linux ES 5 Nic speed problem
If it is showing autonegotiataion on , it wil automatically change according to your switch speed.
reagrds
Prasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2008 02:05 AM
тАО11-27-2008 02:05 AM
Re: Redhat linux ES 5 Nic speed problem
# vi /etc/sysconfig/networking-scripts/ifcfg-eth0
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
# service network restart
# ethtool eth0
OR
# mii-tool eth0
Sime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2008 12:10 AM
тАО11-30-2008 12:10 AM
Re: Redhat linux ES 5 Nic speed problem
the ethtool only show me
link connected nothing else.
As in other version of linux they show all the duplex speed but in redhat linux 5 which command should i use to check duplex speed.
mii-tool is necessary to install?
Can we check without installing it?
Any help????