IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 164 and Version 165 of Processing


Ignore:
Timestamp:
Mar 13, 2012, 10:05:15 AM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v164 v165  
    5015010) Make sure all activity involving nebulous is stopped (i.e. all pantasks + Roy stuff + condor if any).
    5025021) Log into ippc01, ... ippc10 then:
    503    1.1) Execute {{{sudo /etc/init.d/apache2 stop; sleep 1; sudo /etc/init.d/apache2 start}}}
     503   1.1) Execute
     504{{{
     505sudo /etc/init.d/apache2 stop; sleep 1; sudo /etc/init.d/apache2 start
     506}}}
    504507   Note: if you see a message like:
    505508{{{
     
    511514  then run the stop command, wait longer, and run the start command again.
    512515
    513    1.2) Check that the apache server is running:
    514 {{{
    515 schastel@ippc01:~$ ps waux | grep apache
     516   1.2) Check that the apache server is running, i.e. run
     517{{{
     518ps waux | grep apache
     519}}}
     520to see lines like:
     521{{{
    516522root     10598  4.8  0.0 303004 26040 ?        Ss   09:54   0:00 /usr/sbin/apache2 [...] start
    517523[...]