| | 355 | === Saturday : 2019.02.09 === |
| | 356 | |
| | 357 | JRF: MEH took TdB and myself through checking out ganlia. Monitoring the general trends on CPU, memory and network loads on various machines. How to spot problems e.g. If the CPU report displays mostly orange/red then it indicates that the machine is often waiting before it can do something, which suggests a more thorough investigation. |
| | 358 | |
| | 359 | Can check individual machines in pantasks (or add/delete them too). |
| | 360 | pantasks_client |
| | 361 | controller host check ippc118 |
| | 362 | |
| | 363 | Configuration failed on processing some files. |
| | 364 | Used the following: |
| | 365 | {{{ |
| | 366 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id |
| | 367 | }}} |
| | 368 | This was to solve some warps that got stuck in the warp stage when reprocessing, the chip im files just needed to be updated. Found out by querying: |
| | 369 | SELECT warp_id, state, label FROM warpRun WHERE label LIKE "ps_ud_WEB"; |
| | 370 | then: |
| | 371 | select chip_id,chipRun.state,chipRun.label,chipRun.data_group from warpRun join fakeRun using (fake_id) join camRun using (cam_id) join chipRun using (chip_id) where warp_id=1043753; |
| | 372 | Repeated for the the remainder stuck in this state. |
| | 373 | |
| | 374 | |
| | 375 | There are a bunch of wfix things stuck in the cam stage, so queried those to get the chip |
| | 376 | chiptool -dbname gpc1 -setimfiletoupdate -set_label PSNSC.wfix.20180525 -chip_id |
| | 377 | {{{ |
| | 378 | +---------+---------+---------+---------+--------+ |
| | 379 | | warp_id | fake_id | cam_id | chip_id | state | |
| | 380 | +---------+---------+---------+---------+--------+ |
| | 381 | | 1043758 | 1037107 | 1061440 | 1093979 | update | |
| | 382 | | 1168814 | 1161011 | 1185484 | 1210911 | update | |
| | 383 | | 1168816 | 1161013 | 1185486 | 1210913 | update | |
| | 384 | | 1169004 | 1161150 | 1185635 | 1211006 | update | |
| | 385 | | 1169008 | 1161154 | 1185639 | 1211010 | update | |
| | 386 | | 1169202 | 1161493 | 1185817 | 1211220 | update | |
| | 387 | | 1169204 | 1161495 | 1185820 | 1211223 | update | |
| | 388 | | 1175590 | 1168954 | 1193676 | 1228151 | update | |
| | 389 | | 1181423 | 1173791 | 1198632 | 1233292 | update | |
| | 390 | | 1187981 | 1179229 | 1203026 | 1238323 | update | |
| | 391 | | 1265032 | 1258067 | 1284307 | 1321028 | update | |
| | 392 | | 1265037 | 1258072 | 1284316 | 1321033 | update | |
| | 393 | | 1842166 | 1835551 | 1863463 | 1895949 | update | |
| | 394 | +---------+---------+---------+---------+--------+ |
| | 395 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1093979 |
| | 396 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1210911 |
| | 397 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1210913 |
| | 398 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1211006 |
| | 399 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1211010 |
| | 400 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1211220 |
| | 401 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1211223 |
| | 402 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1228151 |
| | 403 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1233292 |
| | 404 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1238323 |
| | 405 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1321028 |
| | 406 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1321033 |
| | 407 | chiptool -dbname gpc1 -setimfiletoupdate -set_label ps_ud_WEB -chip_id 1895949 |
| | 408 | }}} |
| | 409 | |
| | 410 | |
| | 411 | Do this on the MOPS.2 stuff to get them going again: |
| | 412 | chiptool -dbname gpc1 -definebyquery -set_label PSNSC.wfix.20180525 -set_workdir neb://@HOST@.0/gpc1/PSNSC.wfix.20180525 -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction SWEETSPOT -set_data_group PSNSC.wfix.20180525.x.date -exp_name |
| | 413 | o5327g0047o |
| | 414 | o5675g0136o |
| | 415 | o5675g0143o |
| | 416 | o5829g0438o |
| | 417 | o5328g0050o |
| | 418 | Once confirmed that the data has been processed, clean up the old stuff... |