Difference between revisions of "SAC:Admin and Troubleshooting"

From OSGeo
Jump to navigation Jump to search
(→‎Entire www.osgeo.org down (PEER1): - we're not using PEER anymore)
(Add Administrative Access heading and link.)
Line 1: Line 1:
 +
= Administrative Access =
 +
[[SAC#Members|SAC Members]] may have [[SAC:Administrative Access|administrative access]] to one or more services, depending on their responsibilities.
 +
 
= Troubleshooting =  
 
= Troubleshooting =  
  
Line 12: Line 15:
 
The LDAP server runs on  ldap.osgeo.org ([[SAC_Service_Status#Secure|secure vm]]).
 
The LDAP server runs on  ldap.osgeo.org ([[SAC_Service_Status#Secure|secure vm]]).
 
If it's down, refer to [[SAC:LDAP Restarting LDAP server]]
 
If it's down, refer to [[SAC:LDAP Restarting LDAP server]]
 
  
 
  sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2
 
  sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2

Revision as of 15:32, 19 February 2018

Administrative Access

SAC Members may have administrative access to one or more services, depending on their responsibilities.

Troubleshooting

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;