Changes between Version 18 and Version 19 of PS1_IPP_Czarlog_20190510
- Timestamp:
- May 14, 2019, 12:06:39 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20190510
v18 v19 197 197 mysql -hscidbm -uX -pX gpc1 -B -e ' select chip_id,warp_id,warpRun.label,warpRun.data_group,warpRun.state,chipRun.label,chipRun.state from warpRun join fakeRun using (fake_id) join camRun using (cam_id) join chipRun using (chip_id) where warpRun.label like "update.%" and warpRun.data_group like "%" and warpRun.state like "full" and chipRun.state like "full" group by warp_id limit 1000; ' | grep -v data_group | awk '{print "chiptool -dbname gpc1 -updaterun -state full -set_state goto_cleaned -set_label goto_cleaned -chip_id "$1 }' | tcsh 198 198 }}} 199 199 '''update 2019-05-14:''' 200 I have been steadily cleaning, and there are about 2k left as of right now. So, these will be done before too long, but future czars should keep an eye on them and periodically clean to save space. 200 201 ---------------------- 201 202 … … 271 272 }}} 272 273 273 274 275 274 * TdB: at around 17:30, the IPPmonitor stalled. Turns out, mysql crashed on ippdb05. Let's check things: 276 275 … … 462 461 }}} 463 462 463 Machines ipp128 and ipp139 have been set to repair with warnings "Read SMART Self-Test Log Failed" and "smartd daemon complained about failures". According to an email from Haydn, both of these are spurious warnings, and not critical. Therefore, set them back to up. 464 {{{ 465 neb-host --state up --host ipp128 --note 'TdB: repair->up, after being put in repair with spurious errors' 466 neb-host --state up --host ipp139 --note 'TdB: repair->up, after being put in repair with spurious errors' 467 }}} 464 468 === Wednesday : 2019.05.15 === 465 469
