- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: whats my nic 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-05-2007 02:16 AM
01-05-2007 02:16 AM
whats my nic speed?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2007 02:26 AM
01-05-2007 02:26 AM
Re: whats my nic speed?
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2007 02:29 AM
01-05-2007 02:29 AM
Re: whats my nic speed?
[root@linux4 sbin]# ./mii-tool
eth0: negotiated 100baseTx-FD, link ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2007 03:38 AM
01-05-2007 03:38 AM
Re: whats my nic speed?
That means you have a 100mb card. you have to buy a 1gb card. but if you have a 100mb switch between your machine and the server the connection will be only 100mb
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2007 05:28 AM
01-05-2007 05:28 AM
Re: whats my nic speed?
Not necessarily. That is the NIC's current setting. It could be a 1Gb NIC set to 100Mbs.
Also, in our case, the Linux server is an IBM xSeries 345 server. We had to do something special to get the 1Gb to work which right now I don't remember what it was. Still when we look at it with mii-tool we get:
# mii-tool -v eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
product info: vendor 00:50:43, model 2 rev 3
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
Yes we're sure it is set to 1Gb because we've monitored the network transfer rates using sar and they've gone well over 10 MBs/sec.
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2007 01:05 PM
01-05-2007 01:05 PM
Re: whats my nic speed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 10:13 PM
01-14-2007 10:13 PM
Re: whats my nic speed?
I remember having problems using mii-tool on a SLES 9.2 system. The server had a GB card, but using mii-tool we could not set 1GB, nor could we get valid output when querying a device the autoneg'd 1GB. The man pages for mii-tool only specify upto 100MB. I suspect this tool doesn't know about GB cards. I'd recommend using ethtool. All our problems were resolved using this utility.
regards,
Brendan Murphy