2011年4月1日金曜日

kyoto tycoonレプリ太郎

kyototycoonで、レプリケーションはるお。

master-slave構成で。


#Master側
#ulogはmysqlのbinlog的なもののよう。
#sidは、uniqueとしなきゃいかん
./ktserver -port 1978 -ulog /usr/local/kyototycoon/logs/kyoto_master -sid 1

#slave側
#-mhost はMasterのIP -mportはMasterのポート
./ktserver -port 1979 -ulog /usr/local/kyototycoon/logs/kyoto_slave -sid 2 \
-mhost XXX.XXX.XXX.XXX -mport 1978 -rts /usr/local/kyototycoon/logs/0002.rts

#データいれてみる(Master側で)
./ktremotemgr set -host localhost -port 1978 three third

#データみてみる(Master)
./ktremotemgr list -host localhost -port 1978 -pv
three third

#データみてみる(Slave)
./ktremotemgr list -host localhost -port 1979 -pv
three third

0 件のコメント: