| | 1 | == PS1 IPP Czar Logs for the week YYYY.MM.DD - YYYY.MM.DD == |
| | 2 | [[PageOutline]] |
| | 3 | |
| | 4 | (Up to [wiki:PS1_IPP_CzarLogs PS1 IPP Czar Logs]) |
| | 5 | |
| | 6 | === Monday : 2019.03.11 === |
| | 7 | |
| | 8 | * MEH: simple oneliner to remove the faulted chip/warps in update.OSS to update.OSS.broke until ipp067 back online -- remember to add the user/password |
| | 9 | {{{ |
| | 10 | mysql -hscidbm -uXXXXX -pXXXXX gpc1 -B -e ' select chip_id,warp_id,warpRun.label,warpRun.data_group,warpRun.state,chipRun.label,chipRun.state from warpRun join warpSkyfile using (warp_id) join fakeRun using (fake_id) join camRun using (cam_id) join chipRun using (chip_id) join chipProcessedImfile using (chip_id) where warpRun.label like "update.OSS" and warpRun.data_group like "OSS%" and warpRun.state like "update" and ( warpSkyfile.fault>0 or chipProcessedImfile.fault>0 ) group by warp_id limit 500; ' | grep -v data_group | awk '{print "chiptool -dbname gpc1 -updaterun -set_label update.OSS.broke -chip_id "$1" ;warptool -dbname gpc1 -updaterun -set_label update.OSS.broke -warp_id "$2 }' |
| | 11 | }}} |
| | 12 | |
| | 13 | === Tuesday : YYYY.MM.DD === |
| | 14 | |
| | 15 | === Wednesday : YYYY.MM.DD === |
| | 16 | |
| | 17 | === Thursday : YYYY.MM.DD === |
| | 18 | |
| | 19 | === Friday : YYYY.MM.DD === |
| | 20 | |
| | 21 | === Saturday : YYYY.MM.DD === |
| | 22 | |
| | 23 | === Sunday : YYYY.MM.DD === |