Difference between revisions of "SAC:Admin and Troubleshooting"

From OSGeo
Jump to navigation Jump to search
(remove Drupal ref; point to libera.chat)
 
(18 intermediate revisions by 7 users not shown)
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 =  
  
== NFS Mount Missing ==
+
* [[SAC:Primary Administrators]] (with contact info)
 +
* Discuss issues in irc.libera.chat  (#osgeo-sac)
  
For some reason, the /home mount on the various servers is often lost.
+
== VM hanging on OSUOSL ==
  
To fix...
+
see [[OSL]] for how to open a ticket with OSUOSL's support
  
 
== LDAP Server Down ==
 
== LDAP Server Down ==
  
The LDAP server runs on .220, and if it needs to be restarted it can be done as root with the command:
+
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]]
  
  /opt/fedora/slapd-ldapt/start-slapd
+
  sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2
  
== Peer1 LDAP Server Hanging ==
 
  
If there is a power outage like there was on 2-20-07, slapd's database will need to be recovered.
 
  
sudo /usr/sbin/slapd_db_recover -h /var/lib/ldap/osgeo2
+
[[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