Changes between Version 238 and Version 239 of Processing
- Timestamp:
- Apr 11, 2019, 11:42:15 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v238 v239 47 47 * summary for czaring -- processing chip->warp, WWdiff for MOPS, WSdiff with only diff cmf distributed to QUB -- time critical, faults must be cleared ASAP (early morning) for MOPS, QUB (WW, WS queuing done by MEH) 48 48 * details on https://ps1wiki.ifa.hawaii.edu/trac/wiki/EuclidObservations 49 49 50 = About Czar Pages: What to do if the czar pages don't update = 50 IPP Czar pages are updated every five minutes or so by the czarpoll.pl script. This script runs on {{{ippc33}}} as ipp user within a screen session. If, for some reason, czarpoll crashes (it likely means that gpc1 mysql server has been restarted), 51 52 '''**** replace ippitc@ipp113 for ipp@ippc33 at ITC now ****''' 53 54 1) ssh as ipp on {{{ippc33}}} '''use c33 so that we don't overload c18!''' [[BR]] 51 IPP Czar pages are updated every five minutes or so by the czarpoll.pl script. This script runs on {{{ipp113}}} as ippitc user within a screen session. If, for some reason, czarpoll crashes (it likely means that gpc1 mysql server has been restarted), 52 53 54 1) ssh as ippitc on {{{ipp113}}} '''use ipp113 so that we don't overload c18!''' [[BR]] 55 55 2) identify the screen session which is running and reattach it [[BR]] 56 56 3) restart czarpoll and then[[BR]] … … 59 59 The sequence of commands should therefore be something like: 60 60 61 1) ssh as ipp on {{{ippc33}}}62 {{{ 63 yourhost:~$ ssh ipp @ippc3361 1) ssh as ippitc on {{{ipp113}}} 62 {{{ 63 yourhost:~$ ssh ippitc@ipp113 64 64 }}} 65 65 66 66 2) Identify the screen session which is running and reattach it 67 67 {{{ 68 ipp @ippc33:/home/panstarrs/ipp>screen -list68 ippitc@ipp113:/home/panstarrs/ippitc>screen -list 69 69 There is a screen on: 70 70 18965.CzarPoll (Attached) 71 1 Socket in /var/run/screen/S-ipp .72 73 ipp @ippc33:/home/panstarrs/ipp>screen -r 18965.CzarPoll71 1 Socket in /var/run/screen/S-ippitc. 72 73 ippitc@ipp113:/home/panstarrs/ippitc>screen -r 18965.CzarPoll 74 74 75 75 (you see then the last lines of the display, e.g.: … … 89 89 ipp@ippc33:/data/ippc64.1/ippitc/src/ippMonitor/czartool>./czarpoll.pl 90 90 }}} 91 Note that you have to 'cd', there is some relative path nonsense in there. 91 92 You will see something like: 92 93 {{{ … … 106 107 {{{ 107 108 [detached] 108 ipp @ippc33:/home/panstarrs/ipp>109 ippitc@ipp113:/home/panstarrs/ippitc> 109 110 }}} 110 111 111 112 You can safely logout or do other work 112 113 113 5. do the same for roboczar in a screen session (from {{{/data/ippc64.1/ippitc/src/ippMonitor/czartool}}} , using hardcoded /data/ippc18.0 can be problem when ippc19.0 is now home)114 {{{ 115 ipp @ippc33:/data/ippc64.1/ippitc/src/ippMonitor/czartool>./roboczar.pl114 5. do the same for roboczar in a screen session (from {{{/data/ippc64.1/ippitc/src/ippMonitor/czartool}}}) 115 {{{ 116 ippitc@ipp113:/data/ippc64.1/ippitc/src/ippMonitor/czartool>./roboczar.pl 116 117 }}} 117 118
