- - PR -
bondingについて
1
| 投稿者 | 投稿内容 |
|---|---|
|
投稿日時: 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の表示がされています。 以上宜しくお願いします。 |
|
投稿日時: 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-29 22:23
ぽんす様
早速のご返事有り難うございました。 助かりました。 |
|
投稿日時: 2006-06-30 10:25
> options bond0 mode=1 primary=eth4 arp_interval=5000 arp_ip_target=172.18.238.194
primary=eth3でないとだめじゃない? |
1
