doc-exports/docs/ces/umn/ces_01_0029.html
qiujiandong1 eb9f8a2617 CES UMN -20240202 version
Reviewed-by: Rumpler, Mihály <mihaly.rumpler@t-systems.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2024-11-08 11:28:13 +00:00

3.9 KiB

Installing the Agent on a Linux Server

Scenarios

This topic 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. Run the following command to install the Agent:

    EU DE:

    cd /usr/local && wget https://telescope-eu-de.obs.eu-de.otc.t-systems.com/scripts/agentInstall.sh && chmod 755 agentInstall.sh && ./agentInstall.sh

    If Telescope process starts successfully or Success to install telescope is displayed, the Agent is successfully installed.

  3. Configure the Agent by referring to Restoring the Agent Configurations on a Linux Server or (Optional) Manually Configuring the Agent (Linux).
  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