UiPath Documentation
high-availability-add-on
latest
false
  • Overview
    • About High Availability Add-on
  • Requirements
  • Installation
    • Installing High Availability Add-on
    • Verifying the package integrity
    • Alerts and monitoring
    • Active/Active Disaster Recovery installation
  • Upgrade
  • Troubleshooting

High Availability Add-on installation guide

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 following sections 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.

FileChecksum (sha256)
get-haa.sh26bec943c0ca5041a764ec7789db8bc69446beeac475cbb91ea6cd8b2e1d38f3
RHEL8 package for haa-2025.10.1.tar.gzd6e964a0fa42fe3845dc8e71967887fb9da4546eadb6df2a875835c9c38bd156
RHEL9 package for haa-2025.10.1.tar.gz24d20b0646f5ff1371ddecf575d949a3e058dab73e8664df52be5e4b0c1d6a32
Ubuntu Focal package for haa-2025.10.1.tar.gz5d081b35b13a125ff87e7787b872a17714b1438214c641dbe3e9351ae21630af
Ubuntu Jammy package for haa-2025.10.1.tar.gz6d147929b49bc08e375a18629005b9a9b220636c78aea56227127f0e7b64383c

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
  • Ubuntu Focal - Ubuntu 20.04 LTS
  • Ubuntu Jammy - 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.1 on RHEL8:

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 Ubuntu Jammy:

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/downloads
    cd /path/to/downloads
    
  3. Calculate the SHA-256 checksum of the downloaded file:

    sha256sum get-haa.sh
    sha256sum get-haa.sh
    
  4. Compare the output with the expected checksums.

The expected output format is:

a1b2c3d4e5f6...  get-haa.sh
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.

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 ~/Downloads
    cd ~/Downloads
    
  3. Calculate the SHA-256 checksum:

    shasum -a 256 get-haa.sh
    shasum -a 256 get-haa.sh
    
  4. Compare the output with the expected checksums.

The expected output format is:

a1b2c3d4e5f6...  get-haa.sh
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.

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.sh
Algorithm       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.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated