welcome: please sign in

Diff for "RebootingDeleuze"

Differences between revisions 1 and 2
Revision 1 as of 2008-10-26 04:46:20
Size: 743
Editor: MichaelOlson
Comment:
Revision 2 as of 2008-10-26 11:53:37
Size: 817
Editor: AdamChlipala
Comment: SpamAssassin
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
 7. Restart Spam``Assassin
 {{{
/etc/init.d/spamassassin restart
 }}}

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

RebootingDeleuze (last edited 2018-10-20 04:03:42 by ClintonEbadi)