IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 155 and Version 156 of Processing


Ignore:
Timestamp:
Aug 15, 2011, 3:38:20 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v155 v156  
    1313
    1414= About Czar Pages: What to do if the czar pages don't update =
    15 IPP Czar pages are updated every five minutes or so by the czarpoll.pl script. This script runs on ipp004 as ipp user within a screen session. If, for some reason, czarpoll crashed (it likely means that gpc1 mysql server has been restarted),
    16 
    17 1) ssh as ipp on ipp004[[BR]]
     15IPP Czar pages are updated every five minutes or so by the czarpoll.pl script. This script runs on {{{ipp009}}} as ipp user within a screen session. If, for some reason, czarpoll crashes (it likely means that gpc1 mysql server has been restarted),
     16
     171) ssh as ipp on {{{ipp009}}}[[BR]]
    18182) identify the screen session which is running and reattach it[[BR]]
    19193) restart czarpoll and then[[BR]]
     
    2222The sequence of commands should therefore be something like:
    2323
    24 1) ssh as ipp on ipp004
    25 {{{
    26 yourhost:~$ ssh ipp@ipp004
     241) ssh as ipp on {{{ipp009}}}
     25{{{
     26yourhost:~$ ssh ipp@ipp009
    2727}}}
    2828
    29292) Identify the screen session which is running and reattach it
    3030{{{
    31 ipp@ipp004:/home/panstarrs/ipp>screen -list
     31ipp@ipp009:/home/panstarrs/ipp>screen -list
    3232There is a screen on:
    3333        18965.CzarPoll  (Attached)
    34341 Socket in /var/run/screen/S-ipp.
    3535
    36 ipp@ipp004:/home/panstarrs/ipp>screen -r 18965.CzarPoll
     36ipp@ipp009:/home/panstarrs/ipp>screen -r 18965.CzarPoll
    3737
    3838(you see then the last lines of the display, e.g.:
     
    4141}}}
    4242
    43 3) Restart czarpoll from /home/panstarrs/rhenders/trunk/tools directory
    44 {{{
    45 ipp@ipp004:/home/panstarrs/rhenders/trunk/tools>./czarpoll.pl
     433) Restart czarpoll from {{{/data/ippc18.0/home/ipp/src/ippMonitor/czartool}}}
     44{{{
     45ipp@ipp004:/data/ippc18.0/home/ipp/src/ippMonitor/czartool>./czarpoll.pl
    4646}}}
    4747You will see something like:
    4848{{{
    49 printf (...) interpreted as function at czartool/DayMetrics.pm line 80.
    5049* Checking nightly science status
    5150* Checking Nebulous
     
    6362{{{
    6463[detached]
    65 ipp@ipp004:/home/panstarrs/ipp>
     64ipp@ipp009:/home/panstarrs/ipp>
    6665}}}
    6766You can safely logout or do other work