Scenarios
This topic describes how to manually install the Agent on a Linux ECS or BMS.
Procedure
- Log in to the ECS or BMS as user root.
- Run the following command to install the Agent:
EU DE:
cd /usr/local && wget https://telescope-eu-de.obs.eu-de.otctest.t-systems.com/scripts/agentInstall.sh && chmod 755 agentInstall.sh && ./agentInstall.sh
The Agent is installed if the following command output is displayed.
Figure 1 Successful installation
- Configure the Agent by referring to Restoring the Agent Configurations on a Linux Server or (Optional) Manually Configuring the Agent (Linux).
- 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