Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

The Cloudaware Breeze Agent has been designed with a focus on self-updating and self-healing, enabling seamless management of updates and re-installations on the backend. The latest Breeze installer consistently includes the most current version of the agent. However, even if an older installer is used for deployment, the Breeze Agent will automatically update itself to the latest version upon connecting to the Breeze server.

In rare cases where backend troubleshooting is not feasible - such as in situations involving expired certificates - manual intervention from the customer side is required. Customers may need to uninstall the agent from their machines (sudo /opt/cloudaware/breeze/uninstall.sh), after which reinstallation will occur automatically once the device is re-registered with the Breeze server. Cloudaware will preemptively inform customers of any issues necessitating such intervention.

The agent installer file is available in Cloudaware:

1. Log in to Cloudaware account → Admin.

Breeze 3.0 - admin.png

2. Find Breeze in the list of DevOps integrations. Click 1 Configured.

Breeze 3.0 - admin - 1 configured.png

3. Select the file marked with latest based on OS:

Breeze 3.0 - admin versions.png

Linux and macOS

  1. Download the agent installer to the temporary directory.

  2. Unpack the archive:

    tar xvzf breeze-*.tgz
  3. Enter the unpacked directory:

    cd breeze
  4. Run the installation script:

    sudo ./install.sh

Windows

  1. Download the agent installer.

  2. Run the installer executable file:

    breeze-*.exe

  • No labels