UiPath Documentation
ai-center
2021.10
false
AI Center インストール ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

手順

手順 1: インストール スクリプトをダウンロードする

  1. SSH を使用してマシンに接続します。

    • パスワードを設定する場合のコマンドは次のとおりです。

      ssh <user>@<dns_of_vm>
      ssh <user>@<dns_of_vm>
      
    • SSH キーを使用する場合のコマンドは次のとおりです。

      ssh -i <path/to/Key.pem> <user>@<dns_of_vm>
      ssh -i <path/to/Key.pem> <user>@<dns_of_vm>
      
  2. ルートになります。

    sudo su -
    sudo su -
    
  3. ホーム ディレクトリに移動します。

    cd ~
    cd ~
    
  4. unzipjq をインストールします。

    yum install jq unzip wget -y
    yum install jq unzip wget -y
    
  5. インストール フォルダーを作成します。

    mkdir -p /opt/UiPathAutomationSuite/
    mkdir -p /opt/UiPathAutomationSuite/
    
  6. Download the installUiPathAS.sh and sf-installer.zip installers. For instructions, see installUiPathAS.sh and sf-installer.zip. Make sure to download the packages suitable for your AI Center version.

    注:

    この手順では、以下のインストール プロセスで使用される構成ファイルが生成されます。

手順 2: Orchestrator の証明書を仮想マシンにコピーする

注:

In case of chain certificates, check the Chain certificates section on how to correctly provide certificates.

Orchestrator の証明書をローカル マシンにダウンロードして保存します。ブラウザーでこの操作を行うことも、IT 部門に依頼して証明書を提供してもらうこともできます。証明書は Base64 および .cer 形式である必要があります。以下のコマンドを使用して、証明書を仮想マシンにコピーします。

scp /path/to/orch.cer <username>@<node dns>:/opt/UiPathAutomationSuite
scp /path/to/orch.cer <username>@<node dns>:/opt/UiPathAutomationSuite

チェーン証明書

ドメインが発行した証明書を使用するときは、以下の手順でルート証明書をエクスポートしてください。

  1. 証明書を開き、[証明のパス] タブに移動して、最初の証明書を選択します。[証明書の表示] をクリックします。

  2. ルート証明書が表示されたら、[詳細] タブに移動して [ファイルにコピー] をクリックします。

  3. 必ず Base64 cer ファイル形式を選択してください。

  4. 選択した名前で証明書を保存して、AI Center マシンに送信します。

生成されるファイルは、以下の例のようになります。

-----BEGIN CERTIFICATE-----
certificate
base64
encoded
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
certificate
base64
encoded
-----END CERTIFICATE-----

手順 3: インストールを構成する

3.1. 対話型ウィザードを使用して、基本構成ファイルを作成します。

重要:

スクリプトからインストールを開始しないでください。また、構成ファイルが生成されたらインストールを終了してください。そうしない場合、Automation Suite の完全なインストールが試行されます。

以下のコマンドを使用して、対話型ウィザードを開始します。

注:

このスクリプトは主に Automation Suite に使用され、Automation Suite に関連した情報 (製品、要件) が表示されます。構成ファイルは、次の手順でニーズに合わせて調整されます。

cd /opt/UiPathAutomationSuite
chmod +x ./installUiPathAS.sh
./installUiPathAS.sh
cd /opt/UiPathAutomationSuite
chmod +x ./installUiPathAS.sh
./installUiPathAS.sh

インストール ウィザードの開始時には、メイン メニューが表示されます。このメニューから、デプロイ モードとして、シングルノードまたはマルチノードを選択する必要があります。選択すると、各モードの詳細を含むプロンプトが表示されます。その後、現在の選択で続行するか、メイン メニューに戻るかのオプションを選択できます。

  1. Accept the license agreement.

  2. デプロイ モードの選択: [Single-node deployment] オプションを選択します。

  3. 続行するよう選択します。

  4. [Online] インストールを選択します。

  5. 基本インストールを選択します。

  6. DNS ホスト名を入力します。

  7. SQL 接続に Kerberos 認証を使用するかどうかを指定します。

  8. SQL Server の URL を入力します。プロンプトに従い、接続ポート、ユーザー名、パスワードを入力します。

  9. インストーラーで必要なデータベースを自動作成するかどうかを指定します。

次の画像のように、フォルダーとともにクラスター構成ファイルが生成されます。

注:

構成ファイルとフォルダーの生成が完了次第、ウィザードを終了し、以下に示す残りの手順に進んでインストールを完了できます。 製品のリストは次の手順で更新するため、無視してかまいません。

cluster_config.json ファイルの最初のバージョンが生成されます。このファイルを、AI Center のインストールのために更新します。

3.2. AI Center 固有の構成を追加します。

ファイルをエディター (例: vi) で開きます。

vi /opt/UiPathAutomationSuite/cluster_config.json
vi /opt/UiPathAutomationSuite/cluster_config.json

次のブロックを置き換えます。

"aicenter": {
  "enabled": "false"
},
"aicenter": {
  "enabled": "false"
},
注:

Document Understanding is enabled by default if AI Center is enabled.

これを次の情報に置き換えます (<> 間の情報を自分の値に置き換えます)。

"aicenter": {
  "orchestrator_url":"<a href="https://orchestrator-url.com">https://orchestrator-url.com</a>",
  "identity_server_url": "<a href="https://orchestrator-url.com/identity">https://orchestrator-url.com/identity</a>",
  "orchestrator_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
  "identity_cert_file_path":  "</opt/UiPathAutomationSuite/orch.cer or custom path>",
  "identity_access_token": "<placeholder will be replaced later>"
},
"aicenter": {
  "orchestrator_url":"<a href="https://orchestrator-url.com">https://orchestrator-url.com</a>",
  "identity_server_url": "<a href="https://orchestrator-url.com/identity">https://orchestrator-url.com/identity</a>",
  "orchestrator_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
  "identity_cert_file_path":  "</opt/UiPathAutomationSuite/orch.cer or custom path>",
  "identity_access_token": "<placeholder will be replaced later>"
},

3.3. (任意) 高度な構成

cluster_config.json ファイルは UiPathAutomationSuite フォルダーにあります。このファイルを使用すると、SQL DB とそれぞれの接続文字列、および証明書の構成を行うことができます。インターネット接続にプロキシを使用する場合は、プロキシ設定を有効化することもできます。

シングルノードのインストールでは、高可用性を有効化することはできません。

For advanced configuration, see Using the configuration file.

手順 4: インストールを実行する

  1. 以下のコマンドを使用して、インストール フォルダーに移動してバンドルを解凍し、フォルダーに適切な権限を付与します。

    sudo su -
    cd /opt/UiPathAutomationSuite
    unzip ./sf-installer.zip -d .
    chmod -R 755 /opt/UiPathAutomationSuite
    sudo su -
    cd /opt/UiPathAutomationSuite
    unzip ./sf-installer.zip -d .
    chmod -R 755 /opt/UiPathAutomationSuite
    
  2. インフラストラクチャ インストーラーを実行します。

    AI Center スタンドアロン フラグを設定してインストーラーを実行します。

    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -k
    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -k
    
  3. ファブリック (ソフトウェア コンポーネント) をインストールします。

    AI Center スタンドアロン フラグを設定してインストーラーを実行します。

    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -f
    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -f
    
  4. Run the software installer. First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder we had in step 3.2. (in thecluster_config.json file). Once the token is there, you can run the AI Center install.

    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -s
    ./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -s
    

インストールが終了したら、次のアドレスで AI Center にアクセスできます。https://your-dns.com/ai-app

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得