automation-suite
2023.10
true
Linux 版 Automation Suite 安装指南
Last updated 2024年9月6日

更新 Redis 凭据

生成 cluster_config.json 文件

使用以下命令生成最新的 cluster_config.json 文件:

uipathctl manifest get-revision >> ./cluster_config.jsonuipathctl manifest get-revision >> ./cluster_config.json
注意: 有关如何配置 cluster_config.json 参数的详细信息,请参阅 高级安装体验

为 Redis 提供新凭据

使用新密码和/或主机名更新 cluster_config.json 文件中的以下部分:
"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }

运行服务安装程序

要运行服务安装程序,请使用以下命令:

cd /opt/UiPathAutomationSuite/{version}/installer

./install-uipath.sh -i ./cluster_config.json -s -o output.json --accept-license-agreementcd /opt/UiPathAutomationSuite/{version}/installer

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

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。