Help Center/
Log Tank Service/
FAQs/
Host Management/
What Do I Do If ICAgent Restarts Repeatedly After Being Installed?
Updated on 2024-08-05 GMT+08:00
What Do I Do If ICAgent Restarts Repeatedly After Being Installed?
Background
ICAgent restarts repeatedly after being installed.
Impact on the System
ICAgent metrics/logs cannot be collected.
Possible Causes
- The resource usage exceeds the limit of ICAgent.
- ICAgent is abnormal.
Fault Locating
- Log in to the ECS where ICAgent is installed.
- Run the cd /var/ICAgent command to go to the ICAgent log directory.
- Query the current log file to check whether the resource usage is abnormal.
cat oss.icAgent.trace| grep 'icagent exit'
- If any command output is displayed, there is a resource abnormality. Troubleshoot it.
- If no command output is displayed, the resource usage is normal.
- Query historical log files to check whether the resource usage is abnormal.
zgrep 'icagent exit' *.zip
- If any command output is displayed, there is a resource abnormality. Troubleshoot it.
- If no command output is displayed, the resource usage is normal.
- Query the ICAgent startup log file to check whether ICAgent is abnormal.
cat oss.script.trace | grep runtime
- If any command output is displayed, there is a ICAgent abnormality. Troubleshoot it.
- If no command output is displayed, ICAgent is running properly.
- Query the historical ICAgent startup log files to check whether ICAgent is abnormal.
zgrep runtime oss.script.*.zip
- If any command output is displayed, there is a ICAgent abnormality. Troubleshoot it.
- If no command output is displayed, ICAgent is running properly.
Parent topic: Host Management
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