high-availability-add-on
latest
false
  • 概述
    • 关于 High Availability Add-On
  • 要求
  • 安装
    • 安装 High Availability Add-on
    • Verifying the package integrity
    • 警示和监控
    • 主动/主动灾难恢复安装
  • 升级
  • 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

High Availability Add-on 安装指南

上次更新日期 2025年11月13日

Verifying the package integrity

To ensure the integrity and authenticity of the files that the High Availability Add-On (HAA) downloaded, UiPath® provides SHA-256 checksums for HAA packages. The sections that follow explain how to verify if your downloaded files have been corrupted or altered.

SHA-256 checksum values for HAA packages

The following table lists the SHA-256 checksum values for each High Availability Add-On (HAA) installation package. Use these values to verify the integrity of your downloaded files before installation.

Compare the checksum generated on your system with the corresponding value in this table. If the values match, the file is verified and safe to use. If they do not match, download the file again from the official UiPath® source.

文件Checksum (sha256)
get-haa.shbff2e103767ab246c5de3b304cd5b717fa13087c4101f247cf5830a14ef46377
RHEL8 package for haa-2025.10.0.tar.gz33e48c6c632f598d1a39853d8304d14c7b254908fde8e8c664fb55ea42671eae
RHEL9 package for haa-2025.10.0.tar.gzf0f5f10e51e9580c57a5e6bc20dd590d113397b433b21e469452118ef2530108
Ubuntu Focal package for haa-2025.10.0.tar.gz5347ae772f9be0f2aeb48d3b2da664a5f3bf45a44a5898b2a2c4e9ad3908147f
Ubuntu Jammy package for haa-2025.10.0.tar.gz04ffa7d3dcda89e2ef51c1049397b80a01d027dfbbd6df9c408e7aaebcf4e801

Supported operating systems

Checksums are available only for the following supported operating systems:

  • Rhel8 - Red Hat Enterprise Linux 8
  • Rhel9 - Red Hat Enterprise Linux 9
  • UbuntuFocal - Ubuntu 20.04 LTS
  • UbuntuJammy - Ubuntu 22.04 LTS

Download locations

The following sections include direct download links for the High Availability Add-On (HAA) installation packages. You can obtain either version-specific files for a particular HAA release or the latest available version for your operating system.

Each package includes the following components:

  • get-haa.sh — a helper script used to download and prepare the HAA installation package.
  • haa-<version>.tar.gz — the compressed archive containing the HAA binaries.

Version-specific files

  • https://download.uipath.com/haa/<version>/<OS>/get-haa.sh
  • https://download.uipath.com/haa/<version>/<OS>/haa-<version>.tar.gz

The following list is an example for the version 2025.10.0 on Rhel8:

  • https://download.uipath.com/haa/2025.10.0/Rhel8/get-haa.sh
  • https://download.uipath.com/haa/2025.10.0/Rhel8/haa-2025.10.0.tar.gz

Latest version files

  • https://download.uipath.com/haa/latest/<OS>/get-haa.sh
  • https://download.uipath.com/haa/latest/<OS>/haa-latest.tar.gz

The following list is an example of the latest version on UbuntuJammy:

  • https://download.uipath.com/haa/latest/UbuntuJammy/get-haa.sh
  • https://download.uipath.com/haa/latest/UbuntuJammy/haa-latest.tar.gz

Verification instructions

After you download the High Availability Add-On (HAA) installation files, verify their integrity to ensure that they have not been corrupted or compromised during download. UiPath® provides SHA-256 checksums for HAA packages so you can validate each file before installation.

Linux (bash)

  1. Open a terminal window.
  2. Navigate to the directory that contains your downloaded file using the following example:
    cd /path/to/downloadscd /path/to/downloads
    
  3. Calculate the SHA-256 checksum of the downloaded file:
    sha256sum get-haa.shsha256sum get-haa.sh
    
  4. Compare the output with the expected checksums.

The expected output format is:

a1b2c3d4e5f6...  get-haa.sha1b2c3d4e5f6...  get-haa.sh

If both checksums match, the integrity of the file is confirmed. If they do not match, delete the file and download it again from the official UiPath source.

macOS (bash)

Note: macOS uses the shasum command instead of sha256sum.
  1. Open Terminal.
  2. Navigate to the directory that contains your downloaded file using the following example:
    cd ~/Downloadscd ~/Downloads
    
  3. Calculate the SHA-256 checksum:
    shasum -a 256 get-haa.shshasum -a 256 get-haa.sh
    
  4. Compare the output with the expected checksums.

The expected output format is:

a1b2c3d4e5f6...  get-haa.sha1b2c3d4e5f6...  get-haa.sh

If both checksums match, the integrity of the file is confirmed. If they do not match, delete the file and download it again from the official UiPath source.

Windows (PowerShell)

  1. Open PowerShell.
  2. Navigate to the folder containing the downloaded file using the following example:
    cd "C:\Users\<YourName>\Downloads"cd "C:\Users\<YourName>\Downloads"
    
  3. Compute the SHA-256 hash of the file:
    Get-FileHash -Algorithm SHA256 "get-haa.sh"Get-FileHash -Algorithm SHA256 "get-haa.sh"
    
  4. Compare the resulting hash value with the expected checksum.

The expected output format is:

Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          A1B2C3D4E5F6...                                                        get-haa.shAlgorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          A1B2C3D4E5F6...                                                        get-haa.sh

If both checksums match, the integrity of the file is confirmed. If they do not match, delete the file and download it again from the official UiPath source.

此页面有帮助吗?

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