- PR -

bondingについて

1
投稿者投稿内容
ジョン
会議室デビュー日: 2006/06/28
投稿数: 2
投稿日時: 2006-06-28 23:24
bondingの設定の後で、困っています。bondingの環境で100M全二重
設定後、下記のメッセージが出て、サーバの表示上は
全く問題ないと思われますが、何かしらの情報が
あれば教えてください。

kernel: bonding: Warning: failed to get
speed/duplex from ethx, speed forced to 100Mbps,
duplex forced to Full.

使用OS Red Hat Enterprise Linux AS v.4
SWHUB側(100M全二重)

念の為、各ファイル設定後下記の流れで実施。
カーネルイメージをupdate
/etc/init.d/network stop(すべてOKの表示)
rmmod tg3
rmmod e1000
modprobe tg3
modprobe e1000
/etc/init.d/network restart(すべてOKの表示)
OSリブート

cat /proc/net/bonding/bond0の表示
Ethernet Channel Bonding Driver: v2.6.0 (January 14, 2004)

Bonding Mode: fault-tolerance (active-backup)
Primary Slave: eth3
Currently Active Slave: eth3
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: eth1
MII Status: up
Link Failure Count: 1
Permanent HW addr: xx:xx:xx:xx:xx:xx

Slave Interface: eth3
MII Status: up
Link Failure Count: 2
Permanent HW addr: xx:xx:xx:xx:xx:xx


/etc/sysconfig/network-scripts/ifcfg-bond0の設定
DEVICE=bond0
IPADDR=xxx.xxx.xxx.xxx
NETMASK=255.255.255.0
NETWORK=xxx.xxx.xxx.xxx
BROADCAST=xxx.xxx.xxx.xxx
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet

/etc/sysconfig/network-scripts/ifcfg-eth3の設定
DEVICE=eth3
MASTER=bond0
SLAVE=yes
BOOTPROTO=none

/etc/sysconfig/network-scripts/ifcfg-eth1の設定
DEVICE=eth1
MASTER=bond0
SLAVE=yes
BOOTPROTO=none

cat /etc/modules.confの設定
alias eth0 tg3
alias eth1 tg3
alias eth2 e1000
alias eth3 e1000
alias eth4 e1000
alias eth5 e1000
alias bond0 bonding
options bond0 mode=1 primary=eth4 arp_interval=5000 arp_ip_target=172.18.238.194
options e1000 Speed=100,100,100,0 Duplex=2,2,2,0

cat /etc/rc.localの設定
ethtool -s eth3 autoneg off speed 100 duplex full

ethtoolの結果、100MFULLの表示がされています。

以上宜しくお願いします。
ぽんす
ぬし
会議室デビュー日: 2003/05/21
投稿数: 1023
投稿日時: 2006-06-29 08:19
1000Baseの環境で使用した際に、実際には正しく設定されているのに
bondingドライバのバグで、
> kernel: bonding: Warning: failed to get
> speed/duplex from ethx, speed forced to 100Mbps,
> duplex forced to Full.
という、誤ったメッセージが表示された経験があります。
その線で調べてみるといいかもしれません。
ジョン
会議室デビュー日: 2006/06/28
投稿数: 2
投稿日時: 2006-06-29 22:23
ぽんす様

早速のご返事有り難うございました。
助かりました。
ゆうじゅん
ぬし
会議室デビュー日: 2004/01/16
投稿数: 347
投稿日時: 2006-06-30 10:25
> options bond0 mode=1 primary=eth4 arp_interval=5000 arp_ip_target=172.18.238.194

primary=eth3でないとだめじゃない?
1

スキルアップ/キャリアアップ(JOB@IT)