Help Center/
Application Operations Management/
FAQs (2.0)/
Collection Management/
What Can I Do If an ICAgent Is Offline?
Updated on 2024-04-11 GMT+08:00
What Can I Do If an ICAgent Is Offline?
After an ICAgent is installed, its status is offline.
Problem Analysis
- Cause: The AK/SK are incorrect or ports 30200 and 30201 are disconnected.
- Impact: The ICAgent cannot work.
Solution
- Log in to the server where the ICAgent is installed as the root user.
- Run the following command to check whether the AK/SK configuration is correct:
cat /var/ICAgent/oss.icAgent.trace | grep proxyworkflow.go
- After configuring the AK/SK, reinstall the ICAgent. If the installation still fails, go to 4.
- Check port connectivity.
- Run the following command to obtain the access IP address:
cat /opt/oss/servicemgr/ICAgent/envs/ICProbeAgent.properties | grep ACCESS_IP
- Run the following command to respectively check the connectivity of ports 30200 and 30201:
curl -k https://ACCESS_IP:30200 curl -k https://ACCESS_IP:30201
- If 404 is displayed, the port is connected. In this case, contact technical support.
- If the command output is not 404, the port is not connected. Contact the network administrator to open the port and reinstall the ICAgent. If the installation still fails, contact technical support.
- Run the following command to obtain the access IP address:
Parent topic: Collection 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