Navigation Menu

Skip to content

Commit

Permalink
Update command lines
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 6854690 commit 855183d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
13 changes: 3 additions & 10 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -302,7 +302,7 @@ msgstr ""
"on` が置かれているディレクトリで、`droonga-engine-join` コマンドを実行します:"

msgid ""
" (on 192.168.0.10)\n"
" (on 192.168.0.12)\n"
" # cd ~/droonga\n"
" # droonga-engine-join --host=192.168.0.12 \\\n"
" --replica-source-host=192.168.0.10"
Expand Down Expand Up @@ -455,8 +455,8 @@ msgstr "まず、不安定になっているノードを取り除きます。以

msgid ""
" (on 192.168.0.10)\n"
" # droonga-engine-unjoin --base-dir=~/droonga \\\n"
" --replica-remove-host=192.168.0.11"
" # cd ~/droonga\n"
" # droonga-engine-unjoin --host=192.168.0.11"
msgstr ""

msgid ""
Expand Down Expand Up @@ -511,13 +511,6 @@ 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
8 changes: 4 additions & 4 deletions ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -282,8 +282,8 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
まず、不安定になっているノードを取り除きます。以下のようにしてクラスタからノードを離脱させて下さい:

(on 192.168.0.10)
# droonga-engine-unjoin --base-dir=~/droonga \
--replica-remove-host=192.168.0.11
# cd ~/droonga
# droonga-engine-unjoin --host=192.168.0.11

これで、ノードがクラスタから離脱しました。この事は `system.status` コマンドで確かめられます:

Expand Down Expand Up @@ -323,8 +323,8 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
そうしたら、そのノードをクラスタに参加させましょう。

(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

最終的に、`192.168.0.10``192.168.0.12` の2つのノードからなるDroongaクラスタができあがりました。
Expand Down
8 changes: 4 additions & 4 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -275,8 +275,8 @@ First, remove the unstable node.
Remove the node from the cluster, like:

(on 192.168.0.10)
# droonga-engine-unjoin --base-dir=~/droonga \
--replica-remove-host=192.168.0.11
# cd ~/droonga
# droonga-engine-unjoin --host=192.168.0.11

Now the node has been gone.
You can confirm that via the `system.status` command:
Expand Down Expand Up @@ -317,8 +317,8 @@ Install required packages and starts the server with the `catalog.json` copied f
Then, join the node to the cluster.

(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

Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.168.0.12` is here.
Expand Down

0 comments on commit 855183d

Please sign in to comment.