SystemAdministration: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
m (-- helium & boron already run DNS.)
Line 34: Line 34:


==Resources==
==Resources==
* [[SystemAdministration/AccessInstruction|Access Instructions]] - how to get on the nodes, get around, and kerberos for users primer
* [[SystemAdministration/GroupPermissions|Group Permissions]] - understanding our LDAP groups, what machines they can access, and where you can sudo
* [[SystemAdministration/GroupPermissions|Group Permissions]] - understanding our LDAP groups, what machines they can access, and where you can sudo
* [[SystemAdministration/LDAPManagementForDummies|LDAP Management for Dummies]] - how to do basic shit in that source of miserary known as LDAP
* [[SystemAdministration/LDAPManagementForDummies|LDAP Management for Dummies]] - how to do basic shit in that source of miserary known as LDAP
* [[SystemAdministration/TheRiseAndFallOfNewNodeManagement|The Rise And Fall Of New Node Management]] - from bash to fully intergrated node, this doc has it
* [[SystemAdministration/TheRiseAndFallOfNewNodeManagement|The Rise And Fall Of New Node Management]] - from bash to fully intergrated node, this doc has it
* [[SystemAdministration/TheHitchhikersGuideToTheli694-22Domain]]|The Hitchhikerr's Guide to The li694-22 Domain]] - machine list, general information
* [[SystemAdministration/TheHitchhikersGuideToTheli694-22Domain|The Hitchhikerr's Guide to The li694-22 Domain]] - machine list, general information
 
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off
* [[EmergencyProcedures|Emergency Technical Procedures]] - in case of fire, break glass (Read before messing with servers)
* [[EmergencyProcedures|Emergency Technical Procedures]] - in case of fire, break glass (Read before messing with servers)

Revision as of 22:39, 23 March 2014

TeamPages - parent, Development

Welcome

This is a comphensive index dealing with aspects of system administration and management of our clusters, as well as some of the more archine bits of setup required to make it work.

Who we are

  • robinld -- systems
  • mechanicjay -- systems
  • xlefay -- systems

Index of Development Pages and Resources

Servers

  • soylent-www - Primary Apache and slash server for main site.
  • soylent-db -- mysql server, holds the slash database
  • slashcott - Holds the slashcott site, development machine
  • soylent-services - mail, wiki, other services as needed

Known Problems

  • Need cron job to backup server
  • There are errors in the zone file in the spf TXT record -- Mechanicjay would be happy to fix this and clean up the zone file in general, but needs linode manager access from NCommander.
  • No init script for Apache.
  • Broken https configuration
    • Mostly fixed, Slash is the problem child now

Work Notes

DNS is completely run and managed by Linode's DNS Manager service. This was an expedient decision when trying to get off bluehost. We may want to investigate putting the master zone file on helium or boron and having external services handle serving out our dns.

Resources