What Should I Do If the Agent Status Is Stopped?
Viewing the Agent Version
- Log in to an ECS as user root.
- Run the following command to check the Agent version:
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 displayed, the early version of the Agent is used.
- If a version ID is returned, the new version of the Agent is used.
- If 0 is returned, the Agent is not installed.
Checking Agent Status (New Version)
Run the following command to start the Agent:
/usr/local/uniagent/extension/install/telescope/telescoped start
If a fault is reported, the Agent has been uninstalled or related files have been deleted. In this case, reinstall the Agent.
Checking Agent Status (for Earlier Versions)
Run the following command to start the Agent:
service telescoped start
If a fault is reported, the Agent has been uninstalled or related files have been deleted. In this case, reinstall 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.
For any further questions, feel free to contact us through the chatbot.
Chatbot