SMS.5105 Agent Startup Failed. Insufficient Permissions to Add Files to or Delete Files from xxx
Symptom
When you started the Agent on a Linux source server, you received the error "SMS.5105 Agent startup failed. Insufficient permissions to add files to or delete files from xxx."
Possible Causes
The root directory on the source server is set to be unmodifiable. Files cannot be added to or modified in the root directory.
Log in to the source server and run the following command to check the attributes of the root directory:
lsattr -d /root
If the root directory has the i attribute, files cannot be added to or modified in the root directory.
Solution
- Run the following command to remove the unmodifiable attribute from the root directory:
chattr -i /root
- Run the following command to check the attribute is removed from the root directory:
lsattr -d /root
- Restart 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