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?
- configureUiPathAS.sh is used for installing offline bundles in AI Center / Automation Suite airgapped setups. Refer documentation - ML Packages Offline Installation
- This error could happen if wrong version of configureUiPathAS.sh is used to install the offline bundle
- 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
- Based on version above, navigate to path /opt/UiPathAutomationSuite/{version}/installer/
- cd /opt/UiPathAutomationSuite/{version}/installer/
- Use the configureUiPathAS.sh from that directory, as described in documentation - ML Packages Offline Installation
- 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 .