IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of PS1_IPP_Czarlog_20190426


Ignore:
Timestamp:
Apr 29, 2019, 9:27:52 AM (7 years ago)
Author:
fairlamb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190426

    v1 v2  
    1 Note the new date!
     1== PS1 IPP Czar Logs for the week 2019.04.26 - 2019.MM.DD ==
     2[[PageOutline]]
     3
     4(Up to [wiki:PS1_IPP_CzarLogs PS1 IPP Czar Logs])
     5
     6Check out the new date!
     7
     8=== Friday : 2019.04.26 ===
     9
     10JRF: Since we're now switching on Fridays it makes sense to have the czarlogs do the same.
     11
     12=== Saturday : 2019.04.27 ===
     13
     14=== Sunday : 2019.04.28 ===
     15
     16
     17'''Missing mdc file + burntool problem''' by JRF
     18
     19Reporting missing .mdc file, so it fails in the burntool stage, so I reprocessed it (really should have tried updating, this was in the morning)
     20Will reprocess:
     21{{{ chiptool -dbname gpc1 -definebyquery -set_label mopsfix -set_workdir neb://@HOST@.0/gpc1/mops.fixbrokenLAP.20190428 -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_data_group mops.fixbrokenLAP.20190428 -set_reduction LAP_SCIENCE -exp_name o5444g0110o}}}
     22Check they're finished:
     23{{{SELECT rawExp.exp_name, rawExp.exp_id, chipRun.chip_id, chipRun.label chip_label, chipRun.state chip_state FROM rawExp JOIN chipRun USING (exp_id) WHERE exp_name IN ("o5444g0110o");}}}
     24
     25Now the mopsfix job is stuck as new in the chip stage, complaining about the burntool:
     26{{{o5444g0110o XY10    219612  2142808 new mopsfix mops.fixbrokenLAP.20190428  NULL    2}}}
     27
     28Perhaps try:
     29{{{ipp_apply_burntool_fix.pl --exp_name o5444g0110o --class_id XY10 --verbose --dbname gpc1}}}
     30
     31Tell it to update?
     32{{{chiptool -dbname gpc1 -setimfiletoupdate  -set_label mopsfix -chip_id 2142808}}}
     33
     34
     35'''Missing mk.fits files:''' by JRF
     36Leaving jobs stuck in the warp stage
     37
     38Try to update them first:
     39{{{chiptool -dbname gpc1 -setimfiletoupdate  -set_label ps_ud_WEB -chip_id XXXXXX
     40warptool -dbname gpc1  -setskyfiletoupdate -set_label ps_ud_WEB -warp_id XXXXXX}}}
     41
     42One of the ones sent to update came back complaining about a missing file, but it is there, so try again:
     43{{{o6224g0254o 537186  1281637 1295352 1270256 1276893 skycell.1060.063    update  ps_ud_WEB
     44chiptool -dbname gpc1 -setimfiletoupdate  -set_label ps_ud_WEB -chip_id 1281637
     45warptool -dbname gpc1  -setskyfiletoupdate -set_label ps_ud_WEB -warp_id 1276893}}}
     46
     47Failing that, reprocess them:
     48{{{chiptool -dbname gpc1 -definebyquery -set_label mopsfix  -set_workdir neb://@HOST@.0/gpc1/mops.fixbrokenLAP.20190428  -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_data_group mops.fixbrokenLAP.20190428 -set_reduction LAP_SCIENCE -exp_name}}}
     49have sent them to reprocess, check status soon!
     50
     51The o6624g0189o exposure is done now, so clean up the remaining errors under the original label:
     52o6624g0189o
     53{{{
     54chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1269880
     55warptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -warp_id 1222762
     56}}}
     57
     58As for o6224g0254o, there is still an issue:
     59It still complains about being unable to find a file, but nebulous says it is there, and I have checked that the file is there and it does exists (and looks a reasonable size).
     60Cheeky tip -> set to clean, then set it back to update to clean up the stuck ones.
     61{{{chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1281637
     62warptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -warp_id 1276893}}}
     63Then, set to update again:
     64{{{chiptool -dbname gpc1 -setimfiletoupdate  -set_label ps_ud_WEB -chip_id 1281637
     65warptool -dbname gpc1  -setskyfiletoupdate -set_label ps_ud_WEB -warp_id 1276893}}}
     66
     67
     68
     69
     70
     71
     72'''Evening'''
     73
     74There are now loads of broken jobs (must have hit a bad patch).
     75
     76Greater than 600 jobs...but only around 50 unique warp ids
     77
     78Best action is probably... set to clean, then update?
     79{{{
     80chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id xxxxxx
     81warptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -warp_id xxxxxx
     82chiptool -dbname gpc1 -setimfiletoupdate  -set_label ps_ud_WEB -chip_id xxxxxx
     83warptool -dbname gpc1  -setskyfiletoupdate -set_label ps_ud_WEB -warp_id xxxxxx
     84}}}
     85
     86
     87
     88
     89
     90
     91'''missing 2 darks''' by JRF
     92
     93Two darks failed to be copied over. It could be an issue with summitcopy. So I'll try restarting it
     94
     95Now, this is where I made a mistake. '''DO NOT DO THIS'''
     96{{{check_server.sh start.server summitcopy
     97}}}
     98Turns out it does not accept an argument and actually just starts all the servers...and I already had all the servers running...
     99
     100
     101So now I'm going through all the machines that have the pantasks_servers on them and clearing them out. In general just log into pantasks for each service and:
     102{{{stop
     103shutdown now}}}
     104make sure the jobs have actually cleared before shutting down. Do this until all the servers are gone. Then go to the correct machine, and start it up:
     105{{{
     106pantasks_server & pantasks_client
     107server input input
     108setup
     109run}}}
     110Note that you need to be in the correct directory, and logged in as the correct user.
     111
     112The problem was not solved...
     113
     114Questions?
     115How come there is no cleanup/stack stage for ps2?
     116
     117
     118=== Monday : 2019.04.29 ===
     119
     120Still have the dark issue.
     121
     122
     123Still a bunch of broken jobs to work through, so here we go!
     124
     125 
     126=== Tuesday : 2019.04.30 ===
     127
     128=== Wednesday : 2019.05.01 ===
     129
     130=== Thursday : 2019.05.02 ===