IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 180 and Version 181 of Processing


Ignore:
Timestamp:
Nov 2, 2012, 3:51:46 PM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v180 v181  
    155155trunk/tools/regpeek.pl
    156156}}}
     157= Stopping and starting {{{nebulous}}} =
     158
     159== Stopping {{{nebulous}}} ==
     160 1. Stop all processing: Make sure that nothing from ipp, ippdvo, ippdor, and any other random user is running (checking http://ippmonitor.ipp.ifa.hawaii.edu/ippMonitor/clusterMonitor2/ might be a good idea)
     161 2. Stop apache servers on ippc01-c10 with
     162{{{
     163ssh <node>
     164sudo /etc/init.d/apache stop
     165}}}
     166 3. Stop the mysql server on ippdb00 (this may take some time like 15 minutes)
     167{{{
     168ssh ippdb00
     169mysqladmin -uroot -pxxx shutdown now
     170}}}
     171
     172== Starting {{{nebulous}}} ==
     173
     174
    157175= Stopping and starting the {{{pantasks}}} servers =
    158176