How Do I Fix Error "SMS.5103: Agent startup failed." When I Fail to Start the Agent on a Linux Source Server? Folder /tmp is missing
Symptom
On a Linux source server, the Agent failed to be started, and message"SMS.5103: Agent startup failed. Folder /tmp is missing" was displayed.
Possible Causes
The /tmp folder is missing on the source server.
Check whether there is a /tmp folder.
# ls
Solution
- Create the /tmp folder on the source server.#mkdir /tmp
- Check that the /tmp folder has been created and restart the SMS-Agent.# ls
Parent topic: Agent Installation and Startup
- Symptom
- Possible Causes
- Solution