mysql:14167
From: <kozu@xxxxxxxxxx>
Date: Sat, 11 Aug 2007 20:29:49 +0900 (JST)
Subject: [mysql 14167] レプリケーションについて
MySQL4.0.27 ユーザーの kozu と申します。 レプリケーションについて一つ確認させて下さい。 最近レプリケーションシステムを導入して、問題なく同期は出来ているのですが、 tcpdump でパケットを確認すると、内部用の Inside NIC (eth0) ではなく、 外部用の Outside NIC (eth1) で同期していることに気付きました。 ・DB1 で tcpdump -i eth1 を実施し、DB2 で create database を実施した際のダンプデータ 20:22:56.711325 IP 192.168.110.6.mysql > 192.168.110.5.netopia-vo3: P 349803143:349803200(57) ack 173125362 win 724 <nop,nop,timestamp 533818302 1066651192> 20:22:56.711532 IP 192.168.110.5.netopia-vo3 > 192.168.110.6.mysql: . ack 57 win 998 <nop,nop,timestamp 1068546941 533818302> ※DB2 で同様のコマンドを実施し、tcpdump -i eth0 を実行したが、何も記録は残らなかった。 せっかく内部用インターフェースを用意しておりますので、 Inside NIC を使用してレプリケーションさせたいと考えておりますが、 レプリケーションで使用するインターフェースを指定する事は可能でしょうか? ○詳細な状況 ・NW構成情報 WAN | rooter | +--[eth1] DB1 | [eth0] | | <ココで同期させたい> | [eth0] +--[eth1] DB2 ・DB1 NIC の設定 DefaultGateway 192.168.110.1 eth1 192.168.110.5 eth0 192.168.100.5 ・DB2 NIC の設定 DefaultGateway 192.168.110.1 eth1 192.168.110.6 eth0 192.168.100.6 ・DB1 my.cnf の抜粋 server-id = 1 master-host = 192.168.100.6 <DB2 eth0 を指定> master-user = RepUser ・DB2 my.cnf の抜粋 server-id = 1 master-host = 192.168.100.5 <DB1 eth0 を指定> master-user = RepUser もしかしたら OS 側での調整が必要な事である可能性もありますが、何かアドバイスを頂けると幸いです。 ご回答よろしくお願いします。
-> 14167 2007-08-11 20:29 [<kozu@xxxxxxxxxx> ] レプリケーションについて 14168 2007-08-11 20:47 ┗["Tetsuro IKEDA" <ikd] 14169 2007-08-11 23:06 ┗[<kozu@xxxxxxxxxx> ] 14170 2007-08-12 02:55 ┗["Katsuyuki Sakai" <s] 14171 2007-08-12 10:54 ┣[<kozu@xxxxxxxxxx> ] 14172 2007-08-12 19:35 ┣["Katsuyuki Sakai" <s] 14173 2007-08-13 09:55 ┗[島村秀世 <h.shimamur] Copying to tmp table と Lockの関係について