AZT Agent Installation on Ubuntu 22 (CLI method)

Modified on Thu, 25 Jan 2024 at 07:30 AM

Follow the directions below to install AZT Agent on Ubuntu 22.

  1. 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>

  2. Escalate to the root user.
    sudo su - root

  3. Use the following command to download the AZT Agent installer package. Replace <trustcenter_ip> with the IP address of your TrustCenter.
    wget "https://<trustcenter_ip>/installer/?action=download&platform=Ubuntu22.x64" -O TrustUtil.zip --no-check-certificate -q

  4. Unzip the downloaded package.
    unzip ./TrustUtil.zip

  5. 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

  6. Confirm AZT Installation is completed by checking either below.
    1. 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 


    2. On the TrustCenter UI navigation pane, select ‘Endpoints > Devices’. You should see your device in this list. Check the status column to confirm it is online.

       

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article