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

覆盖集群级别存储配置

Orchestrator 支持以下存储配置:

  • 集群级别的存储配置;
  • Orchestrator 级别的存储配置。

我们建议使用与外部存储配对的集群级别配置。这使 Orchestrator 可以自动检测和使用这些设置,而无需其他配置。

配置 Azure/Amazon S3 存储桶

要配置 Orchestrator 级别存储提供程序,请通过以下步骤更新 Orchestrator 参数。有关更多详细信息,请参阅配置 Orchestrator 参数

  1. 在配置文件的 orchestrator 下,添加包含存储类型和连接字符串的 legacy_storage_provider 部分,如以下示例所示:
    "orchestrator": {
      "enabled": true,
      "legacy_object_storage": {
        "type": "Azure",
        "connection_string": "DefaultEndpointsProtocol=https;AccountName=usr;AccountKey=...;EndpointSuffix=core.windows.net"
      }
    }"orchestrator": {
      "enabled": true,
      "legacy_object_storage": {
        "type": "Azure",
        "connection_string": "DefaultEndpointsProtocol=https;AccountName=usr;AccountKey=...;EndpointSuffix=core.windows.net"
      }
    }
  2. 使用 type 参数设置所需的提供程序。可能的值为:AzureAWSMinio。一些注意事项:
    • storage.type 参数值区分大小写;
    • 不支持文件系统存储配置。
  3. 使用 connection_string 参数添加存储提供程序的连接字符串。有关连接字符串格式的详细信息,请参阅 UiPath.Orchestrator.dll.configStorage.Location 部分。
备注:

由于提供程序端的同源策略,Orchestrator 网页浏览器对 Amazon 和 Azure 存储桶的访问可能会受到限制。要成功访问此类存储桶的内容,您必须配置相应的提供程序以允许来自 Orchestrator 的跨域请求。有关说明,请参阅 CORP/CSP 配置

配置 SMB 网络共享

要使用网络文件存储,请编辑以下 Orchestrator ArgoCD 应用程序参数:

  • storage.type = smb
  • storage.smb.domain
  • storage.smb.password
  • storage.smb.source
  • storage.smb.username
  • storage.smb.size

将文件上传到存储

当 Orchestrator 使用集群级别存储配置时,可以使用 Orchestrator 配置程序工具将文件上传到存储。为此,请使用以下命令:

./orchestrator-configurator.sh -s blobstoragefolder./orchestrator-configurator.sh -s blobstoragefolder
如果在集群级别使用外部存储配置,则必须通过包含 --use-external-storage 标记来指明这一点。

此页面是否有帮助?

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