Updated on 2025-08-19 GMT+08:00

Upgrading the Agent on a Linux Server

If the Agent of the early architecture cannot meet the requirements, you can upgrade the Agent. The Cloud Eye Agent will be continuously upgraded to provide you with a better monitoring experience. The following describes how to upgrade the Agent of an early architecture (Telescope) to that of the new architecture (Uniagent) on the Linux OS.

Procedure

  1. Log in to an ECS as user root.
  2. Run the following command to check whether the current Agent is using the Uniagent or Telescope architecture:
    if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then /usr/local/uniagent/extension/install/telescope/bin/telescope -v; elif [[ -f /usr/local/telescope/bin/telescope ]]; then echo "old agent"; else echo 0; fi
    • If old agent is returned, the Agent of an early architecture (Telescope) is used.
    • If a version is returned, the Agent of the new version (Uniagent) is used.
    • If 0 is returned, the Agent is not installed.
  3. Uninstall the Agent of the current version.
  4. Install the Agent of the latest version by running the command in Procedure.