[Groonga-commit] droonga/droonga.org at 855183d [gh-pages] Update command lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Jun 29 05:03:17 JST 2014


YUKI Hiroshi	2014-06-29 05:03:17 +0900 (Sun, 29 Jun 2014)

  New Revision: 855183d7edb289afb774250e0a0f8451ff67f1b6
  https://github.com/droonga/droonga.org/commit/855183d7edb289afb774250e0a0f8451ff67f1b6

  Message:
    Update command lines

  Modified files:
    _po/ja/tutorial/1.0.4/add-replica/index.po
    ja/tutorial/1.0.4/add-replica/index.md
    tutorial/1.0.4/add-replica/index.md

  Modified: _po/ja/tutorial/1.0.4/add-replica/index.po (+3 -10)
===================================================================
--- _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-29 04:56:58 +0900 (b59db89)
+++ _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-29 05:03:17 +0900 (57137d9)
@@ -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"
@@ -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 ""
@@ -512,13 +512,6 @@ 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."
 msgstr "最終的に、`192.168.0.10` と `192.168.0.12` の2つのノードからなるDroongaクラスタができあがりました。"

  Modified: ja/tutorial/1.0.4/add-replica/index.md (+4 -4)
===================================================================
--- ja/tutorial/1.0.4/add-replica/index.md    2014-06-29 04:56:58 +0900 (196c146)
+++ ja/tutorial/1.0.4/add-replica/index.md    2014-06-29 05:03:17 +0900 (192e45f)
@@ -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` コマンドで確かめられます:
 
@@ -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クラスタができあがりました。

  Modified: tutorial/1.0.4/add-replica/index.md (+4 -4)
===================================================================
--- tutorial/1.0.4/add-replica/index.md    2014-06-29 04:56:58 +0900 (3fa701a)
+++ tutorial/1.0.4/add-replica/index.md    2014-06-29 05:03:17 +0900 (526b5fc)
@@ -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:
@@ -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.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index