DU Offline Bundle Installation Error

Error while trying to install DU offline bundle in On-Prem airgapped AI Center / AS installations.

/datadisk/tmp/offline-bundle.xxxxx/*.tar.gz not found

How to resolve this error?

  1. configureUiPathAS.sh is used for installing offline bundles in AI Center / Automation Suite airgapped setups. Refer documentation - ML Packages Offline Installation

  1. This error could happen if wrong version of configureUiPathAS.sh is used to install the offline bundle

  1. Check the current version of AI Center being used, either in the application in a browser or by using commands below on any of the server
    • export KUBECONFIG="/etc/rancher/rke2/rke2.yaml" && export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
    • kubectl get applications -n argocd -o wide
  1. Based on version above, navigate to path /opt/UiPathAutomationSuite/{version}/installer/
  • cd /opt/UiPathAutomationSuite/{version}/installer/

  1. Use the configureUiPathAS.sh from that directory, as described in documentation - ML Packages Offline Installation

  1. If such path is not found, download the sf-installer.zip according to version from below page and unzip it to get the configureUiPathAS.sh .