Problems switching to Full Duplex


 
Thread Tools Search this Thread
Special Forums IP Networking Problems switching to Full Duplex
# 1  
Old 06-03-2002
Problems switching to Full Duplex

We run Compaq UNIX Tru64 5.1.

After a switch got replaced our ethernet-card was magically set to
half duplex!

We saw, that the card was set to Autonegotiate:
vmunix: ee1: Autonegotiated, 100 Mbps full duplex

So we set the card with ifconfig to 100 Mbps full duplex with the
following commands:

ifconfig ee1 down speed 200
ifconfig ee1 up

We received the following confirmation:
vmunix: ee1: Autonegotiated, 100 Mbps full duplex
vmunix: ee1: Autonegotiated, 100 Mbps full duplex


It was fine until the next reboot. The card was again set to half
duplex. So we tried also the following command in the console mode:

set EWA0_MODE FastFD

It doesn't change anything.

How can we hard set ethernet card-mode to full-duplex?

Thanks for answers.

Urs
# 2  
Old 06-16-2002
most network cards are auto sensing and such problems are most times cost by bad configured cisco routers or hubs.
# 3  
Old 06-17-2002
I had this exact problem. Only mine was with a new HPUX box. You could set the card manually to 100Mbps but it would reset to half duplex upon reboot. Apparently, there was a patch that was available from HP.

You might check with Compaq regarding this issue. BTW, have you contacted them for tech support?

I know yours is different, but my system has a config file called /etc/rc.config.d/hpbase100conf. It is a config file that you can force it to 100BT. However, in my case this still didn't solve my problem. We had to implement a patch from HP.

I would first look for a config file (you probably already are doing this). Next I would contact Compaq Tech support to see if they have encountered this before and any patches that might resolve this.


Smilie
# 4  
Old 06-18-2002
Solved the problem with lan_config

thanks for the answers.
Meanwhile I solved the problem with editing the file /etc/inet.local. I put the following line in it:

lan_config -i ee1 -a 0 -s 100 -x 1

When I boot the server it's first on half duplex and at the end of booting it switches to full duplex.
Looks like to work.

Thans Urs
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

100Mb/s full duplex link

Hi, I have been trying to connect two computers directly through their LAN cards. One is a 3com 3c905c 10/100 Mbit/s card and the other is an Intel i217-lm 10/100/1000Mbit/s card. I have connected them through a CAT 6 cable. Whenever autoneg is turned on, the PCs connect in the 10Mb/s mode, and... (7 Replies)
Discussion started by: jamie_123
7 Replies

2. Programming

C++/Java full-duplex communication

Hello, here's my situation: I have a C++ server running on a well known machine and a number of Java clients running on other machines (assumed as unknown) on the same LAN. What I want to achieve is full duplex communication between those applications, in order to exchange complex objects and data... (3 Replies)
Discussion started by: demerzel3
3 Replies

3. Solaris

How to find half duplex or full duplex

Hi, How to find whether the server is running with half duplex or full duplex. I tried with the following command ndd -get /dev/ but am not getting any output,. Is the command correct? Also let me know how to change from half to full duplex. (1 Reply)
Discussion started by: rogerben
1 Replies

4. SuSE

configure full duplex

How do I configure full duplex on suse 8.2 I tried ethtool -s eth0 speed 100 duplex full autoneg off the above works but when I reboot the machine the configure was lost. How do I configure full duplex so that when the machine get rebooted the configuration will stay. My interface... (4 Replies)
Discussion started by: hassan2
4 Replies

5. Solaris

How to force a full duplex

I need to change some Ip addresses for my servers to reflect in the NIS map. I also need to force full duplex on the 10/100 cards & 1/2 duplex in the 10 cards. I can change the IP by doing ifconfig <NIC card > plumb up <newip>. Not quite sure on how to force the full / half duplex & how to... (2 Replies)
Discussion started by: Remi
2 Replies

6. Solaris

100 gigabit full duplex

How can I tell on Solaris 9 sparc if my nics are running 100 gigabit full duplex... (4 Replies)
Discussion started by: csaunders
4 Replies

7. Programming

full -duplex ?

what is meant by full duplex and half duplex? b'coz in differences b\w hub and switch ,i heard lot this duplex word so please help me (1 Reply)
Discussion started by: parvathy
1 Replies

8. UNIX for Dummies Questions & Answers

Full Duplex Howto

Dear Members, I was reading a few posts and saw something about installing two Nics so one could use Full Duplex. I remember back in the day of dial up, you could have two modems and use one for upstream and one for downstream. This was called shotgunning. It seems that you can now do the same... (4 Replies)
Discussion started by: Phobos
4 Replies

9. UNIX for Dummies Questions & Answers

Full duplex at HUB?

Ok at the moment I have a hub whit 5 computers connected to it. It's a 10/100 NetGear hub. Ok I heard that there is some command I can run or a file I edit or something like that. But what the command/file/script/whatever does is tells you what connect speed it's connecting to the hub to. ... (4 Replies)
Discussion started by: merlin
4 Replies

10. UNIX for Dummies Questions & Answers

How to configure Full Duplex and TCP/IP

We are using ZIX 4.3.3 and we need to configure the NIC for ful duplexing and we also need to configure it for a TCP/IP default gateway and DNS server to acccess the Interent. Can you please tell me the commands and procedures for configuring this? Thanks Marc (2 Replies)
Discussion started by: marc3483
2 Replies
Login or Register to Ask a Question