Difference between revisions of "SAC:Admin and Troubleshooting"

From OSGeo
Jump to navigation Jump to search
(Add Administrative Access heading and link.)
(remove Drupal ref; point to libera.chat)
 
Line 5: Line 5:
  
 
* [[SAC:Primary Administrators]] (with contact info)
 
* [[SAC:Primary Administrators]] (with contact info)
* Discuss issues in irc (#telascience)
+
* Discuss issues in irc.libera.chat  (#osgeo-sac)
  
 
== VM hanging on OSUOSL ==
 
== VM hanging on OSUOSL ==
Line 17: Line 17:
  
 
  sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2
 
  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;
 
  
  
  
 
[[Category: Infrastructure]]
 
[[Category: Infrastructure]]

Latest revision as of 14:25, 9 February 2022

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