Last active
April 8, 2016 13:13
-
-
Save miry/14fc1fd95d9f322e5ea3e3f690fc72be to your computer and use it in GitHub Desktop.
Mesos Master Issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Mesos Master Resolve Problems | |
1. Could not connect to Mesos Master via WebUI: | |
1. Check EC2 instances run | |
1. Check Sec Groups that your IP have permissions to access the port 5050 | |
1. Detect which instance does not respond on the port 5050 | |
1. Login to these instances and determine the problem | |
1. Possible problems and solutions inside instance: | |
1. Lack of space and process could not write to disk: `df -h` | |
1. Remove old log files | |
1. Run logrotate | |
1. Check the logs in the folder `/var/logs/mesos/` | |
1. Check logs in `/var/log/messages` and record problems here | |
P.S. This is public document, don't include any tokens or credentials |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment