nav-img
Advanced

Installing the Agent on a Linux Server

Scenarios

This section describes how to manually install the Agent on a Linux ECS or BMS.

Prerequisites

Procedure

  1. Log in to the ECS or BMS as user root.
  2. Install the Agent.

    ru-moscow-1:

    cd /usr/local && curl -k -O https://uniagent-ru-moscow-1.obs.ru-moscow-1.hc.sbercloud.ru/script/agent_install.sh && bash agent_install.sh -r ru-moscow-1 -u 0.1.4 -t 2.4.4.3 -d ces.ru-moscow-1.hc.sbercloud.ru

    The Agent is installed if the following command output is displayed.

    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).
    Note
  4. Run the following command to clear the installation script:
    if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then rm /usr/local/agent_install.sh; else rm /usr/local/agentInstall.sh; fi