Follow the directions below to install AZT Agent on Ubuntu 22.
- Login to your Ubuntu 22 endpoint as the aria user with the provided credentials. You may login via the console and open a Terminal window or via SSH by replacing <endpoint_ip> with the IP address of your Ubuntu 22 VM.
ssh aria@<endpoint_ip> - Escalate to the root user.
sudo su - root - Use the following command to download the AZT Agent installer package. Replace <trustcenter_ip> with the IP address of your Trust Center.
wget "https://<trustcenter_ip>/installer/?action=download&platform=Ubuntu22.x64" -O TrustUtil.zip --no-check-certificate -q - Unzip the downloaded package.
unzip ./TrustUtil.zip - Run the Installer. It may take approximately 30 minutes to complete the installation in the background.
./TrustUtil --install
You can ignore messages like:
CEF:0|ARIA|AZT|1.12.2.18|none|none|error|funcInfo=binio_sha256.c:291:BinioSha256UpdateChunk msg=ret=-22 - Confirm AZT Installation is completed by checking either below.
- Run the following command and confirm you see the AZT services running. Be sure to give the installer time to complete.
ps -ef | grep Azt
root 2378 1 0 14:38 ? 00:00:00 /opt/local//Aria/bin/TrustUtil AztUpdate
root 2380 1 25 14:38 ? 00:00:14 /opt/local//Aria/bin/TrustUtil AztCommSvc - On the Trust Center UI navigation pane, select ‘Endpoints > Devices’. You should see your device in this list. Check the status column to confirm it is online.
- Run the following command and confirm you see the AZT services running. Be sure to give the installer time to complete.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article