|
Warning: failed to get speed and duplex from eth0, assumed to be 100Mb/sec and Full.
Hi,
I'm trying to setup bonding with Redhat 5.5 and for some reason I get the following message in /var/log/messages and when I run service network restart
Warning: failed to get speed and duplex from eth0, assumed to be 100Mb/sec and Full.
The cards are definitely 1Gb cards and this is reflected with the ethtool command:
[root@bxxxxxp network-scripts]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Link detected: yes
When I check the bond0 file I get the following:
[root@bxxxxxp network-scripts]# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.4.0-1 (October 7, 2008)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth0
MII Status: up
Speed: 100 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: bc:30:5b:d9:f5:02
Slave Interface: eth1
MII Status: up
Speed: 100 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: bc:30:5b:d9:f5:04
Not sure how to set it so the bond0 is set to 1Gb
Can anyone help please?
Thanks
James
|