MicroStrategy ONE

単一ノード テレメトリー用の Platform Analytics Repository へのアクセス権の付与

デフォルトでは、Microstrategy Repository はローカル マシンへのアクセスおよびローカル マシンからのアクセスを許可します。Microstrategy Repository を別のマシンでホストすることを選択した場合、データをクエリするために Intelligence Server (クラスターの各ノード) へのアクセス権を付与する必要があります。

  1. リポジトリ インストール パスに移動します。

    Windows のデフォルトの場所:

    C:\Program Files (x86)\Common Files\MicroStrategy\Repository\pgsql\PGDATA\pg_hba.conf

    Linux のデフォルトの場所:

    /opt/mstr/Microstrategy/install/Repository/pg_data/pg_hba.conf

  2. 変更 pg_hba.conf Intelligence Server へのアクセスを許可します (クラスターの各ノード)。ファイルの末尾に次の行を追加します。

    コピー
    host platform_analytics_wh mstr_pa <I-servermachine node1 IP>/32 password
    host platform_analytics_wh mstr_pa <I-servermachine node2 IP>/32 password
    host platform_analytics_wh mstr_pa <I-servermachine node3 IP>/32 password
  3. 変更を保存します。