welcome: please sign in

Revision 2 as of 2008-10-26 11:53:37

Clear message
Edit

RebootingDeleuze

This page describes the steps that admins need to take after rebooting deleuze.

  1. Wait at least 20 minutes, and likely no more than 40 minutes, for AFS to come online and finish its consistency checks.
  2. Restart mysql, stopping explicitly first, then starting:
    /etc/init.d/mysql stop
    killall mysql
    /etc/init.d/mysql start
  3. Restart postgresql:
    /etc/init.d/postgresql-8.1 stop
    killall postmaster
    /etc/init.d/postgresql-8.1 start
  4. Restart apache:
    /etc/init.d/apache2 stop
    killall apache2
    /etc/init.d/apache2 start
  5. Restart domtool:
    /etc/init.d/domtool-server stop
    /etc/init.d/domtool-server start
  6. Restart cron:
    sv stop cron
    killall cron
    sv start cron
  7. Restart SpamAssassin

    /etc/init.d/spamassassin restart