HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Hard-coding NIC to 100/full
Operating System - Linux
1829878
Members
3212
Online
109993
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-30-2004 09:44 AM
03-30-2004 09:44 AM
I am setting up a Proliant blade server running Fedora Core1 as the repository for RHL Enterprise 3.0 ES binaries so that we can push out new servers using Proliant RDP (Rapid Deployment). The networking keeps flaking out; I am intermittantly losing connectivity. I suspect this is due to problems with auto-negotiation between the NIC and the switch port. I want to hard-code the NIC to 100/full but I can't find any reference to a utility to use (something like "lanadmin" in HP-UX). What is the equivalent utility in Red Hat Linux (Fedora Core1)?
John
John
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 11:17 AM
03-30-2004 11:17 AM
Re: Hard-coding NIC to 100/full
Most of the kernel-drivers for network cards also have the ability to lock the speed at driver initilisation.
modinfo -p
is your friend!
That, combined with an 'options
modinfo -p
is your friend!
That, combined with an 'options
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 02:14 AM
03-31-2004 02:14 AM
Re: Hard-coding NIC to 100/full
hey John,
Simple..
You cannot set the duplex/speed for the console nic from within the mui. You must set it by modifying the /etc/modules.conf.
For instance, RTL8139 NICs are set at the console by the following string in /etc/modules.conf (one line):
options 8139too line_speed=100 auto_speed=0 full_duplex=1
u can check it by using
ethtool eth0
dmesg | grep eth
Regards
Peeyush
http://geocities.com/peeyush_maurya/
Simple..
You cannot set the duplex/speed for the console nic from within the mui. You must set it by modifying the /etc/modules.conf.
For instance, RTL8139 NICs are set at the console by the following string in /etc/modules.conf (one line):
options 8139too line_speed=100 auto_speed=0 full_duplex=1
u can check it by using
ethtool eth0
dmesg | grep eth
Regards
Peeyush
http://geocities.com/peeyush_maurya/
any suggestion for my site.. http://geocities.com/peeyush_maurya/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP