allywilson
Technical User
Hi all,
We have 3 Solaris boxes (5.10) that are reporting massive amounts of collisions on the NICs.
Server1 info
NIC (/dev/eri) set to 100 autonegotiate - currently half-duplex.
Server2 info (/dev/bge0) set to 100 autonegotiate - currently full-duplex.
Server3 - same as Server2.
When I try to force Server1 to use full duplex
It results in
I don't want to block half-duplex and stop it negotiating (as I think it will stop all communication with the switch).
But the half-duplex issue doesn't explain the other 2 servers.
Any ideas?
Oh, and the reason I'm investigating all of this is that it's taking >2mins to transfer an 8Mb file between Servers 2 and 3 with 1.
We have 3 Solaris boxes (5.10) that are reporting massive amounts of collisions on the NICs.
Server1 info
NIC (/dev/eri) set to 100 autonegotiate - currently half-duplex.
Server2 info (/dev/bge0) set to 100 autonegotiate - currently full-duplex.
Server3 - same as Server2.
When I try to force Server1 to use full duplex
Code:
# ndd -set /dev/eri adv_100hdx_cap 0
# ndd -set /dev/eri adv_100fdx_cap 1
It results in
Code:
# ndd -get /dev/eri link_mode
# 0
I don't want to block half-duplex and stop it negotiating (as I think it will stop all communication with the switch).
But the half-duplex issue doesn't explain the other 2 servers.
Any ideas?
Oh, and the reason I'm investigating all of this is that it's taking >2mins to transfer an 8Mb file between Servers 2 and 3 with 1.