Updated on 2024-04-17 GMT+08:00

Installing the Agent on a Linux Server

Scenarios

This topic describes how to manually install the Agent on a Linux ECS.

Prerequisites

Procedure

  1. Log in to the ECS as user root.
  2. Run the following command to install the Agent:
    cd /usr/local && wget --no-check-certificate https://obs.xx.xx.com/telescope-xx/scripts/agentInstall.sh && chmod 755 agentInstall.sh && ./agentInstall.sh

    The italic part in the command is the address of the Agent package, which can be obtained from the administrator.

    Figure 1 Successful installation

  3. Configure the Agent by referring to Restoring the Agent Configurations on a Linux Server or (Optional) Manually Configuring the Agent (Linux).