Help Center/
Cloud Eye/
User Guide/
Cloud Resource Monitoring/
Server Monitoring/
Cloud Eye Plug-in (Agent)/
Upgrading the Agent/
Upgrading the Agent on a Linux Server
Updated on 2024-05-21 GMT+08:00
Upgrading the Agent on a Linux Server
Scenarios
This topic describes how you can upgrade the Agent of the early architecture to that of the new architecture.
Constraints
You cannot upgrade the Agent in the following regions: CN South-Guangzhou-InvitationOnly, LA-Sao Paulo1, and LA-Mexico City1.
Procedure
- Log in to the ECS as user root.
- Run the following command to check whether the current Agent is Uniagent or telescope:
if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then /usr/local/uniagent/extension/install/telescope/bin/telescope -v; elif [[ -f /usr/local/telescope/bin/telescope ]]; then echo "old agent"; else echo 0; fi
- If old agent is returned, the Agent of an earlier version (telescope) is used.
- If a version is returned, the Agent of the new version (Uniagent) is used.
- If 0 is returned, the Agent is not installed.
- Uninstall the Agent.
- Early version: Run the command in Uninstalling the Agent (Early Version).
- New version: Run the command in Uninstalling the Agent (New Version).
- Install the Agent of the latest version by running the command in Procedure.
Parent topic: Upgrading the Agent
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot