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
11-30-2000 10:35 AM
11-30-2000 10:35 AM
ERROR: invalid duplex value for interface
I set the Autoneg to ON and I get the same error.
In my NIC settings under SAM I have 2 lines, one with:
Fast Ethernet lan0 8/0/20/0 Enabled 10.120.33.135
and 1 line with just the word DISABLED under status.
Any idea why this is happening?
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:15 PM
11-30-2000 12:15 PM
Re: C240 nic
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=0x0060B0D053A4
HP_BASE100_SPEED[0]=10HD
#HP_BASE100_DUPLEX[0]=
I would like to go to 100mbs FULL duplex but I cannot make the change effective.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 01:41 PM
11-30-2000 01:41 PM
Re: C240 nic
cp /usr/newconfig/etc/rc.config.d/hpbase100conf /etc/rc.config.d
Just include the interface name and speed (you don't need the station address), then run
/sbin/rc2.d/S###hpbase start
Make sure it is plugged into a switch that is running full duplex and 100mps if you want it to run 100FD.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 10:51 AM
12-01-2000 10:51 AM
Re: C240 nic
if the port you are plugged-into is 10Mbit HD, then you have to switch it to 100FD (assuming that is possible) before you can switch the NIC to 100FD.
if the switch does support auto-negotiation, you might simply set the switch to autoneg and the NIC to autoneg. my _personal_ preference is to go with autoneg until such time as I _know_ there are negotiation problems. hardcoding NICs and ports requires careful memory - especially if someone is likely to move cables around - duplex mismatch can ruin your whole day.