Difference between revisions of "SAC:Admin and Troubleshooting"
Jump to navigation
Jump to search
(→telascience blade(s) down: - we're not using it anymore) |
(→Entire www.osgeo.org down (PEER1): - we're not using PEER anymore) |
||
Line 20: | Line 20: | ||
REPAIR TABLE cache QUICK; | REPAIR TABLE cache QUICK; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category: Infrastructure]] | [[Category: Infrastructure]] |
Revision as of 01:57, 22 December 2017
Troubleshooting
- SAC:Primary Administrators (with contact info)
- Discuss issues in irc (#telascience)
VM hanging on OSUOSL
see OSL for how to open a ticket with OSUOSL's support
LDAP Server Down
The LDAP server runs on ldap.osgeo.org (secure vm). If it's down, refer to SAC:LDAP Restarting LDAP server
sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2
MySQL Cleanup for Drupal
If a report in drupal starts saying a table is crashed and needs repair, log into mysql and run the following, for example for the cache table:
REPAIR TABLE cache QUICK;