Changes between Version 155 and Version 156 of Processing
- Timestamp:
- Aug 15, 2011, 3:38:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v155 v156 13 13 14 14 = 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]]15 IPP 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 17 1) ssh as ipp on {{{ipp009}}}[[BR]] 18 18 2) identify the screen session which is running and reattach it[[BR]] 19 19 3) restart czarpoll and then[[BR]] … … 22 22 The sequence of commands should therefore be something like: 23 23 24 1) ssh as ipp on ipp00425 {{{ 26 yourhost:~$ ssh ipp@ipp00 424 1) ssh as ipp on {{{ipp009}}} 25 {{{ 26 yourhost:~$ ssh ipp@ipp009 27 27 }}} 28 28 29 29 2) Identify the screen session which is running and reattach it 30 30 {{{ 31 ipp@ipp00 4:/home/panstarrs/ipp>screen -list31 ipp@ipp009:/home/panstarrs/ipp>screen -list 32 32 There is a screen on: 33 33 18965.CzarPoll (Attached) 34 34 1 Socket in /var/run/screen/S-ipp. 35 35 36 ipp@ipp00 4:/home/panstarrs/ipp>screen -r 18965.CzarPoll36 ipp@ipp009:/home/panstarrs/ipp>screen -r 18965.CzarPoll 37 37 38 38 (you see then the last lines of the display, e.g.: … … 41 41 }}} 42 42 43 3) Restart czarpoll from /home/panstarrs/rhenders/trunk/tools directory44 {{{ 45 ipp@ipp004:/ home/panstarrs/rhenders/trunk/tools>./czarpoll.pl43 3) Restart czarpoll from {{{/data/ippc18.0/home/ipp/src/ippMonitor/czartool}}} 44 {{{ 45 ipp@ipp004:/data/ippc18.0/home/ipp/src/ippMonitor/czartool>./czarpoll.pl 46 46 }}} 47 47 You will see something like: 48 48 {{{ 49 printf (...) interpreted as function at czartool/DayMetrics.pm line 80.50 49 * Checking nightly science status 51 50 * Checking Nebulous … … 63 62 {{{ 64 63 [detached] 65 ipp@ipp00 4:/home/panstarrs/ipp>64 ipp@ipp009:/home/panstarrs/ipp> 66 65 }}} 67 66 You can safely logout or do other work
