| | 319 | |
| | 320 | mdc file missing |
| | 321 | {{{ |
| | 322 | try reprocess |
| | 323 | chiptool -dbname gpc1 -definebyquery -set_label mopsfix -set_workdir neb://@HOST@.0/gpc1/mops.fixbrokenLAP.20190325 -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_data_group mops.fixbrokenLAP.20190325 -set_reduction LAP_SCIENCE -exp_name |
| | 324 | o5567g0335o, o5719g0065o, o5582g0607o, o5250g0479o, o5251g0472o, o5213g0291o |
| | 325 | |
| | 326 | check |
| | 327 | mysql -hxxx -uxxx -pxxx gpc1 -e "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 ('o5567g0335o', 'o5719g0065o', 'o5582g0607o', 'o5250g0479o', 'o5251g0472o', 'o5213g0291o');" |
| | 328 | |
| | 329 | +-------------+--------+---------+--------------------+------------+ |
| | 330 | | exp_name | exp_id | chip_id | chip_label | chip_state | |
| | 331 | +-------------+--------+---------+--------------------+------------+ |
| | 332 | | o5213g0291o | 123613 | 58242 | goto_cleaned_redo | cleaned | |
| | 333 | | o5213g0291o | 123613 | 529146 | goto_cleaned | cleaned | |
| | 334 | | o5213g0291o | 123613 | 1072875 | update.LAP.PV3 | update | |
| | 335 | | o5213g0291o | 123613 | 2131410 | mopsfix | new | |
| | 336 | | o5250g0479o | 139869 | 63020 | goto_cleaned.rerun | cleaned | |
| | 337 | | o5250g0479o | 139869 | 81096 | goto_cleaned_redo | cleaned | |
| | 338 | | o5250g0479o | 139869 | 542480 | goto_cleaned | cleaned | |
| | 339 | | o5250g0479o | 139869 | 1066434 | update.LAP.PV3 | update | |
| | 340 | | o5250g0479o | 139869 | 2131408 | mopsfix | new | |
| | 341 | | o5251g0472o | 140461 | 66088 | goto_cleaned.rerun | cleaned | |
| | 342 | | o5251g0472o | 140461 | 82466 | goto_cleaned_redo | cleaned | |
| | 343 | | o5251g0472o | 140461 | 542936 | goto_cleaned_redo | cleaned | |
| | 344 | | o5251g0472o | 140461 | 1067512 | update.LAP.PV3 | update | |
| | 345 | | o5251g0472o | 140461 | 2131409 | mopsfix | new | |
| | 346 | | o5567g0335o | 274405 | 176834 | goto_cleaned_redo | cleaned | |
| | 347 | | o5567g0335o | 274405 | 527098 | goto_cleaned | cleaned | |
| | 348 | | o5567g0335o | 274405 | 1060209 | update.LAP.PV3 | update | |
| | 349 | | o5567g0335o | 274405 | 2131405 | mopsfix | new | |
| | 350 | | o5582g0607o | 283693 | 181103 | goto_cleaned_redo | cleaned | |
| | 351 | | o5582g0607o | 283693 | 541962 | goto_cleaned | cleaned | |
| | 352 | | o5582g0607o | 283693 | 1063669 | update.LAP.PV3 | update | |
| | 353 | | o5582g0607o | 283693 | 2131407 | mopsfix | new | |
| | 354 | | o5719g0065o | 344295 | 239213 | goto_cleaned_redo | cleaned | |
| | 355 | | o5719g0065o | 344295 | 527546 | goto_cleaned | cleaned | |
| | 356 | | o5719g0065o | 344295 | 1063341 | update.LAP.PV3 | update | |
| | 357 | | o5719g0065o | 344295 | 2131402 | mopsfix | full | |
| | 358 | | o5719g0065o | 344295 | 2131406 | mopsfix | new | |
| | 359 | +-------------+--------+---------+--------------------+------------+ |
| | 360 | |
| | 361 | set them clean |
| | 362 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1072875 |
| | 363 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1066434 |
| | 364 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1067512 |
| | 365 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1060209 |
| | 366 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1063669 |
| | 367 | chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 1063341 |
| | 368 | }}} |