Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

クラスター構成を更新する

cluster_config.json ファイルを再生成した後、アップグレードを実行する前に、データベース構成や証明書構成の更新など、さまざまな変更を加えることができます。詳しくは、「高度な構成を実行する」をご覧ください。

さらに、アップグレード前に適用する必要があるサービス固有の構成がいくつかあります。Automation Suite クラスターに必要な変更を確認するには、以下の表をご覧ください。

条件

アクション

1. Automation Suite 2023.4 以前をオフライン環境にインストールしている。

  • AND

2. Automation Suite 2023.10 以降にアップグレードしている。

cluster_config.json ファイルにinstall_type: offlineを手動で追加する必要があります。

1. Orchestrator は、古いバージョンの Automation Suite にインストールされています。

  • AND

2. Automation Suite 2022.10 からアップグレードします。

cluster_config.json ファイルに次のパラメーターを設定して、クラシック フォルダーでの実行をブロックすることに同意することを確認します。同意がない場合、アップグレードは失敗します。
orchestrator.block_classic_executions: "true"orchestrator.block_classic_executions: "true"

詳しくは、「Orchestrator 固有の設定」をご覧ください。

1. アプリが古いバージョンの Automation Suite にインストールされています。

  • AND

2. 2022.10 以前の Automation Suite からアップグレードしている。

  1. Apps のデータベースを、既定の名前 AutomationSuite_Apps で作成します。
  2. cluster_config.json ファイルで Apps データベースの ODBC 接続文字列を更新します。
{ 
  "apps": {
    "sql_connection_str": "SERVER=sqlserver.mycompany.com,1433;DATABASE=AutomationSuite_Apps;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD=***;MultipleActiveResultSets=False;Encrypt=YES;TrustServerCertificate=NO;Connection Timeout=30;"
  }
}{ 
  "apps": {
    "sql_connection_str": "SERVER=sqlserver.mycompany.com,1433;DATABASE=AutomationSuite_Apps;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD=***;MultipleActiveResultSets=False;Encrypt=YES;TrustServerCertificate=NO;Connection Timeout=30;"
  }
}

ODBC 接続文字列の例については、「データベースの構成」をご覧ください。

1. AI Center は古いバージョンの Automation Suite にインストールされており、外部 Orchestrator に接続されています。

  1. アップグレードをトリガーする予定のサーバー ノードに Orchestrator の証明書をコピーします。詳細については、「Orchestrator の証明書を仮想マシンにコピーする」をご覧ください。

  2. cluster_config.json ファイルを次の構成で更新します。
    "aicenter": {
        "enabled": true,
        "orchestrator_url": "https://orchestrator.example.com", //Specify the Orchestrator URL for AI Center
        "identity_server_url": "https://orchestrator.example.com/identity", //Specify the Identiy URL for AI Center
        "orchestrator_cert_file_path": "/opt/UiPathAutomationSuite/UiPath_Installer/orch.cer", //Specify the path to the Orchestrator certificate
        "identity_cert_file_path": "/opt/UiPathAutomationSuite/UiPath_Installer/orch.cer", //Specify the path to Identity certificate file
        "metering_api_key": "test" //Specify the metering API key
      }"aicenter": {
        "enabled": true,
        "orchestrator_url": "https://orchestrator.example.com", //Specify the Orchestrator URL for AI Center
        "identity_server_url": "https://orchestrator.example.com/identity", //Specify the Identiy URL for AI Center
        "orchestrator_cert_file_path": "/opt/UiPathAutomationSuite/UiPath_Installer/orch.cer", //Specify the path to the Orchestrator certificate
        "identity_cert_file_path": "/opt/UiPathAutomationSuite/UiPath_Installer/orch.cer", //Specify the path to Identity certificate file
        "metering_api_key": "test" //Specify the metering API key
      }
  3. cluster_config.json に次のパラメーターが含まれていることを確認します。
    {
      "sql_connection_string_template": "DOTNET connection string templates", 
      "sql_connection_string_template_odbc": "ODBC connection string templates"
    }{
      "sql_connection_string_template": "DOTNET connection string templates", 
      "sql_connection_string_template_odbc": "ODBC connection string templates"
    }

1. Process Mining は、古いバージョンの Automation Suite にはインストールされていません。

  • AND

2. Automation Suite のアップグレード中に Process Mining を有効化します。

  1. アップグレード前に、sqlalchemy 接続文字列テンプレートを cluster_config.json ファイルに追加します。詳細については、「インストール済み製品の新しい接続文字列を指定する」をご覧ください。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.