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.

    EU DE:

    • x86_64

      cd /usr/local && wget --no-check-certificate https://telescope-eu-de.obs.eu-de.otc.t-systems.com/scripts/agentInstall.sh && chmod 755 agentInstall.sh && ./agentInstall.sh
      
    • Arm 64

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

    EU NL:

    • x86_64

      cd /usr/local && wget --no-check-certificate https://telescope-eu-nl.obs.eu-nl.otc.t-systems.com/scripts/agentInstall.sh && chmod 755 agentInstall.sh && ./agentInstall.sh
      
    • Arm 64

      cd /usr/local && wget --no-check-certificate https://telescope-eu-nl.obs.eu-nl.otc.t-systems.com/scripts/agentInstallARM.sh && chmod 755 agentInstallARM.sh && ./agentInstallARM.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).

    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