新しい分析グループの追加

Edge for Private Cloud v. 4.16.05

Edge for Private Cloud をインストールすると、デフォルトでは、クラスタが 1 つ 「axgroup-001」という分析グループを作成しますデフォルトの名前はインストール時に変更できます。 インストール構成に AXGROUP プロパティを含めることで、分析グループを作成できます。 ファイル:

# Specify the analytics group. 
# AXGROUP=axgroup-001          # Default name is axgroup-001.

詳細については、ノードに Edge コンポーネントをインストールするをご覧ください。 できます。

後で新しい分析グループを インストール:

  1. 新しい分析グループを作成して構成します。 <ph type="x-smartling-placeholder">
      </ph>
    1. analyticsNew」という名前の分析グループを作成します。
      &gt;curl -u sysAdminEmail:passWord -H "Content-Type: application/json"-X POST &#39;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew&#39;
    2. 新しい分析グループにコンシューマ グループを consumer-group-newコンシューマ グループ名は コンテキスト:
      &gt;curl -u sysAdminEmail:passWord -X POST -H 'Accept:application/json'- 時間 「Content-Type:application/json」 &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/consumer-groups?name=consumer-group-new&quot;
    3. 分析グループのコンシューマ タイプを「ax」に設定します。
      &gt;curl -u sysAdminEmail:passWord -X POST -H "Content-Type:application/json" &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/properties?propName=consumer-type&amp;propValue=ax&quot;
    4. データセンター名を追加します。デフォルトでは、「dc-1」という名前のデータセンターを使用して Edge をインストールします。 ただし、複数のデータセンターがある場合は、それぞれに一意の名前が付けられます。この通話は データセンターが 1 つしかない場合は省略可。複数のデータがある場合は推奨 センター:
      &gt;curl -u sysAdminEmail:passWord -X POST -H "Content-Type:application/json" &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/properties?propName=region&amp;propValue=dc-1&quot;
  2. Postgres サーバーの UUID を新しい分析グループに追加します。既存の 2 台の Postgres サーバーがマスター/スタンバイのペアとして機能するよう構成されている場合は、両方を UUID のカンマ区切りのリストです
    1. Postgres サーバーの UUID を取得するには、すべてのサーバーに対して Postgres サーバーノード:
      &gt;curl -u sysAdminEmail:passWord https://<PG_IP>:8084/v1/servers/self
    2. 単一 Postgres サーバーしかない場合は、それを分析グループに追加します。
      &gt;curl -u sysAdminEmail:passWord -H "Content-Type: application/json"-X POST &#39;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/servers?uuid=UUID&amp;type=postgres-server&amp;force=true&#39;

      複数の Postgres サーバーをマスター/スタンバイのペアとして構成している場合は、 UUID のカンマ区切りのリストを指定します。
      &gt;curl -u sysAdminEmail:passWord -H "Content-Type: application/json"-X POST &#39;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/servers?uuid=UUID_Master,UUID_standby&amp;type=postgres-server&amp;force=true&#39;

      このコマンドは、分析グループに関する情報を返します。以下の情報は、 Postgres サーバー(postgres-server プロパティ) uuids:
      {
      "名前": "axgroupNew",
      "プロパティ": {
      「region」: "dc-1",
      「consumer-type」: "ax"
      },
      "scopes": [ ],
      「uuids」: {
      &quot;qpid-server&quot;: [ ],
      「postgres-server」: [ "2cb7211f-eca3-4eaf-9146-66363684e220" ]
      },
      「consumer-groups」: [ {
      "名前": "consumer-group-new",
      「消費者」: [ ],
      "データストア": [ ],
      "プロパティ": {
      }
      } ]、
      「データ処理者」: {
      }
    3. Postgres サーバーをコンシューマ グループのデータストアに追加します。この通話は必須です 次に、分析メッセージを Qpid サーバーから Postgres サーバーにルーティングします。
      &gt;curl -u sysAdminEmail:passWord -X POST -H 'Accept:application/json'- 時間 「Content-Type:application/json」 &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/consumer-groups/consumer-group-new/datastores?uuid=UUID&quot;

      複数の Postgres サーバーがマスター/スタンバイのペアとして構成されている場合は、次の手順で追加します。 UUID のカンマ区切りのリストを指定します。
      &gt;curl -u sysAdminEmail:passWord -X POST -H 'Accept:application/json'- 時間 「Content-Type:application/json」 &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/consumer-groups/consumer-group-new/datastores?uuid=UUID_Master,UUID_standby&quot;

      UUID は、出力内の consumer-groupsdatastores プロパティに表示されます。
  3. すべての Qpid サーバーの UUID を新しい分析グループに追加します。この作業は ステップを実行します。
    1. Qpid サーバーの UUID を取得するには、次のコマンドを実行します。 すべての Qpid サーバーノードで、次の cURL コマンドを実行する:
      &gt;curl -u sysAdminEmail:passWord https://<QP_IP>:8083/v1/servers/self
    2. 分析グループに Qpid サーバーを追加します。
      &gt;curl -u sysAdminEmail:passWord -H "Content-Type: application/json"-X POST &#39;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/servers?uuid=UUID&amp;type=qpid-server&#39;
    3. コンシューマ グループに Qpid サーバーを追加します。
      &gt;curl -u sysAdminEmail:passWord -X POST -H 'Accept:application/json'- 時間 「Content-Type:application/json」 &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/consumer-groups/consumer-group-new/consumers?uuid=UUID&quot;

      この呼び出しは以下を返します。ここでは、Qpid サーバーの UUID が qpid-server プロパティを uuids を使用して、 consumers プロパティ consumer-groups:
      {
      "名前": "axgroupNew",
      "プロパティ": {
      「region」: "dc-1",
      「consumer-type」: "ax
      }, "scopes": [ ],
      「uuids」: {
      「qpid-server」: [ "fb6455c3-f5ce-433a-b98a-bdd016acd5af" ],
      &quot;postgres-server&quot;: [ "2cb7211f-eca3-4eaf-9146-66363684e220"]
      },
      「consumer-groups」: [ {
      "名前": "consumer-group-new",
      "消費者": [ "fb6455c3-f5ce-433a-b98a-bdd016acd5af" ],
      "データストア": [ "2cb7211f-eca3-4eaf-9146-66363684e220"],
      "プロパティ": {
      }
      } ]、
      「データ処理者」: {
      }
  4. 新しい AX グループの組織と環境をプロビジョニングします。
    &gt;curl -u sysAdminEmail:passWord -X 投稿 &quot;https://&lt;MS_IP&gt;:8080/v1/analytics/groups/ax/axgroupNew/scopes?org=org_name&amp;env=env_name&quot; -H "Content-Type: application/json"