Navigation Menu

Skip to content

Commit

Permalink
Update steps to join
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 1475a36 commit 08eba90
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
20 changes: 14 additions & 6 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -295,15 +295,16 @@ msgstr "### 新しいreplicaをクラスタに参加させる"

msgid ""
"To add a new replica node to an existing cluster, you just run a command `droo"
"nga-engine-join` *on the new replica node itself*, like:"
"nga-engine-join` on one of existing replica nodes or the new replica node, in "
"the directory the `catalog.jsoin` is located, like:"
msgstr ""
"新しいreplicaノードを既存のクラスタに追加するには、*新しいreplicaノード自身の上で*`droonga-engine-join`コマンドを実行し"
"ます:"
"新しいreplicaノードを既存のクラスタに追加するには、いずれかの既存のノードもしくは新しいreplicaノードのいずれかにおいて、`catalog.js"
"on` が置かれているディレクトリで、`droonga-engine-join` コマンドを実行します:"

msgid ""
" (on 192.168.0.12)\n"
" # droonga-engine-join --base-dir=~/droonga \\\n"
" --host=192.168.0.12 \\\n"
" (on 192.168.0.10)\n"
" # cd ~/droonga\n"
" # droonga-engine-join --host=192.168.0.12 \\\n"
" --replica-source-host=192.168.0.10"
msgstr ""

Expand Down Expand Up @@ -509,6 +510,13 @@ msgstr ""
msgid "Then, join the node to the cluster."
msgstr "そうしたら、そのノードをクラスタに参加させましょう。"

msgid ""
" (on 192.168.0.12)\n"
" # droonga-engine-join --base-dir=~/droonga \\\n"
" --host=192.168.0.12 \\\n"
" --replica-source-host=192.168.0.10"
msgstr ""

msgid ""
"Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.1"
"68.0.12` is here."
Expand Down
6 changes: 3 additions & 3 deletions ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -166,11 +166,11 @@ cronjobとして実行されるバッチスクリプトによって `load` コ

### 新しいreplicaをクラスタに参加させる

新しいreplicaノードを既存のクラスタに追加するには、*新しいreplicaノード自身の上で*`droonga-engine-join`コマンドを実行します:
新しいreplicaノードを既存のクラスタに追加するには、いずれかの既存のノードもしくは新しいreplicaノードのいずれかにおいて、`catalog.json` が置かれているディレクトリで、`droonga-engine-join` コマンドを実行します:

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--host=192.168.0.12 \
# cd ~/droonga
# droonga-engine-join --host=192.168.0.12 \
--replica-source-host=192.168.0.10

* `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。
Expand Down
6 changes: 3 additions & 3 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -158,11 +158,11 @@ If you are reading this tutorial sequentially after the [previous topic](../dump

### Joining a new replica node to the cluster

To add a new replica node to an existing cluster, you just run a command `droonga-engine-join` *on the new replica node itself*, like:
To add a new replica node to an existing cluster, you just run a command `droonga-engine-join` on one of existing replica nodes or the new replica node, in the directory the `catalog.jsoin` is located, like:

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--host=192.168.0.12 \
# cd ~/droonga
# droonga-engine-join --host=192.168.0.12 \
--replica-source-host=192.168.0.10

* You must specify the host name or the IP address of the new replica node itself, via the `--host` option.
Expand Down

0 comments on commit 08eba90

Please sign in to comment.