Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

更新集群配置

在重新生成 cluster_config.json 文件之后、执行升级之前,您可以进行各种更改,例如更新数据库配置、证书配置等。有关详细信息,请参阅执行高级配置

此外,在升级前,您必须应用一些特定于服务的配置。要查看 Automation Suite 集群需要进行哪些更改,请参阅下表:

条件

操作

1. 您在离线环境中安装了 Automation Suite 2023.4 或更早版本。

  • AND

2. You upgrade to Automation Suite 2023.10 or later.

必须手动将install_type: offline添加到cluster_config.json文件中。

1. 在旧版 Automation Suite 上安装 Orchestrator。

  • AND

2. 您从 Automation Suite 2022.10 升级。

cluster_config.json 文件中设置以下参数,以确认您同意阻止传统文件夹执行。未经同意,升级将失败。
orchestrator.block_classic_executions: "true"orchestrator.block_classic_executions: "true"

有关详细信息,请参阅特定于 Orchestrator 的配置

1. 在旧版 Automation Suite 上安装 Apps。

  • AND

2. You upgrade from Automation Suite 2022.10 or earlier.

  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. 旧版 Automation Suite 上未安装 Process Mining。

  • AND

2. 您想要在 Automation Suite 升级期间启用 Process Mining。

  1. 升级前,在 cluster_config.json 文件中添加 sqlalchemy 连接字符串模板。有关详细信息,请参阅为已安装的产品提供新的连接字符串

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.